on0001 = new Image();
on0001.src = "images/shop_in_charaani2.gif";      
off0002 = new Image();
off0002.src = "images/shop_in_charaani.gif";
on0003 = new Image();
on0003.src = "images/shop_in_stack2.gif";      
off0004 = new Image();
off0004.src = "images/shop_in_stack.gif"; 
	
 function imgAct0001()
{
document.charaani.src = eval("on0001.src");
}
 function imgAct0002()
{
document.charaani.src = eval("off0002.src");
}
 function imgAct0003()
{
document.stack.src = eval("on0003.src");
}
 function imgAct0004()
{
document.stack.src = eval("off0004.src");
}
