function header() {
}


function footer() {
document.write('<center><table border="0" cellspacing="0" width="700" cellpadding="0">')
document.write('  <tr valign="top">')
document.write('   <td align="center">')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="officials.htm">Officials</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="workallocation.htm">Work Allocation</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="procedure.htm">Prodedure</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="rationale.htm">Rationale</a>')

//document.write('    <font size="1"><b>||</b></font>')
//document.write('    <a class="bottommenu" href="under_construction.htm">Guidelines</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="policy.htm">Policy</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="closedpsus.htm">Disinvestment-Till Now</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('<br>')


document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="approved_psu.htm">PSUs Under Disinvestment</a>')

//document.write('    <font size="1"><b>||</b></font>')
//document.write('    <a class="bottommenu" href="under_construction.htm">Privatised PSUs</a>')
document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="advertisements.htm">Advertisements</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="contacts.htm">Contact Us</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="mailto:pbdisinvest@glide.net.in">Email</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('  </td>')

document.write('  </tr>')
document.write('</table></center>')

document.write('<br>')

document.write('<center><a href="../index.html"><img src="../images/header_home.gif" border="0" alt="Home"></a></center><br>')
copyright()
}

function copyright(){
	document.write('<center>')
	document.write('<table border="0" cellspacing="0" cellpadding="5" width="720">')
	document.write('<tr height="3" bgcolor="#ccccff"><td></td></tr>')
	document.write('<tr><td align="center">')
	document.write('<p class="Copyright"><b>Site designed & maintained by: <font color="#780000">National Informatics Centre, Punjab State Unit, Chandigarh</font></b><br>')
	document.write('This site is best viewed in 800x600 resolutions. Use IE 4.5/Netscape 4.5 or above.</p>')
	document.write('</td></tr>')
	document.write('</table>')
	document.write('</center>')	
}

function vline() {
document.write('<BR><TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=1 height="100%" BORDER=0 BGCOLOR="#8D5501">')
document.write('<TR>')
document.write('<TD><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR></TD>')
document.write('</TR>')
document.write('</TABLE>')
}



function pop_url(url){
	mywin=window.open("","pop_nic","width=560,height=350,screenX=125,screenY=100,scrollbars=no,menubar=no,resizable=yes,status=no,toolbar=no,directories=no,location=no");
	mywin.location.href=url;
	mywin.focus();
}