function DrivingDir(){
window.open("http://site.sourceoflight.net/location.html","drive", "toolbar=no, scrollbars=yes, location=no, resizable=yes, menubar=no, width=570, height=400, left=0, top=0");
}

function StoreHours(){
window.open("http://site.sourceoflight.net/hours.html","hours", "toolbar=no, scrollbars=no, location=no, resizable=no, menubar=no, width=395, height=400, left=0, top=0");
}

function Payment(){
window.open("http://site.sourceoflight.net/payment.html","payment", "toolbar=no, scrollbars=no, location=no, resizable=no, menubar=no, width=395, height=450, left=0, top=0");
}

function Terms(){
window.open("http://site.sourceoflight.net/terms.html","terms", "toolbar=no, scrollbars=yes, location=no, resizable=no, menubar=no, width=620, height=450, left=0, top=0");
}

function Privacy(){
window.open("http://site.sourceoflight.net/privacy.html","privacy", "toolbar=no, scrollbars=no, location=no, resizable=no, menubar=no, width=350, height=400, left=0, top=0");
}

function Security(){
window.open("http://site.sourceoflight.net/security.html","security", "toolbar=no, scrollbars=yes, location=no, resizable=no, menubar=no, width=620, height=450, left=0, top=0");
}

function Subscribe(){
window.open("http://site.sourceoflight.net/popups/subscribe.html","subscribe", "toolbar=no, scrollbars=no, location=no, resizable=no, menubar=no, width=360, height=380, left=0, top=0");
}

function BuildRail(){
window.open("http://site.sourceoflight.net/popups/buildrail.html","build", "toolbar=no, scrollbars=no, location=no, resizable=no, menubar=no, width=395, height=460, left=0, top=0");
}

function Excellence(){
window.open("http://site.sourceoflight.net/popups/excellence.html","advantage", "toolbar=no, scrollbars=no, location=no, resizable=no, menubar=no, width=500, height=150, left=150, top=150");
}

function FreeShipping(){
window.open("http://site.sourceoflight.net/popups/freeshipping.html","shipinfo", "toolbar=no, scrollbars=no, location=no, resizable=no, menubar=no, width=325, height=350, left=150, top=150");
}

function Enlarge(URL){
  var generator=window.open('','name','height=400,width=500');
  
  generator.document.write('<html><head><title>Image Detail</title>');
  generator.document.write('<link rel="stylesheet" href="http://site.sourceoflight.net/style.css">');
  generator.document.write('</head><body>');
  generator.document.write('<table width=300 align=center><tr><td><img src="' + URL + '" width=300>');
  generator.document.write('</td></tr><tr align=center><a href="javascript:self.close()">close window</a></td></tr></table>');
  generator.document.write('</body></html>');
  generator.document.close();
}