<!-- Begin
site = "http://www.hinesrentals.com"; // Do not include the final "/"
function combineMenus(frm, menu1) {
with (frm) {
str = menu1.options[menu1.selectedIndex].value;
url = site + "/" + str + ".htm";
window.location.href = url;
   }
}
//  End -->