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

