img_arr1=new Image()
img_arr2=new Image()
img_arr3=new Image()
img_arr4=new Image()
img_arr5=new Image()
img_arr6=new Image()

img_arr1.src="images/hp_hc.gif"
img_arr2.src="images/hp_hm.gif"
img_arr3.src="images/hp_cfd.gif"
img_arr4.src="images/hp_cc.gif"
img_arr5.src="images/hp_contact.gif"
img_arr6.src="images/hp_fb.gif"

function img_mv(img_name,mouseover_img)
{
	img_name.src=mouseover_img
}
function img_mo(img_name,mouseout_img)
{
	img_name.src=mouseout_img
}

document.write('<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0" >')

document.write('<tr><td><a href="cm_message.htm"><img name=img1 border="0" src="images/hp_hc1.gif" onmouseover=img_mv(this,"images/hp_hc.gif") onmouseout=img_mo(this,"images/hp_hc1.gif")></a></td></tr>')
document.write('<tr><td><a href="minister.htm"><img name=img1 border="0" src="images/hp_hm1.gif" onmouseover=img_mv(this,"images/hp_hm.gif") onmouseout=img_mo(this,"images/hp_hm1.gif")></a></td></tr>')
document.write('<tr><td><a href="rcs.htm"><img name=img1 border="0" src="images/hp_cfd1.gif" onmouseover=img_mv(this,"images/hp_cfd.gif") onmouseout=img_mo(this,"images/hp_cfd1.gif")></a></td></tr>')
document.write('<tr><td><a href="charter1.htm"><img name=img1 border="0" src="images/hp_cc1.gif" onmouseover=img_mv(this,"images/hp_cc.gif") onmouseout=img_mo(this,"images/hp_cc1.gif")></a></td></tr>')
document.write('<tr><td><a href="contactus.htm"><img name=img1 border="0" src="images/hp_contact1.gif" onmouseover=img_mv(this,"images/hp_contact.gif") onmouseout=img_mo(this,"images/hp_contact1.gif")></a></td></tr>')
document.write('<tr><td><a href="mailto:tncu@vsnl.com"><img name=img1 border="0" src="images/hp_fb1.gif" onmouseover=img_mv(this,"images/hp_fb.gif") onmouseout=img_mo(this,"images/hp_fb1.gif")></a></td></tr>')

document.write('</table>')