krishna=new Image(104,19);
krishna.src="/~tanjore/images/krishna.gif";
krishnaR=new Image(104,19);
krishnaR.src="/~tanjore/images/krishnaR.gif";

ganesha=new Image(104,19);
ganesha.src="/~tanjore/images/ganesha.gif";
ganeshaR=new Image(104,19);
ganeshaR.src="/~tanjore/images/ganeshaR.gif";

sikh=new Image(104,19);
sikh.src="/~tanjore/images/sikh.gif";
sikhR=new Image(104,19);
sikhR.src="/~tanjore/images/sikhR.gif";

otherdeities=new Image(104,19);
otherdeities.src="/~tanjore/images/otherdieties.gif";
otherdeitiesR=new Image(104,19);
otherdeitiesR.src="/~tanjore/images/otherdietiesR.gif";

others=new Image(104,19);
others.src="/~tanjore/images/others.gif";
othersR=new Image(104,19);
othersR.src="/~tanjore/images/othersR.gif";

contact=new Image(82,22);
contact.src="/~tanjore/images/contact.gif";
contactR=new Image(82,22);
contactR.src="/~tanjore/images/contactR.gif";

home=new Image(82,22);
home.src="/~tanjore/images/home.gif";
homeR=new Image(82,22);
homeR.src="/~tanjore/images/homeR.gif";

function ImgFunc(imgDocID,imgObjName)
{
document.images [imgDocID].src=eval(imgObjName + ".src");
}