// JavaScript Document<!-- Begin
var linktext=new Array()


linktext[0]='<img src="pics/kart/kart1.jpg"  width="450" height="450" />'
linktext[1]='<img src="pics/kart/kart2.jpg"  width="450" height="450" />'
linktext[2]='<img src="pics/kart/kart3.jpg"  width="450" height="450" />'
linktext[3]='<img src="pics/kart/kart4.jpg"  width="450" height="450" />'




var ns6=document.getElementById&&!document.all
var ie=document.all
function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext] }
function reset(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML='<table border="0" width="210" height="185" bgcolor="#F88530" cellpadding="0" cellspacing="8"><tr><td valign="top"><font face="arial" size="4"><b>place your cursor over the links on the left for a description to appear here.<p>click on the link to visit the page</b></font></td></tr></table>'
else if (ns6) document.getElementById(whichdiv).innerHTML='<table border="0" width="210" height="185" bgcolor="#F88530" cellpadding="8" cellspacing="0"><tr><td valign="top"><font face="arial" size="4"><b>place your cursor over the links on the left for a description to appear here.<p>click on the link to visit the page</b></font></td></tr></table>'}
//  End -->






