
function buy() {
window.open( "contact.html", "myWindow", 
"status = 1, height = 400, width = 900, resizable = 0" )
}

