function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function showpol() { pol.style.display = "block"
pol2.style.display = "block"}
function hidepol() { pol.style.display = "none"
pol2.style.display = "none"}
//PopUp regulable
function ediview(img){
  foto1= new Image();
  foto1.src=(img);
  Controlar(img);
}
function Controlar(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzion="Controlar('"+img+"')";
    intervalo=setTimeout(funzion,20);
  }
}
function mail()
{window.open("../contacto.asp","contacto","width=550,height=500,menubar=no,resize=no,status=0,scrollbars=yes")}
function mail2()
{window.open("/tonos/index.htm","tono","width=525,height=425,menubar=no,resize=no,status=0,scrollbars=no")}
//Abre Ventana Standard
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function viewFoto(img){
  top1=200;
  left1=200;
  largh=foto1.width+20;
  altez=foto1.height+20;
  stringa="top="+top1+",left="+left1+",width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
//PopUp regulable

//IFRAME REGULABLE

		function iframeResize(iframeWindow) {
			var iframeElement = parent.document.getElementById(iframeWindow.name);
			if (iframeWindow.document.height) {
				iframeElement.style.height = iframeWindow.document.height + 35 +'px';
				iframeElement.style.width = window.document.width + 5 + 'px';
			}
			else if (iframeWindow.document.documentElement.scrollHeight) {
					iframeElement.style.height = iframeWindow.document.documentElement.scrollHeight + 35 + 'px';
					iframeElement.style.width = iframeWindow.document.documentElement.scrollWidth + 5 + 'px';
			}
		}

