/*=============Flex Menu for IE5+ ===================
========Copyright:aquarior Date:2002-11-24===========*/

function hide(){
	t1.style.display="none";
	t2.style.display="none";
	t3.style.display="none";
	t4.style.display="none";
	t5.style.display="none";
	t6.style.display="none";
	t7.style.display="none";
}

function flex(obj){
	if (obj.style.display=="none") {
		hide();
		obj.style.display="";
	}
	//else obj.style.display="none"
}

function cur_menu(){
    if (document.all.h1.value==1) t1.style.display="";
	if (document.all.h1.value==2) t2.style.display="";
	if (document.all.h1.value==3) t3.style.display="";
	if (document.all.h1.value==4) t4.style.display="";
	if (document.all.h1.value==5) t5.style.display="";
	if (document.all.h1.value==6) t6.style.display="";
	if (document.all.h1.value==7) t7.style.display="";

}

/*================= End Script =============*/