function moreViews(windowName) { window.open('' , windowName, 'toolbar= no, location = no, directories = no, status = no, menubar = no, scrollbars = no, resizable = no, copyhistory = no, width = 630, height = 650'); } function clearSearch() { oInput = document.getElementById("search"); if(oInput.value == "Enter Keywords"){ oInput.value = ""; } } function clearEmail() { oInput = document.getElementById("email"); if(oInput.value == "Get Email Updates"){ oInput.value = ""; } } function getSelectedValue(eSelect) { if(eSelect && eSelect.options.length > 0) { return eSelect.options[eSelect.selectedIndex].value; } else { return false; } } function toggleCurrency(sCur) { var xmlHttp, sCurrency; try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e) { // Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) { alert("Your browser does not support AJAX!"); return false; } } } xmlHttp.onreadystatechange=function() { if(xmlHttp.readyState==4) { sCurrency = xmlHttp.responseText; if(sCurrency.length == 3) { var eCurTD = document.getElementById("curTDMenu"); var nlDivs = eCurTD.getElementsByTagName("div"); for(j=0;j