function pg()
{
	stval=document.form1.page_des.value;
	if (stval!="a")
	{
		window.location.href=stval;
	}
}

