function Big(i,t,url){
	Bsrc=i.src.split("/");
	na=new Array();
	i=0	
	while (i<Bsrc.length-2){
		na[i]=Bsrc[i];
		i++
	}	
	na[na.length]=Bsrc[Bsrc.length-1];
	Im_1=new Image();
	Im_1.src=na.join("/");
	w=window.open("", "", "width=520,height="+((t)?"550":"500")+",status=yes,toolbar=no,menubar=no,resizable=yes");
	w.document.open();
	w.document.write("<center><img src="+Im_1.src+" width=350>");
	if (t) w.document.write("<p>"+t);
	w.document.close();
	w.focus();
}
function aBig(i){
	w=window.open("", "", "width=520,height=520,status=yes,toolbar=no,menubar=no,resizable=yes");
	w.document.open();
	w.document.write("<center><img src="+i.src+" ><br>"+"<p style='font-size: 16px; font-family: Arial, Helvetica, sans-serif;'>"+i.title+"</p>");
	w.document.close();
	w.focus();
	}
	
function BigSrc(s){
	Im=new Image();
	Im.src=s;
	w= window.open("", "displayWindow", "width="+(3*Im.width)+",height="+(3*Im.height)+",status=yes,toolbar=no,menubar=no,resizable=yes");
	w.document.open();
	w.document.write("<center><img src="+s+"  onLoad='window.resizeTo((this.width)+50, (this.height)+80)'>");
	w.document.close();
	w.focus();
	w.resizeTo((Im.width)+50, (Im.height)+80);	
	}
function p(){}

