<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle"><font color="#D18A14">Software:</font></span><br>');


// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK


document.write('<a href="index.html" class="menu">Home</a>');


document.write('<a href="product.htm" class="menu">Product</a>');

document.write('<a href="technology.htm" class="menu">Technology</a>');

document.write('<a href="product_require.htm" class="menu">Requirements</a>');

//document.write('<a href="new_feature.htm" class="menu"><img src="picts/new_y1.png" width="51" height="35" border="0" alt="" title="announcing mybidmax new feature">Auction Calculator</a>');
document.write('<a href="new_feature.htm" class="menu">Auction Calculator</a>');

document.write('<a href="gallery1.htm" class="menu"><span style="color:#3300FF; font-size:0.3cm;">BUY NOW</span></a>');


//document.write('<a href="download/download-1.htm" class="menu"><IMG SRC="picts/downloadbtn_1.jpg" WIDTH="145" HEIGHT="97" BORDER="0" ALT=""></a>');


// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 2

document.write('<span class="menutitle"><font color="#D18A14">Company:</font></span><br>');


document.write('<a href="news.htm" class="menu">News</a>');

document.write('<a href="http://mybidmax.blogspot.com/" class="menu" target="_blank">Blog</a>');

document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('<a href="contact.htm" class="menu">Contact</a>');




// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 3

document.write('<span class="menutitle"><font color="#D18A14">Get Support:</font></span><br>');


document.write('<a href="faq-home.htm" class="menu">F.A.Q.</a>');



// BLACK SPLIT LINE 4

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// This is the login area
document.write('<form style="font-family:verdana, helvetica, arial;margin-left:0.1cm;" method=post action="download/download_login.php">');
document.write('<table cellpadding="0" cellspacing="3" border="0" width="100%">');
document.write('<col width="30%"/>');
document.write('<col width="70%"/>');
document.write('<tr>');
document.write('<td style="font-size:8pt" align="left" height="10"></td><td></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td style="font-size:9pt; color:#BB1018;" align="right">Login ID </td><td><input type="text" style="width:86;" name="logon_id" size="9"></td>');
document.write('</tr>');
document.write('<tr>');
//document.write('<td  style="font-size:9pt; color:#BB1018;" align="rignt">Password </td><td><input type="password" style="width:86;" name="logon_pass" size="9"></td>');
document.write('<td  style="font-size:9pt; color:#BB1018;" align="rignt">Password </td><td><input type="text" style="width:86;" name="logon_pass" size="9"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="2" style="font-size:8pt" align="left"><input type="image" src="picts/downloadbtn_1.jpg" alt="Submit"/></td>');
document.write('</tr>');
document.write('</table>');
document.write('</form>');

// THIS IS THE GRAPHIC UNDER THE MENU
document.write('<table width="100%">');
document.write('<tr><td align="center" height="200"><img src="picts/MyBidMax_logo_80.png" width="60" height="60" border="0" alt="">');
document.write('</td></tr>');
document.write('</table>');
document.write('</td></tr>');
document.write('<tr><td valign="bottom"');
// for the bots
document.write('<a href="user_guide/mbx_guide.html" class="menu"></a>');

document.write('</td></tr>');
document.write('<tr><td valign="bottom"');
document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->