
function testWindow() {
window.top.name = "main";
myWindow = window.open("_scripts/working.htm" ,"testWindow","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,width=320,height=220");
}
function fetch(url) {
rootWin.location = url;
popup.opener = self;
}
