// JavaScript Document



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 popimg(path,width,height,title)
{
var config='height='+(height+10)+',width='+(width+10)+', directories=no,location=no,menubar=no,status=no,toolbar=no,top=50,left=100';
var w=window.open('','',config);

w.document.write('<html><body leftmargin="5" topmargin="5">');
//w.document.write('<img src='+path+' height='+height+' width='+width+'>');
w.document.write('<img src=/imgbar/'+path+'>');
w.document.write('</body></html>');
w.document.title=title;
w.document.close();
}
