function templates_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";
var sub_bottom_menu7="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";
	}
else if (menu_value=="7"){
		sub_bottom_menu7="darkred";
	}


document.write('<tr>')
document.write('<TD width=100% height=15 colspan=3><center>')
document.write('<A href="../../../page_templates/page_templates/page_template_homepage/page_template_homepage.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu7 + "")
document.write('>Templates Homepage | </a>')
document.write('<A href="../../../page_templates/page_templates/page_template_thumb_1to6/page_template_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu1 + "")
document.write('>Full Page | </a>')
document.write('<A href="../../../design_elements/vertical_menus/vertical_menu_thumb_1to6/vertical_menu_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu2 + "")
document.write('>Vertical Menus | </a>')
document.write('<A href="../../../design_elements/horizontal_menus/horizontal_menu_thumb_1to6/horizontal_menu_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu3 + "")
document.write('>Horizontal Menus | </a>')
document.write('<A href="../../../design_elements/tables/table_thumb_1to6/table_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu4 + "")
document.write('>Tables | </a>')
document.write('<A href="../../../flash_templates/flash_templates/flash_template_thumb_1to6/flash_template_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu5 + "")
document.write('>Flash | </a>')
document.write('<A href="../../../powerpoint_templates/powerpoint_templates/powerpoint_template_1to6/powerpoint_template_1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu6 + "")
document.write('>PowerPoint</a>')
document.write('</center></TD>')
document.write('</tr>')
}