window.name = "main"; //name this window to reference it from the popup window
function open_window(url) {
new_window.focus();
}



