var newWindow= "";
window.defaultStatus="AMICOS - Home Of Your Pictures"
function LinkBind()
{ var link_nohandler= window.clientInformation ? null :window.undefined; function link_down(){this.onfocus=this.blur;}
function link_up(){this.onfocus=link_nohandler;}
function link_over(){window.status='AMICOS - Home Of Your Pictures';return true;}
for(var i= document.links.length; i-->0;)
{ document.links[i].onmousedown=link_down; document.links[i].onmouseup=link_up; document.links[i].onmouseover=link_over;}
}
function MM_goToURL() {
  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 OpenRecommend(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function OpenSlideshow(theURL,winName,features)
{
if (newWindow == "" || newWindow.closed){
  newWindow = window.open(theURL,winName,features);
  newWindow.name="SLIDESHOW";
  newWindow.focus();
if (newWindow != null) return true;
else return false;
  }
  newWindow.focus();
}
function doVote(ThisUrl){document.location.href=ThisUrl}