/*function popup_header(id,type) {
	var leftPos = (screen.availWidth-700) / 2;
	var topPos 	= (screen.availHeight-330) / 2;
	Press1Win 	= window.open('popup_header.php?header=' + id+"&type="+type , '', '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_alloted_pages(id) {
	var leftPos = (screen.availWidth-700) / 2;
	var topPos 	= (screen.availHeight-330) / 2;
	Press1Win 	= window.open('popup_alloted_pages.php?admin_id=' + id , '', 'width=400,height=400,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_pic(id) {
	var leftPos = (screen.availWidth-350) / 2;
	var topPos 	= (screen.availHeight-280) / 2;
	Press1Win 	= window.open('popup_pic.php?pic=' + id , '', 'width=350,height=280,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}*/

function popup_preview(archive_url_string,archive_id) {
	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+'/'+archive_url_string+'?archive_id='+archive_id;		
	
	/*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 local
	Press1Win 	= window.open(URL,'', 'width=700,height=700,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function popup_preview_card() 
{   
    //var card_preview = document.getElementById("card_preview").value;
	var leftPos = (screen.availWidth-700) / 2;
	var topPos 	= (screen.availHeight-330) / 2;
	
    //domain local
    //var URL='http://192.168.0.8/projects/shannex/card_preview.php';
	 
	//domail server
	var URL='http://www.sitefordemo.com/shannex/';
	
	//window.location="ecard.php";
	window.open("http://192.168.0.8/projects/shannex/card_preview.php");
	//For local
	//Press1Win = window.open(URL,'','width=700,height=700,scrollbars=yes,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function chkpopup(card_preview)
{ alert(card_preview); popup_preview_card(card_preview); }

