
var theURL = 'addon.htm';
function exit() {
newWin = window.open(theURL,'NAME','toolbar=No,menubar=No,left=2000,top=2000,resizable=No,scrollbars=No,status=No,location=No,width=1,height=1');
}

