function fnTop()
	{
	var str="";
	str+="<tr><td colspan='4'><img src='images/logo.jpg' width='370' height='170' alt='' border='0' usemap='#Logo'><img src='images/logo_img.jpg' width='410' height='170' alt='' border='0'></td></tr>";
	str+="<tr><td colspan='4'><img src='images/menunews.jpg' alt='' width='780' height='40' border='0' usemap='#Menu'></td></tr>";
	str+="<map name='Logo'><area shape='rect' coords='27,42,135,141' href='" + linkPath +" index.html'></map>";
	str+="<map name='Menu'>";
	str+="<area shape='rect' coords='31,14,66,27' href='" + linkPath +" index.html'>";
	str+="<area shape='rect' coords='109,14,167,28' href='" + linkPath +" about_us.html'>";
	str+="<area shape='rect' coords='203,13,255,28' href='" + linkPath +" service.html'>";
	str+="<area shape='rect' coords='284,14,413,29' href='" + linkPath +" technical_capabilities.html'>";
	str+="<area shape='rect' coords='446,16,495,27' href='" + linkPath +" careers.html'>";
	str+="<area shape='rect' coords='523,14,572,27' href='" + linkPath +" contact.html'>";
	str+="<area shape='rect' coords='600,14,650,27' href='" + linkPath +" news.php'>";
	str+="</map>";
	document.write(str);
	}

function fnBottom()
	{
	var str="";
	str+="<tr><td colspan='2'><img src='images/gradient_line.gif' width='769' height='26' alt='' border='0'></td></tr>";
	str+="<tr><td colspan='2' align='right' class='btm_pad'>© Cambus Medical 2007&nbsp;&nbsp;&nbsp;<font color='#6B93B5'><a href='" + linkPath +" index.html' class='btmlnk'>Home</a> | <a href='" + linkPath +" about_us.html' class='btmlnk'>About Us</a> | <a href='" + linkPath +" service.html' class='btmlnk'>Services</a> | <a href='" + linkPath +" technical_capabilities.html' class='btmlnk'>Technical Capabilities</a> | <a href='" + linkPath +" careers.html' class='btmlnk'>Careers</a> | <a href='" + linkPath +" contact.html' class='btmlnk'>Contact</a></font><br><div style='padding-top:3px;'>Web Site Design by <a href='" + linkPath +" http://www.ridge-web.ie' target='blank' class='mail'>Ridge Web</a></div></td></tr>";
	document.write(str);
	}
	
function fnBottom_inner()
	{
	var str="";
	str+="<tr>";
	str+="<td class='left_bg'></td>";
	str+="<td colspan='2'>";
	str+="<table cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr><td height='30'></td></tr>";
	str+="<tr><td><img src='images/gradient_line.gif' width='769' height='26' alt='' border='0'></td></tr>";
	str+="<tr><td align='right' class='btm_pad'>© Cambus Medical 2007&nbsp;&nbsp;&nbsp;<font color='#6B93B5'><a href='" + linkPath +" index.html' class='btmlnk'>Home</a> | <a href='" + linkPath +" about_us.html' class='btmlnk'>About Us</a> | <a href='" + linkPath +" service.html' class='btmlnk'>Services</a> | <a href='" + linkPath +" technical_capabilities.html' class='btmlnk'>Technical Capabilities</a> | <a href='" + linkPath +" careers.html' class='btmlnk'>Careers</a> | <a href='" + linkPath +" contact.html' class='btmlnk'>Contact</a></font><br><div style='padding-top:3px;'>Web Site Design by <a href='" + linkPath +" http://www.ridge-web.ie' target='blank' class='mail'>Ridge Web</a></div></td></tr>";
	str+="</table>";
	str+="</td>";
	str+="<td class='right_bg'>";
	str+="</tr>";
	str+="<tr><td colspan='4'><img src='images/bottom_line.jpg' width='780' height='22' alt='' border='0'></td></tr>";
	document.write(str);
	}
