function writemenu() {
		document.writeln("<tr>");
		document.writeln("	<td>");
		document.writeln("	<img src='images/header1.jpg' width='900'>");
		document.writeln("	</td>");
		document.writeln("</tr>");
		document.writeln("<tr bgcolor='#ffffff'>");
		document.writeln("	<td>");
		document.writeln("		<br>");
		document.writeln("		<center>| ");
		document.writeln("		<a href='index.htm'>Home</a><span id='texttitle'> | </span>");
		document.writeln("		<a href='pledges.htm'>Pledges</a><span id='texttitle'> | </span>");
		document.writeln("		<a href='http://www.worldbreastfeedingweek.net/wbw2009/index.htm'>WBW 2009</a><span id='texttitle'> | </span>");
		document.writeln("		<a href='http://www.worldbreastfeedingweek.net/index.htm'>Previous WBW</a><span id='texttitle'> | </span>");
		document.writeln("		<a href='http://www.waba.org.my'>WABA Home</a> |");
		document.writeln("		</center>");
		//document.writeln("		<br>");
		document.writeln("	</td>");
		document.writeln("</tr>");
		document.writeln("");
		document.writeln("<tr bgcolor='#ffffff'>");
		document.writeln("	<td>");
		document.writeln("	<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"900\" height=\"180\" id=\"pagetop3\" align=\"middle\">");
		document.writeln("		<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
		document.writeln("		<param name=\"movie\" value=\"flash/pagetop.swf\" />");
		document.writeln("		<param name=\"quality\" value=\"high\" />");
		document.writeln("		<param name=\"bgcolor\" value=\"#ffffff\" />");
		document.writeln("		<embed src=\"flash/pagetop.swf\" quality=\"high\" bgcolor=\"#ffffff\" width=\"900\" height=\"180\" name=\"pagetop3\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
		document.writeln("	</object>");
		document.writeln("<tr bgcolor='#ffffff'>");
		document.writeln("	<td>");
		document.writeln("<tr>");
		document.writeln("	<td>");
		document.writeln("	<img src='images/header3.jpg' width='900'>");
		document.writeln("	</td>");
		document.writeln("</tr>");
}