
function topbar(srcPath){
var str="";
if (srcPath==0)sPath="";
if (srcPath==1)sPath="../";
if (srcPath==2)sPath="../../";

str+="<IMG SRC='" + sPath +"images/toplinks.gif' WIDTH=391 HEIGHT=69 border=0 usemap='#toplnks'>";
str+="<map name=toplnks>";
str+="<area shape=rect coords='241,11,285,28' href='contact.html'>";
str+="<area shape=rect coords='322,11,381,28' href='contact.html'>";
str+="</map>";

document.write(str);
}

function Menu(srcPath,imgsrc){
var str="";
if (srcPath==0)sPath="";
if (srcPath==1)sPath="../";
if (srcPath==2)sPath="../../";

str+="<IMG SRC='" + sPath + "images/menu.gif' WIDTH=780 HEIGHT=20 border=0 usemap='#menu'>";
str+="<map name=menu>";
str+="<area shape=rect coords='12,2,58,16' href='index.html'>";
str+="<area shape=rect coords='76,2,211,16' href='rollerburnishing.html'>";
str+="<area shape=rect coords='229,2,423,16' href='working_principle.html'>";
str+="<area shape=rect coords='442,2,528,16' href='tool_settings.html'>";
str+="<area shape=rect coords='546,2,629,16' href='maintenance.html'>";
str+="<area shape=rect coords='647,2,730,16' href='applications.html'>";
str+="</map>";

document.write(str);
}

function textlink(srcPath){
var str="";
if (srcPath==0)sPath="";
if (srcPath==1)sPath="../";
if (srcPath==2)sPath="../../";

str+="<table width=780 height=20 align=center cellpadding=0 cellspacing=0 border=0>";
str+="<tr bgcolor='#ffffff'>";
str+="<td align=center><a class='txtlnk' href='index.html'>Home</a>&nbsp; &nbsp; |&nbsp; &nbsp;";
str+="<a class='txtlnk' href='rollerburnishing.html'>Roller Burnishing Tool</a>&nbsp; &nbsp; |&nbsp; &nbsp;";
str+="<a class='txtlnk' href='working_principle.html'>Construction & Working Principle</a>&nbsp; &nbsp; |&nbsp; &nbsp;";
str+="<a class='txtlnk' href='tool_settings.html'>Tool Settings</a>&nbsp; &nbsp; |&nbsp; &nbsp;";
str+="<a class='txtlnk' href='maintenance.html'>Maintenance</a>&nbsp; &nbsp; |&nbsp; &nbsp;";
str+="<a class='txtlnk' href='applications.html'>Applications</a>&nbsp; &nbsp; |&nbsp; &nbsp;";
str+="<a class='txtlnk' href='contact.html'>Enquiry</a>&nbsp; &nbsp; |&nbsp; &nbsp;";
str+="<a class='txtlnk' href='contact.html'>Contact Us</a>";
str+="</td></tr>";
str+="</table>";

document.write(str);
}

function other(srcPath){
var str="";
if (srcPath==0)sPath="";
if (srcPath==1)sPath="../";
if (srcPath==2)sPath="../../";

str+="<table width=780 height=24 align=center cellpadding=0 cellspacing=0 border=0>";
str+="<tr bgcolor='#ffffff'>";
str+="<td class='small'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;© 2004 Micro Tech Engineering</td>";
str+="<td class=small align=right>Site Designed by <a class=aes href='http://www.advanceecomsolutions.com' target=_blank>Advance Ecom Solutions</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td>";
str+="</tr>";
str+="</table>";

document.write(str);
}