function popwin(URL,b,h,n)
	{neu=window.open(URL,n,"width="+b+",height="+h+",resizable=yes,scrollbars=yes")}
function popwinsb(URL,b,h,n)
	{neu=window.open(URL,n,"width="+b+",height="+h+",resizable=yes,scrollbars=yes")}
function popwinfs(URL,b,h,n)
	{neu=window.open(URL,n,"width="+b+",height="+h+",resizable=yes,scrollbars=yes,fullscreen=yes")}

