function popup(strURL, strName)
{
	window.open(strURL,strName,"menubar=1,resizable=1,width=500,height=600");
}