// JavaScript Document
function Clicktitle(x){
   var ulc= document.getElementById("toptile").getElementsByTagName("li");
   for(i=0;i<=ulc.length;i++)
   {
	   if(x==i)
	   {
		   ulc[i].onmouseout="";
		  
	   }
    }
	
	
	if(x == 0){
	document.getElementById("images1").src = "http://www.8312345.com//Smarty/templates/templates/images/bann1-1.jpg";
	
	}else if(x == 1){

	
	document.getElementById("images2").src = "http://www.8312345.com//Smarty/templates/templates/images/bann2-1.jpg";
	
	}else if(x == 2)
	{
	
	document.getElementById("images3").src = "http://www.8312345.com//Smarty/templates/templates/images/bann3-1.jpg";

	}else if(x == 3)
	{
	
	document.getElementById("images4").src = "http://www.8312345.com//Smarty/templates/templates/images/bann4-1.jpg";
	}
	else if(x == 4)
	{

	document.getElementById("images5").src = "http://www.8312345.com//Smarty/templates/templates/images/bann5-1.jpg";
	}
	
	
	else if(x == 5)
	{
	document.getElementById("images6").src = "http://www.8312345.com//Smarty/templates/templates/images/bann6-1.jpg";
		}
		
}

