// ******** Status Bar Javascript Magic by Likno 1.0 **********
function Engenconde_start() {clearInterval(Engenconde.sttm);Engenconde_init();if (arguments.length>0) Engenconde_init2(arguments[0]);Engenconde.sttm=setInterval ("doEffect('Engenconde')",10);}
function Engenconde_stop() {clearInterval(Engenconde.sttm);window.status="";}

Engenconde_init();
function Engenconde_init() {Engenconde={stel:0,stft:"",stec:8,stcel:1,stce:-1,stcl:-1,stls:-1,stcs:0,sttg:0,stea:["HOW DO I FIND YOU?",4,10,3,"From Ensenada you will drive about 2 hours",3,14,1,"you will get to Colonia Vicente Guerrero at the stop light the only one in town",3,14,1,"You will then drive 1 mile south and on the west side of the road on the slight hill you will see a Corona Beer sign and a Tecate Beer sign",3,14,1,"Turn on the dirt road and head west pass the first place and we are 1/2 mile in off the hwy",3,14,1,"Continue almost in a straight path but you will curve slightly to the left  and follow west",3,14,1,"There you will find Us",3,14,1,"We are the friendliest on the Baja!!",3,14,1]};}
function Engenconde_init2 (en) {Engenconde.stea=[Engenconde.stea[(en-1)*4],Engenconde.stea[(en-1)*4+1],Engenconde.stea[(en-1)*4+2],Engenconde.stea[(en-1)*4+3]];Engenconde.stec=1;Engenconde.stel=0;}
function doEffect(es) {var s=eval(es);if (s.stce==s.stec) {if (s.stcel==s.stel) {clearInterval(s.sttm);window.status=s.stft;return;} else {if (s.stel>0) s.stcel++;s.stce=-1;s.stcl=s.stls;}}if (s.stcl==s.stls) {s.stce++;s.sttx=s.stea[s.stce*4];s.sttp=s.stea[s.stce*4+1];s.stsd=s.stea[s.stce*4+2];s.stls=s.stea[s.stce*4+3];s.stcl=0;s.stsp=1;s.sttg=0;}if (21-s.stsd-s.sttg==0) {var stres=eval("stEffect"+s.sttp+"(s.sttx,s.stsp++,es);");s.sttg=0;if (stres!="") window.status=stres;else {s.stcl++;s.stsp=1;}}s.sttg++;}
function stEffect4(text,step) {if (step<=3) return text;if (step<=5) return " ";return "";}
function stEffect3(text,step) {if (step>text.length) return "";else {for (var i=0,r=""; i<text.length-step; i++) r+=" ";return r+text;}}
Engenconde_start();