function popup(D,C,F,B,A,H,E){if(typeof (A)=="undefined"){A="center"}if(typeof (H)=="undefined"){H="middle"}if(typeof (E)=="undefined"){E=""}if(A.toLowerCase()=="center"){A=(screen.width-F)/2}else{if(A.toLowerCase()=="right"){A=(screen.width-F-30)}else{if(A<0){A=screen.width-F+A}else{A=0}}}if(H.toLowerCase()=="middle"){H=(screen.height-B)/2}else{if(H.toLowerCase()=="bottom"){H=(screen.height-B-60)}else{if(H<0){A=screen.height-B-H-30}else{H=0}}}var G=window.open;if(typeof (C)=="undefined"||typeof (F)=="undefined"||typeof (B)=="undefined"){return G(D)}else{return G(D,C,"width="+F+",height="+B+",screenX="+A+",left="+A+",screenY="+H+",top="+H+","+E)}}function showSWF(E,A,B,K,L,I,D,H,J,C,F){if(!L){L="transparent"}if(!H){H="center"}if(!J){J="high"}if(!D){D=""}if(!C){C="transparent"}if(!F){F="sameDomain"}if(I){I=toObject(I);if(!I){alert("SWF Target Error");return }}var G='<div style="background-color:'+L+";";if(B){G+="width:"+B+"px;"}if(K){G+="height:"+K+"px;"}G+='">	<object type="application/x-shockwave-flash" data="'+E+'" ';if(B){G+='width="'+B+'" '}if(K){G+='height="'+K+'" '}G+='id="'+A+'" align="'+H+'">		<param name="flashvars" value="'+D+'">		<param name="allowScriptAccess" value="'+F+'" />		<param name="movie" value="'+E+'" />		<param name="quality" value="'+J+'" />		<param name="bgcolor" value="'+L+'" />		<param name="wmode" value="'+C+'">	</object></div>';if(I){I.innerHTML=G}else{document.write(G)}}var font_size=9;var MAX=17;var MIN=11;function changeFont(A){font_size+=A;if(font_size>MAX){font_size=MAX}if(font_size<MIN){font_size=MIN}document.getElementsByTagName("body")[0].style.fontSize=font_size+"px"}function objectToString(E,D,C){var A="";var B="";D=(D?D+1:0);C=(C?C-1:1);if(C==-1){return""}for(var F=0;F<D;F++){B+="  "}A+=B+"["+typeof (E)+"]"+E;D++;B+="  ";for(subObj in E){A+="\n"+B+"["+subObj+"] => "+E[subObj];if(typeof (E[subObj])=="object"&&confirm(typeof (E[subObj])+E[subObj])){A+="\n"+objectToString(subObj,D,C)}}return A}function toObject(A){if(typeof (A)=="string"){return document.getElementById(A)}if(typeof (A.nodeName)!="undefined"){return A}return null}function jumpTo(A){document.location.href=A}function validateEmail(A){var B=0;if(A.length>7&&A.indexOf(" ",0)==-1){B=A.indexOf("@",0);if(B>2&&A.indexOf("@",B)&&A.indexOf(".",B)>(B+3)){B=A.indexOf(".",B);if(B>-1&&B<A.length-2){return true}}}return false}function isDate(E,F,B){if(E.toString().length==0){return false}if(B==null){F=(F==null)?"-":F;if(E.toString().indexOf(F)==-1){return false}var A=E.toString().split(F);if(A.length!=3){return false}E=A[0];F=A[1];B=A[2]}F=F-1;var C=new Date(E,F,B);var D=(C.getYear()<1000)?C.getYear()+1900:C.getYear();return((D==E)&&(F==C.getMonth())&&(B==C.getDate()))}function imagenChange(B,A){B=toObject(B);if(B){B.src=A}}function checkMaxChars(A,B){A=toObject(A);if(A&&A.value.length>B){A.value=A.value.substring(0,B)}}function bookMark(A){var B=new Array();B=A.split("|");if(document.all){window.external.AddFavorite(B[0],B[1])}else{alert("Lo Sentimos, los usuarios de Netscape o Mozilla deben agregar a \nfavoritos manualmente desde el menu o haciendo uso de <Ctrl-D>")}}String.prototype.trim=function(){var A=this.replace(/^\s+/,"");for(var B=A.length;B>0;B--){if(/\S/.test(this.charAt(B))){A=A.substring(0,B);break}}return A};	function setElementPosition( something, posx, posy, type )	{
		something = toObject( something );
		if( !type )
			type = 'absolute';
		something.style.position = type;
		something.style.left = posx + 'px';
		something.style.top = posy + 'px';
	}
	
