// ******** Status Bar Javascript Magic by Likno 1.0 **********
function statusbar_start() {clearInterval(statusbar.sttm);statusbar_init();if (arguments.length>0) statusbar_init2(arguments[0]);statusbar.sttm=setInterval ("doEffect('statusbar')",10);}
function statusbar_stop() {clearInterval(statusbar.sttm);window.status="";}

statusbar_init();
function statusbar_init() {statusbar={stel:1,stft:"",stec:7,stcel:1,stce:-1,stcl:-1,stls:-1,stcs:0,sttg:0,stea:["Subscribe to  our Members  area and enjoy .........",0,9,1,"1",1,1,1,"....18 videos showing hand position ....",0,10,1,"....Complete notations for all listed rhythms",0,10,1,"....over 2hrs 30mins of live recordings from Gambia and Senegal ......",0,10,1,"...... and much more ........",0,10,1,"Full Membership subscription Only £29.95 per year",5,9,3],stwa1:["Access"," to"," 23"," rhythms"," with"," over"," 220"," associated"," tracks"," ....."]};}
function statusbar_init2 (en) {statusbar.stea=[statusbar.stea[(en-1)*4],statusbar.stea[(en-1)*4+1],statusbar.stea[(en-1)*4+2],statusbar.stea[(en-1)*4+3]];statusbar.stec=1;statusbar.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 stEffect0(text,step){if (step>text.length) return "";else return text.substring(0,step);}
function stEffect1(text,step,es) {var wa=eval(es+".stwa"+text);if (step>wa.length) return "";else {for (var i=0,r=""; i<step; i++) r+=wa[i];return r;}}
function stEffect5(text,step){if (text.length<step) return "";return text.substring(0,step)+"*"+text.substring(step,text.length);}
statusbar_start();
