function hvr(imgsource,imgname) {
	imgsource.src="img/"+imgname;
}
function xeml(user,host){
	var x ="<a href='mai"+"lto:"+user+"&#64;"+host+"'>"+user+"&#64;"+host+"</a>";
	document.write(x);
}

function doSubmit() {
	document.loginbox.submit();
}

function popupPage(lnk) {
	window.open(lnk, "", "toolbar=no, resizable=yes, menubar=no, scrollbars=yes, location=no, width=400, height=280");
}

function popupPage3(lnk) {
	window.open(lnk, "", "toolbar=no, resizable=yes, menubar=no, scrollbars=yes, location=no, width=400, height=380");
}

function popupPage2(lnk) {
	window.open(lnk, "", "toolbar=no, resizable=yes, menubar=no, scrollbars=yes, location=no, width=770, height=480");
};


function openScr(lnk,w,h) {
	window.open(lnk, "", "toolbar=no, resizable=yes, menubar=no, scrollbars=no, location=no, width="+w+", height="+h);
}

	function verifyState(countryObj) {
		var stateObj =	document.getElementById('STATE');
		if (countryObj.options[countryObj.selectedIndex].value == "USA") {
		    stateObj.disabled = false;
		} else {
		    stateObj.disabled = true;
		    stateObj.selectedIndex = 0;
		}
	}
