// JavaScript Document

function businessHours(w, h, num){
 window.open('hours.html', 'newwin', 'width=232, height=150, left='+(screen.width-500)/2+', top='+(screen.height-300)/2+', resizable=no, scrollbars=no, toolbars=no, location=no, directories=no, status=no, menubar=no, copyhistory=no');
}

