function design_elements_bottom(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";
var sub_bottom_menu6="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";
	}
else if (menu_value=="6"){
		sub_bottom_menu6="darkred";
	}


document.write('<tr>')
document.write('<TD width=100% height=15 colspan=3><center>')

document.write('<A href="../../../design_elements/fonts/fonts_home/fonts_home.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu1 + "")
document.write('>Fonts | </a>')

document.write('<A href="../../../design_elements/web_graphics/icons_1to30/icons_1to30.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu2 + "")
document.write('>Icons | </a>')

document.write('<A href="../../../design_elements/web_graphics/arrows_1to28/arrows_1to28.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu3 + "")
document.write('>Arrows | </a>')

document.write('<A href="../../../design_elements/web_graphics/buttons_1to28/buttons_1to28.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu4 + "")
document.write('>Buttons | </a>')

document.write('<A href="../../../design_elements/clipart/clipart1/clipart1.php" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu5 + "")
document.write('>ClipArt </a>')

document.write('</center></TD>')
document.write('</tr>')
}
