
function topmenu(level) {
	// 0 = "./";
	// 1 = "../";
	if (level == 0 ) {
		path = "./menu/";
	} else if (level == 1) {
		path = "../menu/";
	} else {
		path = "./menu/";
	}

	st = "";
	//st += "<script type=\"text/javascript\">";
	//st += "//HV Menu- by Ger Versluis (http://www.burmees.nl/)";
	//st += "//Submitted to Dynamic Drive (http://www.dynamicdrive.com)";
	//st += "//Visit http://www.dynamicdrive.com for this script and more";
	//st += "function Go(){return}";
	//st += "</script>";
	//st += "<script type=\"text/javascript\" src=\"" + path + "menu_var.js\"></script>";
	//st += "<script type=\"text/javascript\" src=\"" + path + "menu_com.js\"></script>";
	//st += "<noscript>Your browser does not support script</noscript>";
	st += "<table border=0 cellpadding=0 cellspacing=0 width=770>";
	st += "<tr>";
	st += "<td valign=top colspan=1 bgcolor=\"#ff2900\" width=447><a href=\"../../index.html\"><img src=\"" + path + "../../en/menu/pix/header.gif\" alt=\"\" width=\"447\" height=\"59\" border=\"0\"></a></td><td valign=bottom bgcolor=\"#ff2900\" width=308 align=right><a href=\"../../en/home/homepage.html\"><img src=\"../en/menu/pix/language_btn_english.gif\" alt=\"\" width=134 height=24 border=0 vspace=2></a></td>";
	st += "</tr>";
	st += "<tr><td valign=top colspan=2 bgcolor=\"#ffffff\"><img src=\"" + path + "pix/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\"></td></tr>";
	st += "<tr>";
	st += "<td valign=top colspan=2 bgcolor=\"#666F74\"><img src=\"" + path + "pix/spacer.gif\" alt=\"\" width=\"1\" height=\"18\" border=\"0\"></td>";
	st += "</tr>";
	st += "<tr><td valign=top colspan=2 bgcolor=\"#ffffff\"><img src=\"" + path + "pix/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\"></td></tr>";
	st += "</table>";
	document.write(st);


	/*
	// OK menu without added level
	st = "";
	st += "<script type=\"text/javascript\">";
	st += "//HV Menu- by Ger Versluis (http://www.burmees.nl/)";
	st += "//Submitted to Dynamic Drive (http://www.dynamicdrive.com)";
	st += "//Visit http://www.dynamicdrive.com for this script and more";
	st += "function Go(){return}";
	st += "</script>";
	st += "<script type=\"text/javascript\" src=\"menu/menu_var.js\"></script>";
	st += "<script type=\"text/javascript\" src=\"menu/menu_com.js\"></script>";
	st += "<noscript>Your browser does not support script</noscript>";
	st += "<table border=0 cellpadding=0 cellspacing=0 width=770>";
	st += "<tr>";
	st += "<td valign=top width=180><img src=\"menu/pix/cc_logo.gif\" alt=\"\" width=\"180\" height=\"59\" border=\"0\"></td>";
	st += "<td valign=top bgcolor=\"#666F74\" width=590><img src=\"menu/pix/sdbc_logo.gif\" alt=\"\" width=\"311\" height=\"59\" border=\"0\"></td>";
	st += "</tr>";
	st += "<tr><td valign=top colspan=2 bgcolor=\"#ffffff\"><img src=\"pix/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\"></td></tr>";
	st += "<tr>";
	st += "<td valign=top colspan=2 bgcolor=\"#FF2900\"><img src=\"pix/spacer.gif\" alt=\"\" width=\"1\" height=\"18\" border=\"0\"></td>";
	st += "</tr>";
	st += "<tr><td valign=top colspan=2 bgcolor=\"#ffffff\"><img src=\"pix/spacer.gif\" alt=\"\" width=\"1\" height=\"3\" border=\"0\"></td></tr>";
	st += "</table>";
	document.write(st);
	*/
}