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.officedesigns.com/' + url,'_popup','width='+width+',height='+height+',scrollbars=yes,resizable=no,menubar=no,toolbar=no,directories=no,location=no,status=yes'); newWindow.focus(); }