function myPopup2() {
window.open( "/cart.php", "myWindow", 
"status = 1, height = 600, width = 1400, resizable = 0" )
}

