


function men(url) {
var w = window.open();
w.location = url;
w.focus();
}



//
// Exposure-Pop PART-1
//

function xit(){
var win = window.open("banner.html","_new","left=150,top=100,screenX=150,screenY=100,width=420,height=480");
win.blur();
}
onunload=xit;
