if (Math.random() <= 1.0) { var hs_td = new Date(); var hs_strt = hs_td.getTime(); } function clearText(thefield){ if(thefield.defaultValue==thefield.value) {thefield.value = ""} } function choose_select_list(element){ var value = element.options[element.selectedIndex].value; parent.location = value; } function openPopupWindow(url, width, height) { newWindow = window.open('http://www.homeofficesolutions.com/' + url,'_popup','width='+width+',height='+height+',scrollbars=yes,resizable=no,menubar=no,toolbar=no,directories=no,location=no,status=yes'); newWindow.focus(); }