function popupwindow (path)
{
	win=window.open(path,"","width=950,height=450,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no,screenX=0,screenY=0")
}