<!--
function myWindow(address) {
window.open( address, "myWindow",
"status = 1, height = 350, width = 475, resizable = 0" )
}
//-->

