document.write ("<div align='center'>");
document.write ("<table width='924' border='0' cellspacing='0' cellpadding='0' style='background-image:url("+this_page_path+"_images/page_shadow.gif);'>");
document.write ("<tr><td width='100%' align='left'><a href='"+this_page_path+"home/index.html'><img src='"+this_page_path+"_images/page_logo_top.gif' width='248' height='48' border='0'/></a><a name='top' id='top'></a></td></tr>");
document.write ("</table>");
document.write ("</div>");

document.write ("<div align='center' style='background-color:#161314;'>");
document.write ("<table width='924' border='0' cellspacing='0' cellpadding='0'>");
document.write ("<tr>");
document.write ("<td width='266' align='left'><a href='"+this_page_path+"home/index.html'><img src='"+this_page_path+"_images/page_logo_bottom.gif' width='248' height='50' border='0'/></a></td>");
document.write ("<td width='638'>");

				// page menu
				
				// get section list
				var array_sections=new Array();
				for(i=0; i<array_items.length; i++) if(array_items[i][1]=='') pushin(array_sections, array_items[i]);

				for(i=array_sections.length-1; i>=0; i--){
					if(this_section_id==array_sections[i][0]){
						document.write ("<a href='"+array_sections[i][5]+"' class='page_menu_section_in'");
						if(array_sections[i][6]=="new"){document.write (" target='_blank'");}
						document.write (">"+array_sections[i][4]+"</a>");
					}else{
						document.write ("<a href='"+array_sections[i][5]+"' class='page_menu_section'");
						if(array_sections[i][6]=="new"){document.write (" target='_blank'");}
						document.write (">"+array_sections[i][4]+"</a>");
					}
				}
				
				
document.write ("</td>");
document.write ("<td width='20'><img src='"+this_page_path+"_images/null_1_1.gif' width='1' height='1' border='0'/></td>");
document.write ("</tr>");
document.write ("</table>");
document.write ("</div>");
