function menu2(main_menu){

var menu_value=main_menu;

var menu_yellow1="";
var menu_yellow2="";
var menu_yellow3="";
var menu_yellow4="";
var menu_yellow5="";
var menu_yellow6="";
var menu_yellow7="";
var menu_yellow8="";
var menu_yellow9="";
var menu_yellow10="";
var menu_yellow11="";

if (menu_value=="1") {
		menu_yellow1="_yellow";
	}
else if (menu_value=="2"){
		menu_yellow2="_yellow";
	}
else if (menu_value=="3"){
		menu_yellow3="_yellow";
	}
else if (menu_value=="4"){
		menu_yellow4="_yellow";
	}
else if (menu_value=="5"){
		menu_yellow5="_yellow";
	}
else if (menu_value=="6"){
		menu_yellow6="_yellow";
	}
else if (menu_value=="7"){
		menu_yellow7="_yellow";
	}
else if (menu_value=="8"){
		menu_yellow8="_yellow";
	}
else if (menu_value=="9"){
		menu_yellow9="_yellow";
	}
else if (menu_value=="10"){
		menu_yellow10="_yellow";
	}
else if (menu_value=="11"){
		menu_yellow11="_yellow";
	}

document.write('<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">')
document.write('<tr>')
document.write('<td height=1 colspan=13><img src=../../../images/pixel_dark.gif width=100% height=1></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td height=1 colspan=13><img src=../../../images/pixel_light.gif width=100% height=1></td>')
document.write('</tr>')
document.write('<tr width=640 bgcolor=#df001f>')
document.write('<td><img src=../../../images/pixel_red.gif width=100% height=15></td>')

document.write('<td width=724 height=26><center>')
document.write('<TABLE width="724" height=15 border="0" cellpadding="0" cellspacing="0">')
document.write('<tr>')

document.write('<td width=84><img src=../../../images/pixel_red.gif width=84 height=26></td>')

document.write('<td width=36><A href="../../../index.html" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/home_page" + menu_yellow1 + ".gif") 
document.write(' width=36 height=26 border=0></A></td>')

document.write('<td width=60><A href="../../../page_templates/page_templates/page_template_homepage/page_template_homepage.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/free_templates" + menu_yellow2 + ".gif")
document.write(' width=60 height=26 border=0></A></td>')

document.write('<td width=60><A href="../../../paid_templates/paid_templates/paid_template_thumb/paid_template_thumb.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/highend_templates" + menu_yellow10 + ".gif")
document.write(' width=60 height=26 border=0></A></td>')

document.write('<td width=50><A href="../../../web_hosting/web_hosting/web_hosting_homepage/web_hosting_homepage.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/web_hosting" + menu_yellow11 + ".gif")
document.write(' width=50 height=26 border=0></A></td>')

document.write('<td width=79><A href="../../../design_elements/web_graphics/graphics_fonts_homepage/graphics_fonts_homepage.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/graphics_fonts" + menu_yellow3 + ".gif")
document.write(' width=79 height=26 border=0></A></td>')

document.write('<td width=58><A href="../../../design_elements/design_theory/tutorials_homepage/tutorials_homepage.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/tutorials" + menu_yellow4 + ".gif")
document.write(' width=58 height=26 border=0></A></td>')

document.write('<td width=42><A href="../../../single_pages/forum/forum1/forum1.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/the_forum" + menu_yellow9 + ".gif")
document.write(' width=42 height=26 border=0></A></td>')

document.write('<td width=56><A href="http://www.webdesignhelper.co.uk/featured_sites/featured_sites_homepage/featured_sites_homepage.php" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/featured" + menu_yellow7 + ".gif")
document.write(' width=56 height=26 border=0></A></td>')

document.write('<td width=51><A href="../../../single_pages/contact_information/contact_information1/contact_information.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/contact_details" + menu_yellow6 + ".gif")
document.write(' width=51 height=26 border=0></td>')

document.write('<td width=64><A href="../../../single_pages/please_contribute/please_contribute1/please_contribute1.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/contribute" + menu_yellow5 + ".gif")
document.write(' width=64 height=26 border=0></td>')

document.write('<td width=84><img src=../../../images/pixel_red.gif width=84 height=26></td>')

document.write('</tr>')
document.write('</table>')
document.write('</center></td>')


document.write('<td><img src=../../../images/pixel_red.gif width=100% height=15></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td height=1 colspan=13><img src=../../../images/pixel_dark.gif width=100% height=1></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td height=1 colspan=13><img src=../../../images/pixel_light.gif width=100% height=1></td>')
document.write('</tr>')
document.write('</table>')
}