
function openWindow(url)
{
	var winFeatures = "width=640,height=480,top=0,left=0,screenX=0,screenY=0,status,menubar,scrollbars,location,resizable,titlebar,toolbar";
    window.open(url, "", winFeatures);
}
