     function hourswindow()
     { 
     window.open('storehours.htm','jav','width=300,height=250,left=100,top=100,screenX=100,screenY=100,resizable=yes');
     } 
     function dirwindow()
     { 
     window.open('directions.htm','jav','width=300,height=400,left=100,top=100,screenX=100,screenY=100,resizable=yes');
     }
