function openpopup1(){
var popurl="img1/car1995.htm"
winpops=window.open(popurl,"","width=402,height=315,")
}
function openpopup2(){
var popurl="img1/cnbanda1.htm"
winpops=window.open(popurl,"","width=402,height=315,")
}
function openpopup3(){
var popurl="img1/guaira.htm"
winpops=window.open(popurl,"","width=402,height=315,")
}
function openpopup4(){
var popurl="img1/ibolin.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}
function openpopup5(){
var popurl="img1/icn1.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}
function openpopup6(){
var popurl="img1/isala.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}
function openpopup7(){
var popurl="img1/irenato.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}
function openpopup8(){
var popurl="img1/iavalen.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}
function openpopup9(){
var popurl="img1/ibbarb.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}
function openpopup10(){
var popurl="img1/idoming.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}
function openpopup11(){
var popurl="img1/ichico.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}
function openpopup12(){
var popurl="img1/igil.htm"
winpops=window.open(popurl,"","width=402,height=262,")
}

nSpace=5   // how many space maximum between each letter
nSpeed=100 // the speed of the animation
timerLSM=null;
function LetterSpacingMenu() {
  if(document.getElementById){
  lnks = Math.floor(Math.random()*lnk.length);
  letterSpacing = Math.floor(Math.random()*nSpace);
  lnk[lnks].style.letterSpacing = letterSpacing + "px";
  timerLSM = setTimeout("LetterSpacingMenu()", nSpeed);
  }
}
function StopMenu() {
  if(document.getElementById) {
  clearTimeout(timerLSM);
  for(i=0;i<lnk.length;i++)
  lnk[i].style.letterSpacing = 0 + "px";
  }
}
function LSMenuInit() {
  if(document.getElementById) {
  lnk = document.getElementById("menucont").getElementsByTagName("a");
  cnt = document.getElementById("menucont");
  cnt.style.textAlign= "center";
  cnt.onmouseover=StopMenu;
  cnt.onmouseout=LetterSpacingMenu;
  LetterSpacingMenu();
  }
}
onload=LSMenuInit;
