var $j=jQuery.noConflict();if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_7,_8,_9,_a,_b){if(!document.getElementById){return;}this.DETECT_KEY=_b?_b:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(c){this.addParam("bgcolor",c);}if(_7){this.addParam("wmode",_7);}if(_8){this.addParam("FlashVars",_8);}var q=_8?_8:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",_7);this.setAttribute("doExpressInstall",false);var _d=(_9)?_9:window.location;this.setAttribute("xiRedirectUrl",_d);this.setAttribute("redirectUrl","");if(_a){this.setAttribute("redirectUrl",_a);}};deconcept.SWFObject.prototype={setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16.push(key+"="+_18[key]);}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=key+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}return _23;};deconcept.PlayerVersion=function(_27){this.major=_27[0]!=null?parseInt(_27[0]):0;this.minor=_27[1]!=null?parseInt(_27[1]):0;this.rev=_27[2]!=null?parseInt(_27[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_29){var q=document.location.search||document.location.hash;if(q){var _2b=q.substring(1).split("&");for(var i=0;i<_2b.length;i++){if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){return _2b[i].substring((_2b[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2d=document.getElementsByTagName("OBJECT");for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){if(typeof _2d[i][x]=="function"){_2d[i][x]=null;}}}};if(typeof window.onunload=="function"){var oldunload=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();oldunload();};}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}if(Array.prototype.push==null){Array.prototype.push=function(_30){this[this.length]=_30;return this.length;};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;function MM_preloadImages(){var d=document;if(d.images){if(!d.MM_p){d.MM_p=new Array();}var i,j=d.MM_p.length,a=MM_preloadImages.arguments;for(i=0;i<a.length;i++){if(a[i].indexOf("#")!=0){d.MM_p[j]=new Image;d.MM_p[j++].src=a[i];}}}}function MM_swapImgRestore(){var i,x,a=document.MM_sr;for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++){x.src=x.oSrc;}}function MM_findObj(n,d){var p,i,x;if(!d){d=document;}if((p=n.indexOf("?"))>0&&parent.frames.length){d=parent.frames[n.substring(p+1)].document;n=n.substring(0,p);}if(!(x=d[n])&&d.all){x=d.all[n];}for(i=0;!x&&i<d.forms.length;i++){x=d.forms[i][n];}for(i=0;!x&&d.layers&&i<d.layers.length;i++){x=MM_findObj(n,d.layers[i].document);}if(!x&&d.getElementById){x=d.getElementById(n);}return x;}function MM_swapImage(){var i,j=0,x,a=MM_swapImage.arguments;document.MM_sr=new Array;for(i=0;i<(a.length-2);i+=3){if((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x;if(!x.oSrc){x.oSrc=x.src;}x.src=a[i+2];}}}function MM_openBrWindow(_38,_39,_3a){window.open(_38,_39,_3a);}function fecha(){mes=new Array();diasem=new Array();fechas=new Date();diasemana=fechas.getDay();diasem[0]="Domingo";diasem[1]="Lunes";diasem[2]="Martes";diasem[3]="Miercoles";diasem[4]="Jueves";diasem[5]="Viernes";diasem[6]="Sabado";dia=fechas.getDate();nomes=fechas.getMonth();anio=fechas.getYear();mes[0]="Enero";mes[1]="Febrero";mes[2]="Marzo";mes[3]="Abril";mes[4]="Mayo";mes[5]="Junio";mes[6]="Julio";mes[7]="Agosto";mes[8]="Septiembre";mes[9]="Octubre";mes[10]="Noviembre";mes[11]="Diciembre";if(anio<1000){anio=anio+1900;}document.write(diasem[diasemana]+" "+dia+" de "+mes[nomes]+" de "+anio);}function hideSelectBoxes(){selects=document.getElementsByTagName("select");for(i=0;i!=selects.length;i++){selects[i].style.visibility="hidden";}}function showSelectBoxes(){selects=document.getElementsByTagName("select");for(i=0;i!=selects.length;i++){selects[i].style.visibility="visible";}}function show(_3b){arreglo=_3b.split(",");for(i=0;i<arreglo.length;i++){window.document.getElementById(arreglo[i]).style.display="block";}}function hide(_3c){arreglo=_3c.split(",");for(i=0;i<arreglo.length;i++){window.document.getElementById(arreglo[i]).style.display="none";}}function class_activo(_3d,_3e){x=_3d.split(",");y=_3e.split(",");for(i=0;i<x.length;i++){window.document.getElementById(x[i]).className=y[i];}}function loadMenu(){tabsHomeCL=MakeMenu("tabs_home_cl",3,0,1);tabsHomeCL.autoClose=false;tabsHomeCL.useTabs=true;tabsHomeCL.classTabsActive="activo";tabsHomeCL.classTabsInactive="";tabsHomeLP=MakeMenu("tabs_home_lp",2,0,1);tabsHomeLP.autoClose=false;tabsHomeLP.useTabs=true;tabsHomeLP.classTabsActive="activo";tabsHomeLP.classTabsInactive="";tabsOpciones=MakeMenu("opcion",3,0,1);tabsOpciones.autoClose=false;tabsOpciones.useTabs=true;tabsOpciones.classTabsActive="activo";tabsOpciones.classTabsInactive="";tabsOpciones.closeAll=false;}function nospam(_3f,_40){window.location="mailto:"+_3f+"@"+_40;}function SwapDiv(id,_42,_43){$j("#"+id).toggle();return false;}function setRadioValue(_44,_45){var b;if(_44.length){for(b=0;b<_44.length;b++){if(_44[b].value==_45){_44[b].checked=true;}}}else{if(_44.value==_45){_44.checked=true;}}}var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;function ControlVersion(){var _47;var axo;var e;try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");_47=axo.GetVariable("$version");}catch(e){}if(!_47){try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_47="WIN 6,0,21,0";axo.AllowScriptAccess="always";_47=axo.GetVariable("$version");}catch(e){}}if(!_47){try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");_47=axo.GetVariable("$version");}catch(e){}}if(!_47){try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");_47="WIN 3,0,18,0";}catch(e){}}if(!_47){try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");_47="WIN 2,0,0,11";}catch(e){_47=-1;}}return _47;}function GetSwfVer(){var _4a=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var _4b=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var _4c=navigator.plugins["Shockwave Flash"+_4b].description;var _4d=_4c.split(" ");var _4e=_4d[2].split(".");var _4f=_4e[0];var _50=_4e[1];var _51=_4d[3];if(_51==""){_51=_4d[4];}if(_51[0]=="d"){_51=_51.substring(1);}else{if(_51[0]=="r"){_51=_51.substring(1);if(_51.indexOf("d")>0){_51=_51.substring(0,_51.indexOf("d"));}}}var _4a=_4f+"."+_50+"."+_51;}}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1){_4a=4;}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1){_4a=3;}else{if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1){_4a=2;}else{if(isIE&&isWin&&!isOpera){_4a=ControlVersion();}}}}}return _4a;}function DetectFlashVer(_52,_53,_54){versionStr=GetSwfVer();if(versionStr==-1){return false;}else{if(versionStr!=0){if(isIE&&isWin&&!isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",");}else{versionArray=versionStr.split(".");}var _55=versionArray[0];var _56=versionArray[1];var _57=versionArray[2];if(_55>parseFloat(_52)){return true;}else{if(_55==parseFloat(_52)){if(_56>parseFloat(_53)){return true;}else{if(_56==parseFloat(_53)){if(_57>=parseFloat(_54)){return true;}}}}}return false;}}}function AC_AddExtension(src,ext){if(src.indexOf("?")!=-1){return src.replace(/\?/,ext+"?");}else{return src+ext;}}function AC_Generateobj(_5a,_5b,_5c){var str="";if(isIE&&isWin&&!isOpera){str+="<object ";for(var i in _5a){str+=i+"=\""+_5a[i]+"\" ";}str+=">";for(var i in _5b){str+="<param name=\""+i+"\" value=\""+_5b[i]+"\" /> ";}str+="</object>";}else{str+="<embed ";for(var i in _5c){str+=i+"=\""+_5c[i]+"\" ";}str+="> </embed>";}document.write(str);}function AC_FL_RunContent(){var ret=AC_GetArgs(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}function AC_SW_RunContent(){var ret=AC_GetArgs(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}function AC_GetArgs(_61,ext,_63,_64,_65){var ret=new Object();ret.embedAttrs=new Object();ret.params=new Object();ret.objAttrs=new Object();for(var i=0;i<_61.length;i=i+2){var _68=_61[i].toLowerCase();switch(_68){case "classid":break;case "pluginspage":ret.embedAttrs[_61[i]]=_61[i+1];break;case "src":case "movie":_61[i+1]=AC_AddExtension(_61[i+1],ext);ret.embedAttrs["src"]=_61[i+1];ret.params[_63]=_61[i+1];break;case "onafterupdate":case "onbeforeupdate":case "onblur":case "oncellchange":case "onclick":case "ondblClick":case "ondrag":case "ondragend":case "ondragenter":case "ondragleave":case "ondragover":case "ondrop":case "onfinish":case "onfocus":case "onhelp":case "onmousedown":case "onmouseup":case "onmouseover":case "onmousemove":case "onmouseout":case "onkeypress":case "onkeydown":case "onkeyup":case "onload":case "onlosecapture":case "onpropertychange":case "onreadystatechange":case "onrowsdelete":case "onrowenter":case "onrowexit":case "onrowsinserted":case "onstart":case "onscroll":case "onbeforeeditfocus":case "onactivate":case "onbeforedeactivate":case "ondeactivate":case "type":case "codebase":case "id":ret.objAttrs[_61[i]]=_61[i+1];break;case "width":case "height":case "align":case "vspace":case "hspace":case "class":case "title":case "accesskey":case "name":case "tabindex":ret.embedAttrs[_61[i]]=ret.objAttrs[_61[i]]=_61[i+1];break;default:ret.embedAttrs[_61[i]]=ret.params[_61[i]]=_61[i+1];}}ret.objAttrs["classid"]=_64;if(_65){ret.embedAttrs["type"]=_65;}return ret;}
