
$(function(){
		   $.Lightbox.construct({
								"show_linkback":	false,
								"download_link":	false,
								"show_extended_info":	true,
								"show_helper_text":	false
								});
		   });

function popUp(URL) {
  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=680,height=510,left = 192,top = 144');");
}

