function sample_code_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";
var sub_bottom_menu8="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";
	}
else if (menu_value=="8"){
		sub_bottom_menu8="darkred";
	}

document.write('<tr>')
document.write('<TD width=100% height=15 colspan=3><center>')

document.write('<A href="../../../design_elements/design_theory/tutorials_homepage/tutorials_homepage.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu1 + "")
document.write('>Tutorials & Script Homepage | </a>')

document.write('<A href="../../../design_elements/design_theory/design_theory1to7/design_theory1to7.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu2 + "")
document.write('>Design Tutorials | </a>')

document.write('<A href="../../../design_elements/design_theory/design_theory_beginners1to7/design_theory_beginners1to7.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu3 + "")
document.write('>Newbie Tutorials | </a>')

document.write('<A href="../../../design_elements/css/css1to6/css1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu4 + "")
document.write('>CSS | </a>')

document.write('<A href="../../../sample_code/sample_code/sample_code1to6/sample_code1to6.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu5 + "")
document.write('>Java Script | </a>')

document.write('<A href="../../../photoshop_tutorials/photoshop_tutorials/photoshop_tutorial1to7/photoshop_tutorial1to7.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu6 + "")
document.write('>Photoshop Effects | </a>')

document.write('<A href="../../../photoshop_tutorials/photoshop_intro_tutorials/photoshop_intro_tutorial1to7/photoshop_intro_tutorial1to7.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu7 + "")
document.write('>Photoshop Basics | </a>')

document.write('<A href="../../../html_tutorials/html_tutorials/html_tutorial1to7/html_tutorial1to7.shtml" onFocus="if(this.blur)this.blur()" class=table1 ID=')
document.write("" + sub_bottom_menu8 + "")
document.write('>HTML/DHTML</a>')

document.write('</center></TD>')
document.write('</tr>')
}
