function design_elements(sub_menu){

var menu_value=sub_menu;

var menu_red1="";
var menu_red2="";
var menu_red3="";
var menu_red4="";
var menu_red5="";

if (menu_value=="1") {
		menu_red1="_red";
	}
else if (menu_value=="2"){
		menu_red2="_red";
	}
else if (menu_value=="3"){
		menu_red3="_red";
	}
else if (menu_value=="4"){
		menu_red4="_red";
	}
else if (menu_value=="5"){
		menu_red5="_red";
	}
else if (menu_value=="6"){
		menu_red6="_red";
	}

document.write('<TABLE width="100%" border="0" cellpadding="3" cellspacing="0">')
document.write('<tr bgcolor="#EEEECC">')
document.write('<td><img src=../../../images/pixel_cream.gif width=10 height=17></td>')

document.write('<td height=17 width=224><center>')
document.write('<TABLE width="224" height=17 border="0" cellpadding="0" cellspacing="0">')
document.write('<tr>')

document.write('<td width=7><img src=../../../images/pixel_cream.gif width=30 height=17></td>')

document.write('<td width=36><A href="../../../design_elements/fonts/fonts_home/fonts_home.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/fonts" + menu_red1 + ".gif")
document.write(' width=36 height=17 border=0></a></td>')

document.write('<td width=36><A href="../../../design_elements/web_graphics/icons_1to30/icons_1to30.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/icons" + menu_red2 + ".gif")
document.write(' width=36 height=17 border=0></a></td>')

document.write('<td width=46><A href="../../../design_elements/web_graphics/arrows_1to28/arrows_1to28.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/arrows" + menu_red3 + ".gif")
document.write(' width=46 height=17 border=0></a></td>')

document.write('<td width=46><A href="../../../design_elements/web_graphics/buttons_1to28/buttons_1to28.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/buttons" + menu_red4 + ".gif")
document.write(' width=46 height=17 border=0></a></td>')

document.write('<td width=46><A href="../../../design_elements/clipart/clipart1/clipart1.php" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/clipart" + menu_red5 + ".gif")
document.write(' width=46 height=17 border=0></a></td>')

document.write('<td width=7><img src=../../../images/pixel_cream.gif width=30 height=17></td>')

document.write('</tr>')
document.write('</table>')
document.write('</center></td>')


document.write('<td><img src=../../../images/pixel_cream.gif width=10 height=17></td>')
document.write('</tr>')
document.write('</table>')
}
