﻿// (c) 2002 Witold Lipski


//call menu function
menu();

//  This function draws a table cell with logo and menu buttons.
function menu() {

document.writeln('<td bgcolor="#ffffff" width="200" valign="top">');
document.writeln('<center><img border="0" src="http://www.aikanekonacoffee.com/images/logo2.JPG" width="200" alt="Aikane Kona Coffee, logo by Dietrich Varez"></center>');
document.writeln('<p></p>');

//draw menu buttons
draw_menu_item("home", "http://www.aikanekonacoffee.com/buttons/butt_home.JPG", "http://www.aikanekonacoffee.com/index.html", 0);
draw_menu_item("konacoffee", "http://www.aikanekonacoffee.com/buttons/butt_konacoffee.JPG", "http://www.aikanekonacoffee.com/coffee.htm", 0);
draw_menu_item("order", "http://www.aikanekonacoffee.com/buttons/butt_ordercoffee.JPG", "http://www.aikanekonacoffee.com/order.htm", 0);
draw_menu_item("message", "http://www.aikanekonacoffee.com/buttons/butt_club.JPG", "http://www.aikanekonacoffee.com/coffeeclub.htm", 0);
draw_menu_item("home", "http://www.aikanekonacoffee.com/buttons/butt_message.JPG", "http://www.aikanekonacoffee.com/message.htm", 0); 
draw_menu_item("links", "http://www.aikanekonacoffee.com/buttons/butt_links.JPG", "http://www.aikanekonacoffee.com/links.htm", 0);

<!-- BEGIN: Constant Contact Bubble Opt-in Email List Form -->
document.writeln('<br><div align="center"> <table width="170" border="0" cellspacing="0" cellpadding="0">');

document.writeln('<tr bgcolor="#0000ff" valign="top"> <td width="9" rowspan="2"><img src="https://imgssl.constantcontact.com/ui/images/visitor/tl_brdr2_trans.gif" width="9" height="9" border="0"></td> <td width="152" height="1" bgcolor="#0000ff"><img src="https://imgssl.constantcontact.com/ui/images/spacer.gif" border="0" width="1" height="1"></td> <td width="9" rowspan="2" align="right"><img src="https://imgssl.constantcontact.com/ui/images/visitor/tr_brdr2_trans.gif" width="9" height="9" border="0"></td> </tr>');

document.writeln('<tr> <td width="152" height="8" bgcolor="#ffffff"><img src="https://imgssl.constantcontact.com/ui/images/spacer.gif" border="0" width="1" height="1"></td> </tr>');
document.writeln('<tr> <td width="170" colspan="3" style="border-left: 1px solid #0000ff;border-right: 1px solid #0000ff;"><div align="center"> <form name="ccoptin" action="http://visitor.r20.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;"> <font style="font-weight: bold; font-family:Arial; font-size:18px; color:#800000;">Join our newsletter list for special offers</font><br> <font style="font-weight: normal; font-family:Arial; font-size:10px; color:#000000;">Email:</font> <input type="text" name="ea" size="14" value="" style="font-family: Arial; font-size:10px; border:1px solid #999999;"> <input type="submit" name="go" value="Join" class="submit"  style="font-family:Arial,Helvetica,sans-serif; font-size:11px;"> <input type="hidden" name="llr" value="xtt7y9cab"> <input type="hidden" name="m" value="1102557630071"> <input type="hidden" name="p" value="oi"> </form> </div></td> </tr>');

document.writeln('<tr bgcolor="#0000ff" valign="bottom"> <td rowspan="2"><img src="https://imgssl.constantcontact.com/ui/images/visitor/bl_brdr2_trans.gif" width="9" height="9" border="0" /></td> <td width="152" height="8" bgcolor="#ffffff"><img src="https://imgssl.constantcontact.com/ui/images/spacer.gif" border="0" width="1" height="1"></td> <td rowspan="2" align="right"><img src="https://imgssl.constantcontact.com/ui/images/visitor/br_brdr2_trans.gif" width="9" height="9" border="0"></td> </tr>');

document.writeln('<tr> <td width="152" bgcolor="#0000ff"><img src="https://imgssl.constantcontact.com/ui/images/spacer.gif" border="0" width="1" height="1"></td> </tr>');

document.writeln('</table> </div>');
<!-- END: Constant Contact Email List Form -->
<!-- BEGIN: SafeSubscribe -->
document.writeln('<div align="center" style="padding-top:5px;">');
document.writeln('<a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank"><img src="https://imgssl.constantcontact.com/ui/images1/safe_subscribe_logo.gif" border="0" width="168" height="14" alt=""/></a>');
document.writeln('</div>');
<!-- END: SafeSubscribe -->

<!-- Facebook link -->
document.writeln('<br/><a href="http://www.facebook.com/AikaneKonaCoffee" target="_blank"><center><img border="0" src="http://www.aikanekonacoffee.com/images/facebook.jpg" width="127" height="39"></center></a>');

document.writeln('<br><center><img src="http://www.aikanekonacoffee.com/clips/HAW.gif"></center>');

document.writeln('</td>');
document.writeln('<td rowspan="2" width="20" background="http://www.aikanekonacoffee.com/images/leaf_border2.gif">&nbsp;&nbsp;&nbsp;&nbsp;</td>');
document.writeln('<td rowspan="2" width="10">&nbsp;&nbsp;&nbsp;</td>');

}

//  This function adds a link button.
function draw_menu_item(name, imgpath, linkurl, isnew) {
  document.writeln('<center><a href="'+linkurl+'"><img name="'+name+'" src="'+imgpath+'"></a>');
  if(isnew >0) {
    document.write('<img align="top" src="images/new2.gif" border=0>');
  }
  document.writeln('</center>');
}
