//jeb.js /*All code herein Copyright 2006 jeblaisdell.com Licensed for use on teamsurvivortristate.org only. */

function l(a) {c = new Array('home','about','contact','board','schedule','calendar','difr3');b = c.length - 1;while(b>=0){document.getElementById(c[b]).style.display = 'none';b--;}document.getElementById(a).style.display = 'block';}/*function mv(d) {n = 1;z = document.getElementsByTagName('img');b = 0;for (i=0;i<z.length;i++) {if (z[i].className == 'sld') b++;}for(i=1;i<=b;i++) {e='slide'+i;f= document.getElementById(e);if (f.style.display == 'block') { n = i;}f.style.display = 'none';}if (d == -1) n -= 1;else if (d == 1) n += 1;if (n < 1 && d == -1) n = b;else if (n > b && d == 1) n = 1;a = 'slide'+n;c = document.getElementById(a);c.style.display = 'block';}*/function fshad(fid,ap,ss,col1,sss,col2,bcol) {a = document.getElementById(fid);b = document.createElement('span');b.style.position = 'absolute';b.style.top = parseInt(a.style.top) + 1 + 'px';b.style.left = parseInt(a.style.left) + 1 + 'px';b.style.fontSize = a.style.fontSize;b.style.color = bcol;b.style.fontFamily = a.style.fontFamily;b.style.zIndex = a.style.zIndex - 1;b.innerHTML = a.innerHTML;document.getElementById(ap).appendChild(b);if (ss==1) {b = document.createElement('span');b.style.position = 'absolute';b.style.top = parseInt(a.style.top) + 2 + 'px';b.style.left = parseInt(a.style.left) + 2 + 'px';b.style.fontSize = a.style.fontSize;b.style.fontFamily = a.style.fontFamily;b.style.color = col1;b.style.zIndex = a.style.zIndex - 2;b.innerHTML = a.innerHTML;document.getElementById(ap).appendChild(b);}if (sss==1) {b = document.createElement('span');b.style.position = 'absolute';b.style.top = parseInt(a.style.top) - 1 + 'px';b.style.left = parseInt(a.style.left) - 1 + 'px';b.style.fontSize = a.style.fontSize;b.style.fontFamily = a.style.fontFamily;b.style.color = col2;b.style.zIndex = a.style.zIndex - 2;b.innerHTML = a.innerHTML;document.getElementById(ap).appendChild(b);}}fshad('f1','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f2','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f3','lcol',1,'#6666cc',1,'#314159','#333366');/*fshad('f4','lcol',1,'#6666cc',1,'#314159','#333366');*/fshad('f5','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f6','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f7','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f8','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f9','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f10','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f11','lcol',1,'#6666cc',1,'#314159','#333366');fshad('f12','lcol',1,'#6666cc',1,'#314159','#333366');/*fshad('brnch','fund',1,'#006600',1,'#314159','#660000');fshad('danskin','fund',1,'#006600',1,'#314159','#660000');*/fshad('copy','foot',0,'#6666cc',0,'#314159','#333366');fshad('welc','home',1,'#336633',1,'#314159','#333366');fshad('subwelc','home',0,'#9999cc',0,'#9999cc','#9999cc');/*fshad('rev','ss',0,'#6666cc',1,'#ccccff','#9999cc');fshad('fwd','ss',0,'#6666cc',1,'#ccccff','#9999cc');*/fshad('aboutts','about',1,'#336633',1,'#314159','#333366');fshad('contactts','contact',1,'#336633',1,'#314159','#333366');fshad('ifr3ts','difr3',1,'#336633',1,'#314159','#333366');fshad('boardts','board',1,'#336633',1,'#314159','#333366');fshad('calendarts','calendar',1,'#336633',1,'#314159','#333366');calurl = location.href;if (calurl.indexOf("year") != -1) {l('calendar');}function sh(b,c,y) {if (document.getElementById(b).style.display == 'none') {document.getElementById(b).style.display = 'block';document.getElementById('ifr1').style.visibility = 'visible';} else {document.getElementById(b).style.display = 'none';document.getElementById('ifr1').style.visibility = 'hidden';}c='caldat/'+c+'.html';if (y == 1) { document.getElementById('ifr1').src = c;return false;}}