// JavaScript Document

function Popwindow(page,target,ht,s,pos)

{
	
	newwindow=window.open(page,target,"left="+pos+"px,top="+pos+"px,screenX="+pos+"px,screenY="+pos+"px,WIDTH=600px,height="+ht+"px,toolbar=no,menubar=no,resizable=no,scrollbars="+s+",status=0");
	
}
