function activemenu(obj){
	obj.parentNode.childNodes[0].style.color = '#ce003c';
}
function normalmenu(obj){
	obj.parentNode.childNodes[0].style.color = '';
}
function normalmenuact(obj){
	obj.parentNode.childNodes[0].style.color = '#ce003c';
}

function fnremove(arg,val)	{
	if (arg.value == '') {arg.value = val}
}	
function fnshow(arg,val)	{
	if (arg.value == val) {arg.value = ''}
}

function fnhidcombo()	{
	if(!(window.XMLHttpRequest))	{
		document.getElementById("div_hid_combo1").style.display="none";	
		document.getElementById("div_hid_combo2").style.display="none";	
		document.getElementById("div_hid_combo3").style.display="none";	
		document.getElementById("div_hid_show_img").style.display="block";	
	}
}
function fnshowcombo()	{
	if(!(window.XMLHttpRequest))	{
		document.getElementById("div_hid_show_img").style.display="none";	
		document.getElementById("div_hid_combo1").style.display="block";	
		document.getElementById("div_hid_combo2").style.display="block";	
		document.getElementById("div_hid_combo3").style.display="block";	
	}
}

function fndisplay(){
	document.getElementById('submenu5').style.display='block';
}

function fndisplay1(){
	document.getElementById('submenu5').style.display='none';
}