//***********************Chromeless
function openIT() {
	theURL="formu.htm"
	wname ="CHROMELESSWIN"
	W=400;
	H=425;
	windowCERRARa 		= "img/chrome/img/close_a.gif"
	windowCERRARd 		= "img/chrome/img/close_d.gif"
	windowCERRARo 		= "img/chrome/img/close_o.gif"
	windowNONEgrf 		= "img/chrome/img/none.gif"
	windowCLOCK		= "img/chrome/img/clock.gif"
	windowREALtit		= "&nbsp;&nbsp;Contacto :: GesForm Multimedia"
	windowTIT 	    	= "<font face=arial size=1 color=#003366><b>&nbsp;&nbsp;Contacto :: GesForm Multimedia</b></font>"
	windowBORDERCOLOR   	= "#003366"
	windowBORDERCOLORsel	= "#ff9900"
	windowTITBGCOLOR    	= "#ff9900"
	windowTITBGCOLORsel 	= "#ff9900"
	openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}

//***********************Plugin'
function alerta(){
	alert("Se requiere FlashPlayer 6.0");
	window.open('http://www.macromedia.com/software/flashplayer/','','location=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}

function MM_checkPlugin(plgIn, theURL, altURL, autoGo) { //v4.0
  var ok=false; document.MM_returnValue = false;
  with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length)) {
    ok=(plugins && plugins[plgIn]);
  } else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
    if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
    else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
    else ok=autoGo; }
  if (!ok) theURL=altURL; if (theURL) window.location=theURL;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open('http://www.macromedia.com/software/flashplayer/','','location=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}

//***********************Pop-up
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
