<!-- Start

function popUpSAMPLEPICTS(URL) {
var SAMPLEPICTS_width = 400
var SAMPLEPICTS_height = 400
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+SAMPLEPICTS_width+',height='+SAMPLEPICTS_height+'');");
}


// End -->