document.write('<script language="javascript">if (TransMenu.isSupported()) {');
document.write('var menu1 = ms.addMenu(document.getElementById("AVN"));');
document.write('menu1.addItem("Profile", "more_vn.html");'); 
document.write('menu1.addItem("Services", "services.html");'); 
document.write('menu1.addItem("What Clients Say", "what_people_say.html");'); 	
document.write('menu1.addItem("When not @ work", "trekking.html");');
document.write('TransMenu.renderAll();');
document.write('  }');
document.write('</script>');