function inKeyPressEvent(){ if(event.keyCode == 13){ serchFunction(); } } function serchFunction() { var v = keyword.value; keyword.value = Trim(v); if(optSearchOption.value=="E"){ if(Trim(v)=="") { keyword.value = ""; return false; } else { return false; //Change when all search inables... document.location.href="/www/search/search.jsp?txtSearch="+keyword.value; return true; } }else if(optSearchOption.value=="P"){ if(Trim(v)=="") { keyword.value = ""; return false; } else { document.location.href="/www/programs/eventcalendar.jsp?keyword="+keyword.value; return true; } } } function trimValue() { var v = document.search.keyword.value; document.search.keyword.value = Trim(v); } function Trim(TRIM_VALUE) { if(TRIM_VALUE.length < 1){ return""; } TRIM_VALUE = RTrim(TRIM_VALUE); TRIM_VALUE = LTrim(TRIM_VALUE); if(TRIM_VALUE==""){ return ""; } else{ return TRIM_VALUE; } } //End Function function RTrim(VALUE){ var w_space = String.fromCharCode(32); var v_length = VALUE.length; var strTemp = ""; if(v_length < 0){ return""; } var iTemp = v_length -1; while(iTemp > -1){ if(VALUE.charAt(iTemp) == w_space){ } else{ strTemp = VALUE.substring(0,iTemp +1); break; } iTemp = iTemp-1; } //End While return strTemp; } //End Function function LTrim(VALUE){ var w_space = String.fromCharCode(32); if(v_length < 1){ return""; } var v_length = VALUE.length; var strTemp = ""; var iTemp = 0; while(iTemp < v_length){ if(VALUE.charAt(iTemp) == w_space){ } else{ strTemp = VALUE.substring(iTemp,v_length); break; } iTemp = iTemp + 1; } //End While return strTemp; } //End Function document.write(""); document.write(" "); document.write(""); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
\"Visit\"\"Exhibitions\"\"EducationEvents\"\"Membership\"\"Collection\"\"About\"
"); document.write("
\"Home\"
"); document.write("
");