function onMover(id)
{ 	
	  var intK;
	 // for (var intJ=1;intJ<11;intJ++)
		// {
			// if (document.getElementById('td'+intJ).background=='images/index_15.gif')
				// {
					// intK=intJ;
					// break;
				// }
		 //}
	
	//for (var intI=1; intI<11;intI++)
	//{
		//if (intI!=intK)
		//{
		
			//if (id==intI)
				//{
					document.getElementById('td'+id).background='images/index_15.gif';
					document.getElementById('td'+id).style.color='#ffffff';	
					
				//  }
			//else
				//{   
					//document.getElementById('td'+intI).background='';
					//document.getElementById('td'+intI).style.color='#555555';	
					
					//}
			 // }
	//}
}
function onMout(id)
{
	document.getElementById('td'+id).background='';
	document.getElementById('td'+id).style.color='#555555';	
	}

 function doZoom(size)
  {
   document.getElementById('zoom').style.fontSize=size+'px';  

  }
 function PagesLoad(strUrl)
  {
   location.href=strUrl;
  }
  
