
inc_menu_js =

'<DIV id=myWrapperMenu> \n'

+ '<UL> \n'
+ '<LI><A id=home></A></LI> \n'

+ '<LI><A href="index.htm">Home</A></LI> \n'

+ '<LI><A href="divinity.htm">Baha&#8217;u&#8217;llah and Divinity</A></LI> \n'

+ '<LI><A href="religions.htm">Abrogation of Religions</A></LI> \n'

+ '<LI><A href="morality.htm">The Issue of Morality</A></LI> \n'

+ '<LI><A href="misc.htm">Miscellanea</A></LI> \n'

+ '</UL> \n'
+ '</DIV>';

// end_var_declaration
document.write(inc_menu_js);

