function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
// -->
function pic_open(i,m,w,h) {
w=parseInt(w);
h=parseInt(h);
w=w+30;
h=50+h;
 s=0;
 st='"javascript:function click(){if(event.button==2){ alert('+'\'Oropendola All rights reserved ©'+'\')}}document.onmousedown=click;"'

 m=m+' - Oropendola Travel Agency';
 p1=screen.availHeight/2-h/2;
 p2=screen.availWidth/2-w/2;
  if(w>screen.availWidth-50)
   {w=screen.availWidth-50
   s=1}
  if(h>screen.availHeight-50){h=screen.availHeight-50;s=1;};
  o='toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=no,scrollbars='+s+',width='+w+',height='+h+''
  if(s<1){o+=' ,top='+p1+',left='+p2+''};
  wd=window.open('','Picture',o);
  wd.document.write('<html><head><title>'+m+'</title><link href=\'../style.css\' rel=\'stylesheet\' type=\'text/css\'></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload='+st+' ><table border=\'0\' cellpadding=\'0\' cellspacing=\'0\'   width=\'100%\' height=\'100%\'><tr><td align=\'center\'><a href=\'javascript:close()\'> <img border=\'1\' style=\'border-color:#000000\' src=\''+i+'\' galleryimg=\'no\' alt=\'Press To Close\'></a></td></tr><tr height=\'20\'><td style=\'margin-top: 2; margin-bottom: 2; background-color: #000000; text-align:center\'><span style=\'font-size:11px; color:#FFFFFF\'>'+m+'</span></td></tr></table></body></html>');
  wd.document.close();wd.focus();
}

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];}}
}