window.onload=function(){

var myWrapper=document.getElementById("wrapper");
myWrapper.style.overflow="hidden";

}


function toggle(){
var open=document.getElementById("open");
var dropDown=document.getElementById("dropDown");
var myWrapper=document.getElementById("wrapper");
if (open.style.display=="block"){
open.style.display="none";
dropDown.style.display="none";
myWrapper.style.overflow="hidden";}
else {
open.style.display="block";
dropDown.style.display="block";
myWrapper.style.overflow="visible";}
}



function MM_jumpMenu(targ,selObj,restore){//v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

/*var Ture=true;
$(document).ready(function(){
		$('#index-10b').click(function(event){
									  if (Ture==true){
									   $('#index-13b').css('visibility','visible');
									   $('#index-14b').css('visibility','visible');
									   $('#index-15b').css('visibility','visible');
									   Ture=false}
									   else if (Ture==false){
										$('#index-13b').css('visibility','hidden');
									   $('#index-14b').css('visibility','hidden');
									   $('#index-15b').css('visibility','hidden');
									   Ture=true;}
									   /* $('#index-14b').fadeIn(5000);
										 $('#index-15b').fadeIn(5000);*/
									  /* });
						  });*/
									   

/*$(document).ready(function(){
						   
						   

					   
	$('#index-07hide').fadeOut(5000);
	$('#index-08hide').fadeOut(5000);
	$('#index-08hide').fadeOut(5000);
	$('#index-09hide').fadeOut(5000);
	$('#index-10hide').fadeOut(5000);
	$('#index-11hide').fadeOut(5000);
	$('#index-12hide').fadeOut(5000);
	$('#index-13hide').fadeOut(5000);
	$('#index-14hide').fadeOut(5000);
	$('#index-15hide').fadeOut(5000);
	$('<div align="center" class="copy" id="pawwMission"></div>').prependTo('#index-13b');
	$.get('contaxInfoz.xml',function(data){
									 $('#index-13b').empty();
		$(data).find('director').each(function(){
											   var $director=$(this);
											   var html ='<div class="location">';
											   html +=$director.find('location').text();
											   html +='</div>';
											   $(html).prependTo('#index-13b');
											   });
									  });
  });*/
	

	
	/*$('#pawwMission').load('pawwMission.txt');$('<div align="center" class="copy" id="pawwVision01"></div>').prependTo('#index-14b');
	$('#pawwVision01').load('pawwVision01.txt');
	
	$('<div align="center" class="copy" id="pawwVision02"> <span class="underline">More...</span></div>').insertAfter('#pawwVision01');
	var counter=true;
	$('#index-14b').click(function(){
		if (counter==true)
			{$('#pawwVision02').load('pawwVision02.txt'); counter=false}
		else if (counter==false){
			$('#pawwVision02').remove();
			$('<div align="center" class="copy" id="pawwVision02"> <span class="underline">More...</span></div>').insertAfter('#pawwVision01');counter=true;}
	});	
	
	$('<div align="center" class="copy" id="pawwAboutUs01"></div>').prependTo('#index-15b');
	$('#pawwAboutUs01').load('pawwAboutUs01.txt');
	$('<div align="center" class="copy" id="pawwAboutUs02"> <span class="underline">More...</span></div>').appendTo('#index-15b');
	var scounter=true;
	$('#index-15b').click(function(){
		if (scounter==true)
			{$('#pawwAboutUs02').load('pawwAboutUs02.html'); scounter=false}
		else if (scounter==false){
			$('#pawwAboutUs02').remove();
			$('<div align="center" class="copy" id="pawwAboutUs02"> <span class="underline">More...</span></div>').insertAfter('#pawwAboutUs01');scounter=true;}
	});	
	
						   
						   });
*/