function openurl(file,w,h,s,r)
{
	var newwin=window.open(file,"PayWin","top=50,left=50,width="+w+",height="+h+",scrollbars="+s+",toolbar=0,resizable="+r);
	newwin.focus(); 
	return; 
}
