function popUp(myUrl) {
window.open( myUrl, "myWindow", 
"status = 1, height = 430, width = 430, resizable = 0, left = 312, top = 184" )
}
