
document.writeln(''); var jstm_ai = new Array(); var jstm_bi = new Array(); var jstm_fin = new Array(); var jstm_cnt = 0; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l1.jpg"; jstm_bi[jstm_cnt]=thefolder+"s1.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l2.jpg"; jstm_bi[jstm_cnt]=thefolder+"s2.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l3.jpg"; jstm_bi[jstm_cnt]=thefolder+"s3.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l4.jpg"; jstm_bi[jstm_cnt]=thefolder+"s4.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l5.jpg"; jstm_bi[jstm_cnt]=thefolder+"s5.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l6.jpg"; jstm_bi[jstm_cnt]=thefolder+"s6.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l7.jpg"; jstm_bi[jstm_cnt]=thefolder+"s7.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l8.jpg"; jstm_bi[jstm_cnt]=thefolder+"s8.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l9.jpg"; jstm_bi[jstm_cnt]=thefolder+"s9.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l10.jpg"; jstm_bi[jstm_cnt]=thefolder+"s10.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l11.jpg"; jstm_bi[jstm_cnt]=thefolder+"s11.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');
document.writeln(''); jstm_ai[jstm_cnt]=thefolder+"l12.jpg"; jstm_bi[jstm_cnt]=thefolder+"s12.jpg"; jstm_fin[jstm_cnt]=""; jstm_cnt++; document.writeln('');


var jstm_iwi = 420;
var jstm_iha = 340;
var jstm_mew = 16;

var jstm_t, jstm_ain, jstm_out;
var jstm_savea;

jstm_savea=0;

function jstm_getRef(etcn) {
  if (document.layers) return document.layers[etcn];
    else if (document.all) return document.all[etcn];
    else return document.getElementById(etcn);
}

function jstm_MakeNavBarLeft() {
	document.writeln('<table border=0 width="60">');
for (var i=0; i<(jstm_bi.length)/2; i++) {
	document.writeln('<tr height="54" valign=center ><td height="54" width="72" align="right"> <a href=# onclick="jstm_Ani('+i+')" onMouseover="jstm_Ani('+i+')"><img src='+jstm_bi[i]+' width="72" height="54" border=0 alt="'+jstm_fin[i]+'"></a></td></tr>');
  }
	document.writeln('</table>');
}
	
function jstm_MakeNavBarCentre() {
	document.writeln('<table border=0 width="60">');
  for (var i=(jstm_bi.length)/2; i<(jstm_bi.length*2)/2; i++) {
	document.writeln('<tr height="54" valign=center ><td height="54" width="72" align="center"> <a href=# onclick="jstm_Ani('+i+')" onMouseover="jstm_Ani('+i+')"><img src='+jstm_bi[i]+' width="72" height="54" border=0 alt="'+jstm_fin[i]+'"></a></td></tr>');
  }
	document.writeln('</table>');
}



function jstm_MakeImageDivs(lv,pid) {
  document.writeln('<img name="jstm_mi" src='+jstm_ai[0]+'>');
}

function jstm_Ani(f) {
  document['jstm_mi'].src = jstm_ai[f];
}

if (jstm_mew==0) { jstm_t='</tr><tr>'; jstm_mew=''; } else { jstm_t=''; jstm_mew='width='+jstm_mew; }

document.writeln('<table border=0 width="640"><tr valign=top >');


document.writeln('<td valign=top align=center width='+jstm_iwi+'>');
if (!document.layers) document.writeln('<div id="jstmen" style="position:relative; width:'+jstm_iwi+'px; height:'+jstm_iha+'px; overflow:hidden;">');
jstm_t = 0;
jstm_MakeImageDivs();

document.writeln('</td><td valign=top width="50"><img src="imgs/spacer.gif" width="50" height="1"></td>');

document.writeln('<td valign=top align=center '+jstm_mew+'>');
jstm_MakeNavBarLeft();
document.writeln('</td>');
document.writeln('<td valign=top align=center '+jstm_mew+'>');
jstm_MakeNavBarCentre();
document.writeln('</td>');



if (!document.layers) document.writeln('</div>');
document.writeln('</td></tr></table>');



