function wopen(url,name){
	var urlx=document.location.href;
	/*if (urlx.indexOf("index.htm")==-1||urlx.indexOf("index.html")!=-1){		
		window.location="index.htm";				
	}*/
	hh=window.open(url,name,'top=60,left=400,menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=620,height=620','fullscreen=yes',true);
	hh.focus();
	
}	
function wopen2(url,name){
	var urlx=document.location.href;
	/*if (urlx.indexOf("index.htm")==-1||urlx.indexOf("index.html")!=-1){		
		window.location="index.htm";		
	}*/

	hh=window.open(url,name,'top=60,left=400,menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=620,height=620');
	hh.focus();
}

function wopenad(url,name){
	var urlx=document.location.href;

	hh=window.open(url,name,'top=100,left=330,menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=780,height=600');
	hh.focus();
}

function wopen_header(url,name){
	var urlx=document.location.href;
	/*if (urlx.indexOf("index.htm")==-1||urlx.indexOf("index.html")!=-1){		
		window.location="index.htm";				
	}*/
	hh=window.open(url,name,'top=60,left=300,menubar=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=620,height=620');
	hh.focus();	
}	


function wopenf(url,name,top,left,width,height){
	var urlx=document.location.href;
	/*if (urlx.indexOf("index.htm")==-1||urlx.indexOf("index.html")!=-1){		
		window.location="index.htm";		
	}*/

	hh=window.open(url,name,'top='+top+',left='+left+',menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width='+width+',height='+height);
	hh.focus();
}

function wopeni(url,name){

	hh=window.open(url,name,'top=70,left=230,menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=780,height=500');
	hh.focus();
}
