
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
function verify()    {
		password = document.institute.entrycode.value;
		if(password == "lightpro") {document.location = "lightpro/start.html"}
		else if(password == "gevaluelight") {document.location = "vl_download/ValueLight.html"}
		else if(password == "valuelight4") {document.location = "vl_download/ValueLight.html"}
		else if(password == "grainger") {document.location = "downloads/Lighting_Assistant-g_4_20.xls"}
		else if(password == "newassistant4") {document.location = "assistant/assistant_4.html"}
		else if(password == "assistantnew") {document.location = "assistant/assistant_5.html"}
		else if(password == "mondaysge") {document.location = "mondays/mondays.html"}
		else if(password == "ecoenergy") {document.location = "downloads/Eco-Energy_Estimator.xls"}
		else if(password == "monatnoon25") {document.location = "video/rahm9jan12.mp4"}
		else if(password == "monatnoon24") {document.location = "video/teaser.mp4"}
		else alert("Sorry, you need the correct password to enter this site.  Click the SUBMIT button, not the ENTER key on the keyboard. Also, refresh this page if you have visited it before.");
}
