function myWindow(address) {
(window.open( address, "myWindow", "status = 1, height = 535, width = 690, resizable = 1, scrollbars=1" )).focus();
}
