 function getElementsByClassName(className,tag,GDP_w){var GDP_v=new RegExp("(^|\\s)"+className+"(\\s|$)"),tag=tag||"*",GDP_w=GDP_w||document,elements=(tag=="*"&&GDP_w.all)?GDP_w.all:GDP_w.getElementsByTagName(tag),GDP_o=[],current,length=elements.length;for(var i=0;i<length;i++){current=elements[i];if(GDP_v.test(current.className)){GDP_o.push(current);}}return GDP_o;};var GDP_f='pestanas',GDP_i='item_pestana';var NO_MENU=0,ARRIBA=1,ABAJO=2,ARRIBA_ABAJO=3;var GDP_c=0,GESTOR_PESTANAS=Array();function preparar_pestanas_avanzado(hash){var p=GESTOR_PESTANAS[GDP_c]={};p.idContenedor=hash.idContenedor;p.classUl=hash.classUl;p.aviso_js_activo=hash.aviso_js_activo;p.GDP_m=(hash.enDonde==ARRIBA)||(hash.enDonde==ARRIBA_ABAJO);p.GDP_t=(hash.enDonde==ABAJO)||(hash.enDonde==ARRIBA_ABAJO);p.especial=(hash.menuEspecialClass!=undefined)&&(hash.menuEspecial!=undefined);p.especial_id=p.especial?hash.menuEspecial:'';p.especial_class=p.especial?hash.menuEspecialClass:'';p.classContenidos=hash.classContenidos;p.tag=hash.tag;p.tagInfo=(hash.tagInfo==undefined||hash.tagInfo=='')?'numerico':hash.tagInfo;p.activaJs=hash.activaJs;p.seleccionado=undefined;p.functionAfter=hash.functionAfter;p.functionBefore=hash.functionBefore;p.id=GDP_c;p.slide=hash.slide;p.slideSleep=hash.slideSleep;GDP_n(GDP_c);return GDP_c++;};function preparar_pestanas(idContenedor,classUl,aviso_js_activo,enDonde,classContenidos,tag,tagInfo,activaJs){var p=GESTOR_PESTANAS[GDP_c]={};p.idContenedor=idContenedor;p.classUl=classUl;p.aviso_js_activo=aviso_js_activo;p.GDP_m=(enDonde==ARRIBA)||(enDonde==ARRIBA_ABAJO);p.GDP_t=(enDonde==ABAJO)||(enDonde==ARRIBA_ABAJO);p.classContenidos=classContenidos;p.tag=tag;p.tagInfo=(tagInfo=='')?'numerico':tagInfo;p.activaJs=activaJs;p.seleccionado=undefined;p.id=GDP_c;GDP_n(GDP_c);return GDP_c++;};function GDP_n(GDP_a){var p=GESTOR_PESTANAS[GDP_a];if(p.GDP_m){var selector='<ul id="'+GDP_f+'_'+p.idContenedor+'_superior"  class="'+p.classUl+'" ></ul>';document.write(selector);}document.getElementById(p.idContenedor).className+=' '+p.aviso_js_activo;};function activar_pestanas(GDP_a,GDP_l){var p=GESTOR_PESTANAS[GDP_a];var idContenedor=p.idContenedor;var GDP_r=document.getElementById(idContenedor);var GDP_d=getElementsByClassName(p.classContenidos,p.tag,GDP_r);var selector='';for(var seleccion=0;seleccion<GDP_d.length;++seleccion){selector+="<li class=\""+GDP_i+"\"><a href=\"javascript:cambia_pestana("+GDP_a+","+seleccion+")\">"+((p.tagInfo=='numerico')?(seleccion+1):GDP_d[seleccion][p.tagInfo])+'</a></li>';if(p.tagInfo=='title')GDP_d[seleccion].title='';}if(p.GDP_m)document.getElementById(GDP_f+'_'+idContenedor+'_superior').innerHTML=selector;if(p.GDP_t){selector='<ul id="'+GDP_f+'_'+idContenedor+'_inferior"  class="'+p.classUl+'" >'+selector+'</ul>';document.write(selector);}if(GDP_l== -1)GDP_l=Math.round(Math.random()*(GDP_d.length-1));cambia_pestana(GDP_a,GDP_l);if(p.slide!=undefined){p.GDP_k=(p.slideSleep==undefined)?2:p.slideSleep;p.GDP_x=setInterval('if(GESTOR_PESTANAS['+p.id+'].GDP_k < 1){cambia_pestana_siguiente('+p.id+');GESTOR_PESTANAS['+p.id+'].GDP_k=0;}else{GESTOR_PESTANAS['+p.id+'].GDP_k--;}',p.slide);}};function cambia_pestana(GDP_a,seleccionado){var p=GESTOR_PESTANAS[GDP_a],idContenedor=p.idContenedor,activaJs=p.activaJs;if(p.slide!=undefined)p.GDP_k=(p.slideSleep==undefined)?2:p.slideSleep;var GDP_r=document.getElementById(idContenedor);var GDP_d=getElementsByClassName(p.classContenidos,p.tag,GDP_r),GDP_j=GDP_d.length,GDP_h,GDP_g,GDP_b;if(p.functionBefore!=undefined)p.functionBefore(p.id);if(p.GDP_m){var GDP_q=document.getElementById(GDP_f+'_'+idContenedor+'_superior');GDP_h=getElementsByClassName(GDP_i,'li',GDP_q);}if(p.GDP_t){var GDP_p=document.getElementById(GDP_f+'_'+idContenedor+'_inferior');GDP_g=getElementsByClassName(GDP_i,'li',GDP_p);}if(p.especial){var GDP_s=document.getElementById(p.especial_id);GDP_b=getElementsByClassName(p.especial_class,'*',GDP_s);}if(seleccionado>(GDP_j-1))seleccionado=0;if(seleccionado<0)seleccionado=GDP_j-1;if(p.seleccionado!=undefined){GDP_d[p.seleccionado].className=p.classContenidos;if(p.GDP_m)GDP_h[p.seleccionado].className=GDP_i;if(p.GDP_t)GDP_g[p.seleccionado].className=GDP_i;if(p.especial&&GDP_b.length>p.seleccionado)GDP_b[p.seleccionado].className=p.especial_class;}GDP_d[seleccionado].className=p.classContenidos+' '+activaJs;if(p.GDP_m)GDP_h[seleccionado].className=GDP_i+' '+activaJs;if(p.GDP_t)GDP_g[seleccionado].className=GDP_i+' '+activaJs;if(p.especial&&GDP_b.length>seleccionado){GDP_b[seleccionado].className=p.especial_class+' '+activaJs;}p.seleccionado=parseInt(seleccionado);if(p.functionAfter!=undefined)p.functionAfter(p.id);};function cambia_pestana_anterior(GDP_a){cambia_pestana(GDP_a,GESTOR_PESTANAS[GDP_a].seleccionado-1);};function cambia_pestana_siguiente(GDP_a){cambia_pestana(GDP_a,GESTOR_PESTANAS[GDP_a].seleccionado+1);} 
