if(document.images){pic1=new Image(220,19);pic1.src="http://coolshowcase.com/themes/tacha/images/rating_loading.gif";pic2=new Image(25,75);pic2.src="http://coolshowcase.com/themes/tacha/images/rating_star.gif";pic3=new Image(25,75);pic3.src="http://coolshowcase.com/themes/tacha/images/rating_star_2.gif";pic4=new Image(16,13);pic4.src="http://coolshowcase.com/themes/tacha/images/rating_tick.gif";pic5=new Image(14,14);pic5.src="http://coolshowcase.com/themes/tacha/images/rating_warning.gif"}var xmlHttp;function GetXmlHttpObject(){var a=null;try{a=new XMLHttpRequest()}catch(b){try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){a=new ActiveXObject("Microsoft.XMLHTTP")}}return a}function objetoAjax(){var a=false;try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(c){try{a=new ActiveXObject("Microsoft.XMLHTTP")}catch(b){a=false}}if(!a&&typeof XMLHttpRequest!="undefined"){a=new XMLHttpRequest()}return a}function favorite_picture(a){ajax=objetoAjax();ajax.open("POST","http://coolshowcase.com/themes/tacha/favorites.php",true);ajax.setRequestHeader("Content-Type","application/x-www-form-urlencoded");ajax.send("id="+a)}function rate(b,g,d,f,c){xmlHttp=GetXmlHttpObject();if(xmlHttp==null){alert("Your browser does not support AJAX!");return}xmlHttp.onreadystatechange=function(){var u=document.getElementById("loading_"+g);var r=document.getElementById("ul_"+g);if(xmlHttp.readyState==4){var o=xmlHttp.responseText;if(o=="already_voted"){u.style.display="block";u.innerHTML='<div class="voted_twice">You already voted!</div>'}else{u.style.display="block";u.innerHTML='<div class="voted">Thanks for voting!</div>';if(d==true){var m=document.getElementById("outOfFive_"+g);var l=o/20;m.innerHTML=Math.round(l*100)/100}if(f==true){var s=document.getElementById("percentage_"+g);var k=o;s.innerHTML=k+"%"}else{if(f==false){var k=o}}if(c==true){var t=document.getElementById("showvotes_"+g).firstChild.nodeValue;var p=t.split(" ");var h=parseInt(p[0])+1;if(h==1){document.getElementById("showvotes_"+g).innerHTML=h+" Vote"}else{document.getElementById("showvotes_"+g).innerHTML=h+" Votes"}}var j=document.getElementById("rater_"+g);j.className="star-rating2";var q=j.getElementsByTagName("li");for(var n=1;n<q.length;n++){q[n].getElementsByTagName("a")[0].onclick="return false;";q[n].getElementsByTagName("a")[0].setAttribute("href","#")}if(navigator.appName=="Microsoft Internet Explorer"){r.style.setAttribute("width",k+"%")}else{r.setAttribute("style","width:"+k+"%")}}}else{u.innerHTML='<img src="http://coolshowcase.com/themes/tacha/images/rating_loading.gif" alt="loading" />'}};var a="lib/rating_process.php";var e="id="+g+"&rating="+b;xmlHttp.open("POST",a,true);xmlHttp.setRequestHeader("Content-type","application/x-www-form-urlencoded");xmlHttp.setRequestHeader("Content-length",e.length);xmlHttp.setRequestHeader("Connection","close");xmlHttp.send(e)};
