function popup_user(page) {
	
	var leftPos = (screen.availWidth-700) / 2;
	var topPos 	= (screen.availHeight-330) / 2;
	if(page==0)
	{
	Press1Win 	= window.open('download_abm.php?no_download=1', '', 'width=700,height=330,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
	}
	else
	{
		Press1Win 	= window.open('download_abm.php?file_download='+page, '', 'width=700,height=330,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
	}	
}
//function added by mahesh yadav on 1st sep 2008 for displaying the page alloted to a particular admin

/*function popup_preview(page_id,page_name,archive_id,archive_url_string)
{
	var leftPos = (screen.availWidth-700) / 2;
	var topPos 	= (screen.availHeight-330) / 2;	
    //domain local
    $domain='http://192.168.0.8/projects/abm';	
	//$domain='http://www.wethink.ca/clients/abmis';	
	if(archive_url_string.match("page"))
	{
	 var URL=$domain+'/index.php?'+archive_url_string+'&archive_id='+archive_id;		
	}	
	//For local
	Press1Win = window.open(URL,'', 'width=800,height=700,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
	
}


function popup_current_preview(current_url_string) {
	
	var leftPos = (screen.availWidth-700) / 2;
	var topPos 	= (screen.availHeight-330) / 2;
	
    //domain local
    // $domain='http://192.168.0.8/projects/shannex';
	//domail server
    $domain='http://www.sitefordemo.com/shannex';	
	


	 var URL=$domain+'/inner.php?'+current_url_string;		


	/*Press1Win 	= window.open('http://192.168.1.100/royer/' + open + '?page=' + page_id + '&archive_id=' + archive_id,'', 'width=700,height=700,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);*/
	
	//For server
/*	Press1Win 	= window.open('http://www.sitefordemo.com/royerthompson/' + open + '?archive_id=' + archive_id,'', 'width=700,height=700,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);*/
	
	//For live server
/*	Press1Win 	= window.open('http://www.wethink.ca/clients/royerthompson/' + open + '?archive_id=' + archive_id,'', 'width=700,height=700,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);*/
	
	//For local
	/*	Press1Win 	= window.open(URL,'', 'width=700,height=700,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

*/