var type = "t";
var langtype = "traditional";
if (window.name=="simp"){
   type = "s";
   langtype="simp";
}

if (document.name=="level1s") {
   if (window.name=="simp")   
     document.write('(<a href="../../SlideShow/characters/ls/simp/index.html" class="roll"><img src="../misc/images/film.gif" align="bottom" border=0> <B>Slideshow</B> </a>)');
   else 
     document.write('<a href="../../SlideShow/characters/ls/traditional/index.html" class="roll"><img src="../misc/images/film.gif" align="bottom" border=0> <b>Click here for slideshow</b></a>');
} else if (document.name=="level1"+type) {
     document.write('(<a href="../../SlideShow/characters/ls/'+langtype+'/index.html" class="roll"><img src="../misc/images/film.gif" align="bottom" border=0> <B>Slideshow</B> </a>)');
} else if (document.name=="level2"+type) {
     document.write('(<a href="../../../SlideShow/characters/ls/'+langtype+'/index.html" class="roll"><img src="../misc/images/film.gif" align="bottom" border=0> <B>Slideshow</B> </a>)');
} else if (document.name=="level3"+type) {
     document.write('(<a href="../../../../SlideShow/characters/ls/'+langtype+'/index.html" class="roll"><img src="../misc/images/film.gif" align="bottom" border=0> <B>Slideshow</B> </a>)');
}