function h_dir(f,e,t){//v1.0 2002 Copyright www.hiwit.org
  r=document.forms[f].elements[e].options[document.forms[f].elements[e].selectedIndex].value;
  parent.frames[t].location.href=r;
}

function h_pop(s,n,p){//v1.0 2002 Copyright www.hiwit.org
  window.open(s,n,p);
}

function h_swap(i,s){//v1.0 2002 Copyright www.hiwit.org
  document.images[i].src=s;
}

function h_hist(v){//v1.0 2002 Copyright www.hiwit.org
  history.go(v);
}

function h_redir(s){//v1.0 2002 Copyright www.hiwit.org
  location=s;
}

function h_load(){//v1.0 2002 Copyright www.hiwit.org
  var a=h_load.arguments;
  d=document.imageArray;
  d=new Array(a.length);
  for(var i=0; i<a.length; i++){
    d[i]=new Image;
    d[i].src=a[i];
  }
}

function h_status(m){//v1.0 2002 Copyright www.hiwit.org
  window.status=m;
}

function h_frames(a,w,b,x){//v1.0 2002 Copyright www.hiwit.org
  parent.frames[w].location.href=a;
  parent.frames[x].location.href=b;
}

function h_shLayer(n,e){//v1.0 2002 Copyright www.hiwit.org
  if (document.getElementById)  document.getElementById(n).style.visibility=e;
  else document.all[n].style.visibility=e;
}
  

/* scripts specifiques */

function mail(){
  window.open("http://www.hiwit.org/contact.htm","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=450,top=80,left=100")
}

function stopNs4(){
  var ns4=document.layers;
  if (ns4) s="ns4.html";
  location=s;
}
