function popUpHorz (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://www.hesscontracting.com/' + URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,width=410,menubar=0,resizable=1,height=325');");
}
