function wholesale(){
    window.open( "wholesale.html", "myWindow", "status = 1, height = 450, width = 640, resizable = 0" )
}
function video(){
    window.open( "video.html", "myWindow", "status = 1, height = 500, width = 640, resizable = 0" )
}