
<!-- Begin SLIDESHOW-POPUP SIZES AND OPTIONS CODE


function popUpMailingList(URL) {
var window_width = 1000
var window_height = 415
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+window_width+',height='+window_height+'');");
}


// End -->
