mkk = '<table width="100%" border="0" align="center">';
document.write(mkk);
mkk = '<tr>';
document.write(mkk);
mkk = '<td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px;"';
mkk = mkk + ' align="center">';
document.write(mkk);
mkk = '<em>Designed &amp; Developed by:';
mkk = mkk + '<a href="http://www.nic.in">National Informatics Centre</a>,&nbsp;';
mkk = mkk + 'Department of Information Technology,&nbsp;<BR>';
mkk = mkk + 'Ministry of Communications &amp; Information technology,&nbsp;';
mkk = mkk + 'Government of India&nbsp;<BR>';
mkk = mkk + 'Alappuzha District Unit, Civil Station, Alappuzha,&nbsp;';
mkk = mkk + 'Phone: +91-477-2252079, E-mail:';
mkk = mkk + 'keralp@nic.in</em><BR>';
mkk = mkk + 'DISCLAIMER : The Content of the website is owned by the respective departments.<BR>';
mkk = mkk + '<em>All queries and comments regarding this website may be send to E-mail:</em>';
mkk = mkk + 'dcalp@nic.in';
document.write(mkk);
mkk = '</td>';
document.write(mkk);
mkk = '</tr>';
document.write(mkk);
mkk = '</table>'
document.write(mkk);

function showpic(varFileName) {
	mkkVar = "width=600,height=450,";
	mkkVar = mkkVar + "menubar=0,toolbar=0,location=0,status=0,titlebar=0,";
	mkkVar = mkkVar + "directories=0,scrollbars=1,resizable=1";
	window.open(varFileName,"mkkwin",mkkVar);
	mkkwin.moveTo(50,20);
}
