function menu5(sub_bottom_menu){

var menu_value=sub_bottom_menu;

var sub_bottom_menu1="nounderline";
var sub_bottom_menu2="nounderline";
var sub_bottom_menu3="nounderline";
var sub_bottom_menu4="nounderline";
var sub_bottom_menu5="nounderline";

if (menu_value=="1") {
		sub_bottom_menu1="darkred";
	}
else if (menu_value=="2"){
		sub_bottom_menu2="darkred";
	}
else if (menu_value=="3"){
		sub_bottom_menu3="darkred";
	}
else if (menu_value=="4"){
		sub_bottom_menu4="darkred";
	}
else if (menu_value=="5"){
		sub_bottom_menu5="darkred";
	}


document.write('<tr>')
document.write('<TD width=100% height=15 colspan=3><center>')
document.write('<A href="../../design_theory/design_theory1/design_theory1.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu1 + "")
document.write('>Design Theory | </a>')
document.write('<A href="../../css/css1to6/css1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu2 + "")
document.write('>Style Sheets | </a>')
document.write('<A href="../../vertical_menus/vertical_menu_thumb_1to6/vertical_menu_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu3 + "")
document.write('>Vertical Menus | </a>')
document.write('<A href="../../horizontal_menus/horizontal_menu_thumb_1to6/horizontal_menu_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu4 + "")
document.write('>Horizontal Menus | </a>')
document.write('<A href="../../tables/table_thumb_1to6/table_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu5 + "")
document.write('>Tables</a>')
document.write('</center></TD>')
document.write('</tr>')
}
