function gallery_window(){
    window.open( "/info/gallery.html", "myWindow", "status = 1, height = 800, width = 750,scrollbars=yes, resizable = 1" )
}
function testimonials_window(){
    window.open( "/info/testimonials.html", "myWindow", "status = 1, height = 800, width = 750, scrollbars=yes, resizable = 1" )
}
function faq_window(){
    window.open( "/info/faq.html", "myWindow", "status = 1, height = 800, width = 750, scrollbars=yes, resizable = 1" )
}
function instructions_window(){
    window.open( "/info/instructions.html", "myWindow", "status = 1, height = 800, width = 750, scrollbars=yes, resizable = 1" )
}
function privacy_window(){
    window.open( "/info/privacy-policy.html", "myWindow", "status = 1, height = 800, width = 750,scrollbars=yes, resizable = 1" )
}
function terms_window(){
    window.open( "/info/legal-information.html", "myWindow", "status = 1, height = 800, width = 750, scrollbars=yes, resizable = 1" )
}
function customerservice_window(){
    window.open( "/info/customer-service.html", "myWindow", "status = 1, height = 800, width = 750, scrollbars=yes, resizable = 1" )
}
function creditcardcode(){
    window.open( "/info/credit-card-security.html", "myWindow", "status = 1, height = 800, width = 680, scrollbars=yes, resizable = 1" )
}