

function ventana(imagename, ancho, alto){
ancho=ancho+20
alto=alto+30
if (ancho > 790) {ancho=790;};
if (alto > 550) {alto=500;};
window.open(imagename,"Imagen","menubar=no,scrollbars=yes,status=no,width="+ancho+",height="+alto+", top=0, left=0, screenX=0, screenY=0")
}


 function infoscroll(seed,looped)
  {
    var text1  = "AISLANTES AISFERSA, Poliestireno expandido, Planchas especiales, Bovedillas, Casetones, Cornisas,Complementos decorativos para interior y exterior, Jardineras y Macetas de poliestireno expandido";
    var msg    = text1;
    var putout = " ";
    var c      = 1;
    if (looped > 3) {
      
    }
    else if (seed > 100) {
         seed--;
         var cmd="infoscroll(" + seed + "," + looped + ")";
         timerTwo=window.setTimeout(cmd,100);
    }
    else if (seed <= 100 && seed > 0) {
      for (c=0 ; c < seed ; c++)
        putout += " ";
      putout += msg.substring(0, 100-seed);
      seed--;
      var cmd = "infoscroll(" + seed + "," + looped + ")";
      window.status = putout;
      timerTwo = window.setTimeout(cmd,100);
    }
    else if (seed <= 0) {
      if (-seed < msg.length) {
        putout+=msg.substring(-seed,msg.length);
        seed--;
        var cmd="infoscroll(" + seed + "," + looped + ")";
        window.status=putout;
        timerTwo=window.setTimeout(cmd,100); // 100
      }
      else {
        window.status=" ";
        looped += 1;
        var cmd = "infoscroll(100," + looped + ")";
        timerTwo=window.setTimeout(cmd,75); // 75
      }
    }
  }

  infoscroll(100,1);
  
 
<!-- Begin
function lista(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End --> 


<!--
function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' incorrecto.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+', incorrecto.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' \n'; }
  } if (errors) alert('Debe rellenar:\n'+errors);
  document.MM_returnValue = (errors == '');
}
//-->
