var theURL = 'Logon/Help/LogonPop.htm';
var width  = 370;
var height = 520;

function popWindow() {
	newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=no,scrollbars=yes,status=no,location=no,width='+width+',height='+height);
}

