// JavaScript Document
function explode(imgurl){
window.open("enlargeme.htm?e="+imgurl,"Big","location=0,resizable=1,width=30,height=30");
}