function templates(sub_menu){

var menu_value=sub_menu;

var menu_red1="";
var menu_red2="";
var menu_red3="";
var menu_red4="";
var menu_red5="";
var menu_red6="";
var menu_red7="";
var menu_red8="";

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";
	}
else if (menu_value=="7"){
		menu_red7="_red";
	}
else if (menu_value=="8"){
		menu_red8="_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=316><center>')

document.write('<TABLE width="378" height=17 border="0" cellpadding="0" cellspacing="0">')
document.write('<tr>')
document.write('<td width=11><img src=../../../images/pixel_cream.gif width=15 height=17></td>')
document.write('<td width=49><A href="../../../page_templates/page_templates/page_template_thumb_1to6/page_template_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/full_page" + menu_red1 + ".gif")
document.write(' width=49 height=17 border=0></a></td>')

document.write('<td width=78><A href="../../../design_elements/vertical_menus/vertical_menu_thumb_1to6/vertical_menu_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/vertical_menus" + menu_red2 + ".gif")
document.write(' width=78 height=17 border=0></a></td>')

document.write('<td width=90><A href="../../../design_elements/horizontal_menus/horizontal_menu_thumb_1to6/horizontal_menu_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/horizontal_menus" + menu_red3 + ".gif")
document.write(' width=90 height=17 border=0></a></td>')

document.write('<td width=40><A href="../../../design_elements/tables/table_thumb_1to6/table_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/tables" + menu_red4 + ".gif")
document.write(' width=40 height=17 border=0></a></td>')

document.write('<td width=36><A href="../../../flash_templates/flash_templates/flash_template_thumb_1to6/flash_template_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/flash" + menu_red5 + ".gif")
document.write(' width=36 height=17 border=0></a></td>')

document.write('<td width=63><A href="../../../powerpoint_templates/powerpoint_templates/powerpoint_template_1to6/powerpoint_template_1to6.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/powerpoint" + menu_red6 + ".gif")
document.write(' width=63 height=17 border=0></a></td>')

document.write('<td width=39><A href="../../../logo_templates/logo_templates/page_logo_thumb_1to6/page_logo_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/logos" + menu_red7 + ".gif")
document.write(' width=39 height=17 border=0></a></td>')

document.write('<td width=39><A href="../../../wordpress_templates/wordpress_templates/wordpress_template_thumb_1to6/wordpress_template_thumb_1to6.shtml" onFocus="if(this.blur)this.blur()"><img src=')
document.write("../../../images/wordpress" + menu_red8 + ".jpg")
document.write(' width=61 height=17 border=0></a></td>')

document.write('<td width=11><img src=../../../images/pixel_cream.gif width=14 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>')


}