
    document.onselectstart = function() { return false; }
    if (document.getElementById){
    document.write('<style type="text/css">')
    document.write('.options{display: none;}')
    document.write('</style>')
    }


//------------- Start Nav 00
	var fl01=0;
	
	function showDiv(id,ans,count)
	{
	    var divid="";
		var divid_class="";	
		if(document.getElementById(ans).style.display !='none')
			{
				document.getElementById(ans).style.display="none";				
			}
			else
			{	
	             for(i=0; i<=count; i++)
	             {
			            divid="ans"+i.toString();
				        divid_class="c"+i.toString();				        		
				        if(ans==divid)
				        {
					        document.getElementById(divid).style.display="inline";	
					        document.getElementById(divid_class).className="text_link_04_active";
				        }
				        else
				        {
        				
					        document.getElementById(divid).style.display="none";
					        document.getElementById(divid_class).className="text_link_04";
				        }
	              }
	          }
	   
	}

//------------- End Nav 00
