//-- tjs-start --
base_Href="http://censusindia.gov.in/"
//var base_Href="http://demotemp395.nic.in/"
StartTop =120
StartLeft=1;					

document.write("<html>")
document.write("<head>")
	document.write("<LINK REL=STYLESHEET TYPE=text/css HREF="+base_Href+"style/design.css>")
	document.write("<LINK REL=STYLESHEET TYPE=text/css HREF="+base_Href+"style/interface.css>")
document.write("</head>")

document.write("<BODY TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>")
document.write("<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>")
document.write("<tr> ")
document.write("<td height='30' background='"+base_Href+"images/grad.jpg'>")
	document.write("<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>")
	document.write("<form name='form1'><tr> ")
	document.write("<td class='top_menu'>&nbsp;CENSUS OF INDIA >> DATA VIEWER</td>")
	document.write("<td>&nbsp;</td>")
	document.write("<td><div align='right'><a href='javascript:self.close()' class='top_menu'>Close this window</a>&nbsp;</div></td>")
	document.write("</tr>")
	document.write("</table>")
document.write("</td>")
document.write("</tr>")
document.write("</table>")

document.write("</body>")
document.write("</html>")

//-- tjs-end   --
--
