function header2(caption)
{
    document.writeln('<tr>');
    document.writeln('    <td valign=top width=170 height=80>');
    document.writeln('    <img src="logo2.jpg" alt="Logo"></img>');
    document.writeln('    </td>');
    document.writeln('    <td valign=top>');
    document.writeln('<table height="100%" cellspacing=0 cellpadding=0>');
    document.writeln('<tr>');
    document.writeln('    <td width=570 height=16 align=right class=mainMenuBGColor>');
    document.writeln('        <a class=mainLink href="index.html">Home</a>&nbsp;&nbsp;&nbsp;');
    document.writeln('        <a class=mainLink href="prodoverview.html">Products</a>&nbsp;&nbsp;&nbsp;');
    document.writeln('        <a class=mainLink href="enquiry.html">Enquiry</a>&nbsp;&nbsp;&nbsp;');
    document.writeln('        <a class=mainLink href="contactus.html">Contact Us</a>&nbsp;&nbsp;&nbsp;');
    document.writeln('        <a class=mainLink href="aboutus.html">About Us</a>&nbsp;&nbsp;&nbsp;');
    document.writeln('    </td>');
    document.writeln('</tr>');
    document.writeln('<tr>');
    document.writeln('    <td>');
    document.writeln('    <table cellspacing=0 cellpadding=0 border=0 class=mottoBorder>');
    document.writeln('    <tr>');
    document.writeln('        <td rowspan=2 class=mottoFirst>WHERE GARMENT</td>');
    document.writeln('        <td class=mottoLast>&nbsp;&nbsp;&nbsp;&nbsp;meets</td>');
    document.writeln('    </tr>');
    document.writeln('    <tr>');
    document.writeln('        <td class=mottoLast>&nbsp;&nbsp;&nbsp;&nbsp;Accessories</td>');
    document.writeln('    </tr>');
    document.writeln('    </table>');
    document.writeln('    </td>');
    document.writeln('<tr>');
    document.writeln('<tr>');
    document.writeln('    <td valign=bottom>');
    document.writeln('        <span class=mainCaption>'+caption+'</span>&nbsp;');
    document.writeln('    </td>');
    document.writeln('</tr>');
    document.writeln('</table>');
    document.writeln('    </td>');
    document.writeln('</tr>');
    document.writeln('<tr>');
    document.writeln('    <td colspan=2 height=4></td>');
    document.writeln('</tr>');
}
function copyright2()
{
    document.writeln('<tr>');
    document.writeln('    <td align=center colspan=2 class=copyrightText>');
    document.writeln('    <br/>');
    document.writeln('    <hr class=copyrightBar>');
    document.writeln('    Copyright © 2003 Navkar Corporation & Navkargroup.com. All Rights Reserved -');
    document.writeln('    <a class=copyrightLink href="termsofuse.html">Terms of use</a>');
    document.writeln('    </td>');
    document.writeln('</tr>');
}
function tab2(html,caption)
{
    document.writeln('<td align=center class=topnav>&nbsp;&nbsp;<a class=tabText href="'+html+'">'+caption+'</a>&nbsp;&nbsp;</td>');
}
function selectedTab2(html,caption)
{
    document.writeln('<td align=center class=topnavselected>&nbsp;&nbsp;<a class=tabText href="'+html+'">'+caption+'</a>&nbsp;&nbsp;</td>');
}
function tabSpace2(width)
{
    document.writeln('<td class=notselgap width='+width+'>&nbsp;</td>');
}
