function fn_publicationsMenu()
{
	with(document)
	{
		write("<table width='100%' cellspacing='0' cellpadding='0' border='0'>");
		write("<tr height='22' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"publication.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Motto of B.S.</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<table width='100%' cellspacing='0' cellpadding='0' border='0'>");
		write("<tr height='22' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"publi-circular-bs.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Circular On B.S.</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<table width='100%' cellspacing='0' cellpadding='0' border='0'>");
		write("<tr height='22' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"publi_bharat_speaks.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Bharat Speaks</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<tr height='32' onClick='fn_OpenPage(\"publi_inteligence.html\");' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Intelligence Imperatives for India</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<tr height='2'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		
		write("<tr height='42' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"publi_long_march_islam.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Brief Note On Long March of Islam</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		
		write("<tr height='42' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"publi_bell_tolls.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>The Bell Tolls: Tomorrow's Truncated India</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		
		write("<tr height='22' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"publi_nation_speaks.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Nation Speaks</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		
		write("<tr height='35' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"publi_revisiting_Future_India.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Revisiting the Future of India</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("</table>");
	}
}
