function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function ThumbtoLarge( ImgFileName, ImgTitle) {

// specify window paramaters
	photoWin = window.open( "", "photo", "width=525,height=570,status=no,scrollbars=no,resizable=no,left=240,top=70");
// wrote content to window
	photoWin.document.write('<html><head><title>   C E C  : ' + ImgTitle + '</title>');
	photoWin.document.write('<script language=javascript>');
	photoWin.document.write('function False(){return false}');
	photoWin.document.write('function True(){return true};');
	photoWin.document.write('document.oncontextmenu=False;');
	photoWin.document.write('document.onselectstart=False;');
	photoWin.document.write('document.onmousedown=False;');
    photoWin.document.write('function IsNS()');
	photoWin.document.write('{return navigator.appName=="Netscape"};');			
	photoWin.document.write('if(IsNS()){');
	photoWin.document.write('document.captureEvents(Event.MOUSEDOWN);');
	photoWin.document.write('document.onmousedown=function(e)');
	photoWin.document.write('{if(e.which==2||e.which==3)return false}};');
	photoWin.document.write('function nstns(){st=document.getSelection();if(st!=" "&&st!=" ")setTimeout("nstns()",10)};if(IsNS()){nstns()};');
	photoWin.document.write('document.ondragstart=False;function dsb(){setTimeout("dsb()",5)}dsb();window.onbeforeprint=function(){');
	photoWin.document.write('for(i=photoWin.document.all.length;i--;)photoWin.document.all[i].style.visibility="hidden"};window.onafterprint=function()');
	photoWin.document.write('{setTimeout("window.location.reload()",500)};');
	photoWin.document.write('if(window.location.href.indexOf("file://")==0);');

	photoWin.document.write('</script> </head>');
	photoWin.document.write('<BODY ondragstart="return false" onselectstart="return false">');
	photoWin.document.write("<table height=500 align='center'><tr><td align='center'>");
	photoWin.document.write('<img src="' + ImgFileName + '" galleryimg="no"><p>');
	photoWin.document.write("</td></tr>");
	photoWin.document.write("<tr><td align='center'>");
	photoWin.document.write("<font face='verdana' size='3' color='#182eb2'><b>");
	photoWin.document.write( ImgTitle );
	photoWin.document.write("</b></font></td></tr></table>");
	photoWin.document.write('</body></html>');
	//if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();
	photoWin.document.close();	
}

