/*<!-- mp_trans_disable_start -->*/ 
function changeTSRule()
{var theWidth=getBrowserWidth();var aImgs=document.getElementsByTagName("IMG");for(var i=0;i<aImgs.length;i++)
{var thisImg=aImgs[i];if(thisImg.className.match(/tmaps/gi))
{if(theWidth.widthValue>1016)
{if(thisImg.src.match(/800.gif/gi))
{thisImg.src=thisImg.src.replace(/800.gif/gi,'1024.gif');}
thisImg.width="700";}
else
{if(thisImg.src.match(/1024.gif/gi))
{thisImg.src=thisImg.src.replace(/1024.gif/gi,'800.gif');}
thisImg.width="495";}}}}
 /*<!-- mp_trans_disable_end -->*/