function opwin(target, winname, xsize, ysize, scroll, xpos, ypos)
{
	indowVar = window.open(target, winname,"width="+xsize+",height="+ysize+",scrollbars="+scroll+",screenX="+xpos+",screenY="+ypos+",location=0,resizable=0,status=0,toolbar=0,menubar=0",false);
}