// JavaScript Document
function fnmenu()
{
 var str="";
 str+="<table cellpadding='0' cellspacing='0' border='0' width='131' height='236'>";
 str+="<tr>";
 str+="<td><img src='"+linkPath+"images/menu.gif' alt='' width='131' height='230' border='0' usemap='#Map'></td>";
 str+="</tr>";
 str+="<tr>";
 str+="<td><br><embed src='"+linkPath+"media/banner.swf' alt='' width='131' height='130' border='0' ></td>";
 str+="</tr>";
 str+="</table>";
 str+="<map name='Map'>";
 str+="<area shape='rect' coords='0,1,130,35' href='"+linkPath+"index.html'>";
 str+="<area shape='rect' coords='0,35,130,63' href='"+linkPath+"about_ums.html'>";
 str+="<area shape='rect' coords='0,62,130,93' href='"+linkPath+"infrastructure.html'>";
 str+="<area shape='rect' coords='0,92,130,118' href='"+linkPath+"training.html'>";
 str+="<area shape='rect' coords='0,119,130,147' href='"+linkPath+"job_works.html'>";
 str+="<area shape='rect' coords='0,146,130,177' href='"+linkPath+"services.html'>";
 str+="<area shape='rect' coords='0,176,130,204' href='"+linkPath+"placements.html'>";
 str+="<area shape='rect' coords='0,202,130,230' href='"+linkPath+"contactus.html'>";
 str+="</map>";
 document.write(str);
}

function fntop()
{
	var str="";
	str+="<table cellpadding='0' cellspacing='0' border='0' width='780'>";
	str+="<tr>";
	str+="<td height='16' colspan='2' align='right' class='tdbottom'><script language='javascript'>displayDate();</script></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td rowspan='2'><img src='"+linkPath+"images/logo.gif' width='600' height='76' alt='UMS-CHARMILLES EDM CENTRE - World class training in CNC EDM & CAD/CAM'></td>";
	str+="<td height='71' align='right' valign='baseline' class='tdcontent'><a href='"+linkPath+"sitemap.html' class='sitemap'>Sitemap</a> &nbsp;|&nbsp; <a href='"+linkPath+"enquiry.html' class='sitemap'>Enquiry</a>&nbsp;&nbsp;&nbsp;</td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td><img src='"+linkPath+"images/spacer.gif' height='2' alt=''></td>";
	str+="</tr>";
	str+"<tr><td class='bgred' colspan='2'><img src='"+linkPath+"images/spacer.gif' height='1' alt=''></td></tr>";
	str+="</table>";
	document.write(str);
}


function fnHomebottom()
{
 var str="";
	str+="<table cellpadding='0' cellspacing='0' border='0' width='780'>";
 	str+="<tr>";
	str+="<td background='"+linkPath+"images/line1.gif'></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td align='center' colspan='3'><a href='"+linkPath+"index.html' class='bottom'>Home</a>&nbsp; |&nbsp; <a href='"+linkPath+"about_ums.html' class='red'>Company</a>&nbsp;  |&nbsp;  <a href='"+linkPath+"infrastructure.html' class='red'>Infrastructure</a>&nbsp; |&nbsp;  <a href='"+linkPath+"training.html' class='red'>Training</a>&nbsp;  |&nbsp; <a href='"+linkPath+"job_works.html' class='red'>Job Works</a>&nbsp;  |&nbsp; <a href='"+linkPath+"services.html' class='red'>Services</a>&nbsp;  |&nbsp; <a href='"+linkPath+"placements.html' class='red'>Placements</a>&nbsp;  |&nbsp; <a href='"+linkPath+"contactus.html' class='red'>Contact Us</a></td>";
	str+="<tr>";
	str+="<td height='7'></td>";
	str+="</tr>";
	str+="</table>";
  document.write(str);
}

function fnbottom()
{
 var str="";
 	str+="<tr>";
	str+="<td background='"+linkPath+"images/line1.gif'></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td align='center' colspan='3'><a href='"+linkPath+"index.html' class='bottom'>Home</a>&nbsp; |&nbsp; <a href='"+linkPath+"about_ums.html' class='red'>Company</a>&nbsp;  |&nbsp;  <a href='"+linkPath+"infrastructure.html' class='red'>Infrastructure</a>&nbsp; |&nbsp;  <a href='"+linkPath+"training.html' class='red'>Training</a>&nbsp;  |&nbsp; <a href='"+linkPath+"job_works.html' class='red'>Job Works</a>&nbsp;  |&nbsp; <a href='"+linkPath+"services.html' class='red'>Services</a>&nbsp;  |&nbsp; <a href='"+linkPath+"placements.html' class='red'>Placements</a>&nbsp;  |&nbsp; <a href='"+linkPath+"contactus.html' class='red'>Contact Us</a></td>";
	str+="<tr>";
	str+="<td height='7'></td>";
	str+="</tr>";
 document.write(str);
}