function createWindow(strURL, strName, strFeatures) 
{    
	mywindow = window.open(strURL,strName, strFeatures);
}

