<!-- Start


function popUpECLUB(URL) {
var ECLUB_width = 350
var ECLUB_height = 350
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,screenX=200,screenY=160,left=200,top=160,statusbar=0,menubar=0,resizable=1,width='+ECLUB_width+',height='+ECLUB_height+'');");
}


// End -->