var ttic=0;var ttid=3;var tticurrSlide;var ttiselSlide;setTimeout(ttislidePlay,100);function ttislidePlay()
{if(!ttiselSlide){tticurrSlide=ttic;$("#ttislide"+ttic).fadeIn(5000);$("#ttislidedesc"+ttic).show("slide",{direction:"down"},2000);setTimeout(ttitagSlide,10000);}}
function ttitagSlide()
{if(ttiselSlide!=''){$("#ttislide"+ttic).fadeOut(2000);ttic=ttic+1;if(ttic>ttid){ttic=0;}
ttislidePlay();}}
