                document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
                document.write("<tr>");
                document.write("<td height='25' align='center' background='images/footer.jpg'>");
				document.write("<a href='index.aspx' class='footer_menu'>");
				document.write("Home");
				document.write("</a>");
				document.write("<span class='top_menu'>");
				document.write("&nbsp;||&nbsp;");
				document.write("</span>");
				document.write("<a href='javascript:ShowMessage()' class='footer_menu'>");
				document.write("FAQs");
				document.write("</a>");
				document.write("<span class='top_menu'>");
				document.write("&nbsp;||&nbsp;");
				document.write("</span>");
				document.write("<a href='Right_act_pages/right_act_2005.html' class='footer_menu'>");
				document.write("Right to Information Act");
				document.write("</a>");
				
				document.write("<span class='top_menu'>");
				document.write("&nbsp;||&nbsp;");
				document.write("</span>");
				document.write("<a href='Grievances_Page/Grievance_Cell.html' class='footer_menu'>");
				document.write("Grievances");
				document.write("</a>");
				
				document.write("<span class='top_menu'>");
				document.write("&nbsp;||&nbsp;");
				document.write("</span>");
				document.write("<a href='Disclaimer_page/disclaimer.html' class='footer_menu'>");
				document.write("Disclaimer");
				document.write("</a>");
				document.write("<span class='top_menu'>");
				document.write("&nbsp;||&nbsp;");
				document.write("</span>");
				document.write("<a href='mailto:dciindia@hotmail.com' class='footer_menu'>");
				document.write("Mail Us");
				document.write("</a>");
				document.write("</td>");
                document.write("</tr>");
                document.write("<tr>");
                document.write("<td align='center' bgcolor='#FFFFFF'>");
				document.write("<tr>");
				
				document.write("<td align='center'>");
				document.write("<span class='copy_right_style'>");
				document.write("Copyright &copy; Dental Council of India");
				document.write("<br>");
				document.write("Site designed and developed by:&nbsp;");
				document.write("<a href='http://www.lsipl.com/' target='_blank' class='link_style'>");
				document.write("Logicsoft, New Delhi");
				document.write("</a>");
				document.write("</span>");
				document.write("</tr>");
				document.write("</td>");
				document.write("</tr>");
				document.write("<tr>");
				document.write("<td align='center' class='copy_right_style'>");
				document.write("Best Viewed in");
				document.write("<span>");
				document.write("&nbsp;1024 x 768");
				document.write("</span>");
				document.write("&nbsp;resolution");
				document.write("</td>");
				document.write("</span>");
				document.write("</td>");
                document.write("</tr>");
                document.write("</table>");
                
                function ShowMessage()
	    {
	        alert("Sorry! FAQ will be available very shortly")
	    }
