//-----------------------------------------------------------------------------------*
// validateLogin
//-----------------------------------------------------------------------------------*
function openWindow() {
	var w = 400;
	var h = 300;
	var winx = (screen.width - w) / 2;
	var winy = (screen.height - h) / 2;
	OpenWin = this.open('webmaster/webmaster.htm', 'webmaster', 'height='+h+',width='+w+',top='+winy+',left='+winx+',toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no');
}
//-----------------------------------------------------------------------------------*


