// JavaScript Document

 //$j= jQuery.noConflict();
 var c=1;
function show(str)
{
//alert("working");
if(str=='1')
{
//document.getElementById("eventdrop").innerHTML="working";
if((c%2==1))
{
	 $("#hidr").(function () {
    		     ("span").show(1000);
   		 		 //});
}
else
{
	//$j("#closer").mouseout(function () {
     			 ("span:last-child").hide("medium", function () {
       			 // use callee so don't have to name the function
        		(this).prev().hide("medium", arguments.callee); 
 			     });
    			//});

}
c=c+1;
}
}