var xmlHttp;function tabber(tabindex){clearTaber();document.getElementById('tab'+tabindex).src="images/index/box_menu0"+tabindex+"_1.jpg";createXMLHttpRequest();xmlHttp.onreadystatechange = handleStateChange;xmlHttp.open("GET", "library_tabber_"+tabindex+".php", true);xmlHttp.send(null);}function clearTaber(){for(i=0;i<4;i++)document.getElementById('tab'+i).src="images/index/box_menu0"+i+".jpg";document.getElementById('tabdata').innerHTML='<p><BR><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="50" height="50"><param name="movie" value="images/loading.swf"><param name="quality" value="high"><param name="wmode" value="transparent"><embed src="images/loading.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="50" height="50"></embed></object></p>';}function createXMLHttpRequest(){if (window.ActiveXObject)xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");else if (window.XMLHttpRequest)xmlHttp =new XMLHttpRequest();}function handleStateChange() { if(xmlHttp.readyState == 4) if(xmlHttp.status == 200) document.getElementById('tabdata').innerHTML= xmlHttp.responseText;}
