function doEnter() {

        var password;
	window.returnValue=window.document.all.GateCode.value;
        password=window.returnValue + ".htm";
		window.navigate(password);

}

function URLPopupShow(form,target) {
        var screendiv;
        window.returnValue=window.document.all.QuickLinks.value;
        screendiv=window.returnValue;
        if (window.returnValue=="nolink") { return;};
        window.open(screendiv,target);

}


