function frm_p(domain)
{
var dol = document.domain.length;
	if(domain != "")
	{
		newWindow = window.open (domain,"p_server","toolbar,resizable,scrollbars,dependent,width=500,height=420,left=150,top=80");
		newWindow.focus();
	}else{
		newWindow = window.open (domain,"p_server","toolbar,resizable,scrollbars,dependent,width=500,height=420,left=150,top=80");
		newWindow.focus();
		document.FRap.submit();
		}
	return false;
}
function frm_s(domain)
{
var dol = document.domain.length;
	if(domain != "")
	{
		newWindow = window.open (domain,"p_server","toolbar,resizable,scrollbars,dependent,width=500,height=420,left=150,top=80");
		newWindow.focus();
	}else{
		newWindow = window.open (domain,"p_server","toolbar,resizable,scrollbars,dependent,width=500,height=420,left=150,top=80");
		newWindow.focus();
		document.FRas.submit();
		}
	return false;
}
function frm_yj(domain)
{
var dol = document.domain.length;
	if(domain != "")
	{
		newWindow = window.open (domain,"p_server","toolbar,resizable,scrollbars,dependent,width=500,height=420,left=150,top=80");
		newWindow.focus();
	}else{
		if(document.FRayj.name.value !="" && document.FRayj.caption.value!="")
		{
		newWindow = window.open (domain,"p_server","toolbar,resizable,scrollbars,dependent,width=500,height=420,left=150,top=80");
		newWindow.focus();
		document.FRayj.submit();			
		}
		else
		{alert("Çë°ÑÄÚÈÝÌîÐ´ÍêÕû");}
	}
	return false;
}

