var rolloverFlag = 0;
/*Tea Header */
var teaBodyHeader = '<table align="center" width="703"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubMenu"><a onclick="replaceBody(\'Tea\', \'Black Tea\');">Black Tea</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Tea\', \'Chai\');">Chai</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Tea\', \'Decaf\');">Decaf</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Tea\', \'Green Tea\');">Green Tea</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Tea\', \'Oolong\');">Oolong</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Tea\', \'Pu-erh\');">Pu-erh</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Tea\', \'Tisane\');">Tisane</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Tea\', \'White Tea\');">White Tea</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'Coffee Blends\');">Coffee</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Beverages\', \'Beverages\');">Other Beverages</a></td></tr></table>';

/*Coffee Header */
var coffeeHeader = '<table align="center" width="703"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubMenu"><a onclick="replaceBody(\'Coffee\', \'Espresso Blends\');">Espresso Blends</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'Caribbean\');">Caribbean</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'Central America\');">Central America</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'South American\');">South American</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'Africa & Arabian\');">Africa & Arabian</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'Pacific Region\');">Pacific Region</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'Dark Vienna Roasts\');">Dark Vienna Roasts</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'Coffee Blends\');">Coffee Blends</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Coffee\', \'Flavored Coffees\');">Flavored Coffees</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Tea\', \'Black Tea\');">Tea</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Beverages\', \'Beverages\');">Other Beverages</a></td></tr><tr><td class="all_coffee_description">All of our coffee and espresso beverages are made with Italian beans</td></tr></table>';

/*Food Header*/
var foodHeader = '<table align="center" width="703"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubMenu"><a onclick="replaceBody(\'Food\', \'Joes Pasta\');">selection</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Food\', \'Bread\');">selection</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Food\', \'Pizza\');">selection</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Food\', \'American\');">selection</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Food\', \'good\');">selection</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Food\', \'sushi\');">selection</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Food\', \'Dark Chocolates\');">selection </a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Food\', \'Drink Blends\');">selection</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a onclick="replaceBody(\'Food\', \'Flavored Drinks\');">selection</a></td></tr><tr><td class="all_food_description">All of our menus will be prepared daily based off of the freshest seasonal ingredients.</td></tr></table>';

/*Contact page information*/
var contactBody = '<table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2"><img src="../images/spacer.gif" width="1" height="30"></td></tr><tr><td><img src="../images/spacer.gif" width="180"></td><td id="contact_text"><b>Black Tea Optional</b><br>743 Park Avenue &nbsp; &nbsp;&nbsp;(corner of 8th Street)<br>Hoboken, NJ 07030<br><a class="mainlink" href="mailto:BlackTeaOptional@gmail.com">BlackTeaOptional@gmail.com</a></td></tr></table> ';

/*home page lastest news */
var latestNewsBody = '<b>News - 2/11/10</b><br>Coming Soon to Hoboken!<br>Black Tea Optional, the first authentic tea salon in the mile square city. Our location is currently under construction.  We appreciate your patience.<br><br><b>News - Grand Opening</b><br> Expected to open our doors in 2010. <br>Please check our website for future news.';

/* end of latest news */

/*Events Header */
var eventsHeader = '<table align="center" width="703"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubMenu">Check out our events for the entire family.</td></tr></table>';

/*Beverages Header */
var beveragesHeader = '<table align="center" width="703"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubMenu">Coming Soon.</td></tr></table>';



/*about us page info*/
var aboutBody = '<center><img src="../images/under_construction.gif"></center><br>';


function toggleTopCell(cell, myClass)
{
    //document[cell].id = myClass;  
    //alert("hello");
        document.getElementById(cell).className = myClass;

}




function toggleImages(image1, image1_src, image1_id, image2, image2_src, image2_id)
{
    if(rolloverFlag == 0)
    {
        document[image1].src ="../images/" + image1_src;    
        document[image1].id = image1_id;    
        document[image2].src ="../images/" + image2_src;
        document[image2].id = image2_id;    
    }
}


function replaceBody(input, secondInput)
{
    var teaBody = '';
    var foodBody = '';
    var coffeeBody = '';
    var eventsBody = '';
    var eventsBody = '';
    var beveragesBody = '';
    
    
    if(input == 'Tea')
    
    /*black tea choice*/
    {
        if(secondInput == undefined || secondInput == 'Black Tea')
        {
            teaBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Black Tea</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Assam - Banaspaty Estate</td><td id="productDetailDesc">One of the stronger black single estate teas. this bold tea has a rich malty taste. <br>Ingredients: Organic black tea. Origin: India.</td></tr>';
            teaBody += '<tr><td id="productDetailName">Organic Earl Grey</td><td id="productDetailDesc">A classic tea favored by many. It is said to have been a gift presented to the 2nd Earl Grey, a British Prime Minister. The black tea leaves are infused with Natural Bergamot citrus which gives it a unique aroma and flavor.<br>Ingredients: Organic, fair trade black tea and completely natural bergamot oil. Origin Yunnan China. </td></tr>';
            teaBody += '<tr><td id="productDetailName">English Breakfast</td><td id="productDetailDesc">English breakfast is an organic black tea with a sweet taste, you can drink this black or with cream and sugar. <br>Ingredients: Organic black tea. Origin: India </td></tr>';
            teaBody += '<tr><td id="productDetailName">Irish Breakfast</td><td id="productDetailDesc">A traditional rich blend of black teas. It is a very full bodied brew that goes well with milk. <br>Ingredients: Organic black tea. Origin: India and Sri Lanka </td></tr>';
            teaBody += '<tr><td id="productDetailName">Organic China Breakfast</td><td id="productDetailDesc">Enjoy this rich malty flavored black tea, with subtle chocolate notes. These leaves come from the antique tea trees from the Yunnan area of China. <br> Ingredients: Organic, fair trade blak tea. Origin: Yunnan China. </td></tr>';
            teaBody += '<tr><td id="productDetailName">Ceylon Single Estate</td><td id="productDetailDesc">From the mountains of Sri Lanka formerly Celon. Look for a smooth , slightly fruity flavor with medium body<br>Ingredients: Organic black tea. Origin: Sri Lanka</td></tr>';
            teaBody += '<tr><td id="productDetailName">Darjeeling 1st Flush</td><td id="productDetailDesc">Recognized as the Champagne of Tea 1st flush Darjeeling offers a delicate light flavor. Makaibari single estate tea. <br>Ingredients: Organic black tea. Origin: India </td></tr>';
            teaBody += '<tr><td id="productDetailName">Darjeeling 2nd Flush</td><td id="productDetailDesc">Expect a semi brisk tea with wonderful floral aroma. The fruity flavor of Muscat Wine comes to mind when sipping this superior tea.<br>Ingredients: Organic fair trade black tea. Origin: India</td></tr>';
            teaBody += '<tr><td id="productDetailName">Lapsang Souchong</td><td id="productDetailDesc">A Chinese black tea that is full bodied with a hint of smokey flavor.<br>Ingredients: Organic black tea. Origin: China  </td></tr>';
            teaBody += '<tr><td id="productDetailName">Russian Caravan</td><td id="productDetailDesc">A blend of Indian and Sri Lanka black teas offering a smokey finish. <br>Ingredients: Organic black tea. Origin: India  </td></tr>';
            teaBody += '<tr><td id="productDetailName">Lavender Tea</td><td id="productDetailDesc">A blend of Indian black teas with lavener petals. Lovely aroma and gentle flavor. <br> Ingredients: Organic black tea and lavender petals. Origin: India </td></tr>';
            teaBody += '<tr><td id="productDetailName">Yunnan - Golden Yunnan </td><td id="productDetailDesc">This is a complex black tea from Yunnan\'s ancient tea trees. Very full flavor, just a bit of peppery spice, with a tinge of raisin and malt. <br> Ingredients: Organic Fair Trade black tea. Origin: Yunan, China. </td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
        
        }
        
/*Chai Tea Choice*/     
        else if(secondInput == 'Chai')
        {
            teaBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Chai</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Masala Chai </td><td id="productDetailDesc">A full flavored black tea blended with our traditional Indian Masala spices. Masala Chai should be brewed strong and served sweet with steamed milk and sugar.<br>Ingredients: Organic, Fair Trade Black tea and Organic Indian Marsala spices. Origin: India </td></tr>';
            teaBody += '<tr><td id="productDetailName">Mayan Chai (traditional)</td><td id="productDetailDesc">A Indian spice tea. Best infused in milk. <br>Ingredients: Organic Black tea and traditional Indian spices. Origin: India</td></tr>';
            teaBody += '<tr><td id="productDetailName">Vanilla Chai </td><td id="productDetailDesc">Organic vanilla scented black tea leaves and spices combine to create a delicious dessert tea that\'s great hot or cold. Unsweetened. Best made with milk.<br>Ingredients: Organic black tea, vanilla and spices. Origin: India</td></tr>';
            teaBody += '<tr><td id="productDetailName">Green Chai </td><td id="productDetailDesc">The lotus blossoms of India beckon unbounded awareness, the cinnamon and clove caress the ginger, and all meet to welcome you with a delicious brew.<br>Ingredients: Organic Green tea and traditional spices. Origin: India </td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
        }
        
/*Decaf tea choice*/        
        else if(secondInput == 'Decaf')
        {
            teaBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Decaf</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Ginger</td><td id="productDetailDesc">&nbsp; </td></tr>';
            teaBody += '<tr><td id="productDetailName">Decaf Earl Grey </td><td id="productDetailDesc">Earl Grey scented decaffeinated Indian black tea from Nilgiri. Water process used for decafination.<br>Ingredients: Organic single estate black tea and oil of bergamot . Origin: India </td></tr>';
            teaBody += '<tr><td id="productDetailName">Decaf Green with Ginger</td><td id="productDetailDesc">An exceptional Decaffeinated Green Tea from India blended with Ginger Root. Great all around body tonic. <br>Ingredients: Organic green tea and ginger root. Origin: India </td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
        }
        
/*green tea choice*/        
        else if(secondInput == 'Green Tea')
        {
            teaBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Green Tea</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Jasmine Pearl</td><td id="productDetailDesc">The most tender green tealeaves and silvery down covered buds are hand rolled into small pearls and naturally scented with fresh jasmine blossoms. The fragrant blossoms are mixed with our reserve Dragon Pearl (Long Xu) several times until they become infused with sweet flavor and heady aroma of real jasmine.<br>Ingredients: orgainc green tea and jasmine flowers. Origin: Fujian, China.</td></tr>';
            teaBody += '<tr><td id="productDetailName">Emerald Lily</td><td id="productDetailDesc">A unique green tea that is hand-harvested from old growth forest tea trees. Emerald Lily has a brisk and fresh flavor that is well balanced with aromatic notes of wild flowers.This tea contains a higher content of polyphenols and natural tea antioxidants when compared to other types of green tea.<br>Ingredients: Organic Fair Trade Certified green tea leaves. Origin: Yunnan, China.  </td></tr>';
            teaBody += '<tr><td id="productDetailName">Ceylong Green Tea</td><td id="productDetailDesc">This medium bodied green tea offers delicious flavor without the heavy vegetal taste.<br>Ingredients: Organic single estate green tea. Origin: Sri Lanka </td></tr>';
            teaBody += '<tr><td id="productDetailName">Pinhead Gunpowder</td><td id="productDetailDesc">Tightly rolled balls of treen tea. These will produce a light and airy cup of tea.<br>Ingredients: Organic, single estate green tea. Origin: China </td></tr>';
            teaBody += '<tr><td id="productDetailName">Moroccan Mint</td><td id="productDetailDesc">This tea is a premium version of a classic green tea blend enjoyed throughout the world composed of the finest organic peppermint and floral scented.<br>Ingredients: Organic green tea leaves, peppermint leaves and jasmine flowers. Origin: China </td></tr>';
            teaBody += '<tr><td id="productDetailName">Genmaicha</td><td id="productDetailDesc">Hand blended a special varietal of deep steamed sencha from Kagoshima with roasted sticky rice to create a smooth body and sweet flavor. Stone-milled matcha from Kyoto and sweet roasted rice powder are added to produce an extra creamy ans smoth cup.<br>Ingredients: Roasted rice and green tea leaves. Origin: Japan.</td></tr>';
            teaBody += '<tr><td id="productDetailName">Monkey Hair</td><td id="productDetailDesc">You will find beautiful white tips in these leaves. The liquor offers a fresh and slightly vegetal taste.<br>Ingredients: Organic green tea. Origin: China </td></tr>';
            teaBody += '<tr><td id="productDetailName">Lemon Myrtle Green Tea</td><td id="productDetailDesc">A blend of organic flower-scented green teas from China and organic lemon myrtle from Australia. Our unique formula provides a great tasting and light liquoring infusion with a fresh lemon-lime note and a floral bouquet.<br>Ingredients: Organic green tea leaves, lemongrass, lemon myrtle and natural rose flavor. Origin: China.</td></tr>';
            teaBody += '<tr><td id="productDetailName">Sencha Supreme</td><td id="productDetailDesc">A classic, light steamed sencha from Japan. Our carefully selected Sencha has a fresh green aroma with a smooth body, savory flavor and semi-brisk finish. Known for its bountiful antioxidants, greenish-golden infusion and delicious taste. Our sencha represents a green tea flavor profile that has been popular with American tea drinkers for more than 100 years. Sencha Supreme is one of our top selling green teas.<br>Ingredients: Organic green tea leaves. Origin: Shizuoka, Japan.</td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
            teaBody += '<table align="center" width="700" cellspacing="0"><tr><td colspan="2"><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '<tr><td id="productSubHeader" colspan="2">Artisinal</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Green Tea Wheels </td><td id="productDetailDesc">Specialty green jasmine tea. Hand tied flowering beautiful display and wonderful flavor.<br>Ingredients: Green tea and Jasmine essence.Not an organic tea. Origin: China</td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
        }
        
        
/*oolong tea choice*/       
        else if(secondInput == 'Oolong')
        {
            teaBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Oolong</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Wuyi Oolong</td><td id="productDetailDesc">Expect a smooth and rich body with a classical roasted aroma and sweet finish, Wuyi Qi Lan or "Profound Orchid,\" its flavor is quite unique with sweet notes of raisin sugar, honeysuckle and roasted barley. Organic Wuyi Mountain Oolong is great with any meal and makes superb cold tea for the summer season.<br>Water: 200°F <br> Leaves: 1 tablespoon per 8 ounces <br> Infusion Time: 4 minutes <br> Ingredients: Organic oolong tea leaves. <br> Origin: Fujian, China. </td></tr>';
            teaBody += '<tr><td id="productDetailName">Jade Oolong </td><td id="productDetailDesc">This lightly oxidized oolong tea from the mountainous region of Nantou, Taiwan, has a smooth golden green infusion enjoyed by green tea lovers. Its flowery aroma, brisk flavor, smooth body and fruity finish make this one of our favorite oolong. </td></tr>';
            teaBody += '<tr><td id="productDetailName">Plum Oolong </td><td id="productDetailDesc">The succulent essence of Asian plum and the tart, floral influence from wild schizandra. </td></tr>';
            teaBody += '<tr><td id="productDetailName">Chrysanthemum Blossom Oolong </td><td id="productDetailDesc">&nbsp;</td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
        }
        
/*pu-erh choices*/      
        else if(secondInput == 'Pu-erh')
        {
            teaBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Pu-erh</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Pu-erh Ginger </td><td id="productDetailDesc">&nbsp; </td></tr>';
            teaBody += '<tr><td id="productDetailName">Pu-erh Maiden </td><td id="productDetailDesc">&nbsp;</td></tr>';
            teaBody += '<tr><td id="productDetailName">Hunan Leaf</td><td id="productDetailDesc">&nbsp;</td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
        }
        
/*tisane choices*/      
        else if(secondInput == 'Tisane')
        {
            teaBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Tisane</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Chamomile</td><td id="productDetailDesc">A soothing cup of tea, chamomile is know to be calming for the soul.<br>Ingredients: Organic Chamomile, full flowers</td></tr>';
            teaBody += '<tr><td id="productDetailName">Creamsicle</td><td id="productDetailDesc">A resfreshing blend of vanilla and orange rooibos.<br>Ingredients: Organic vanilla rooibos and organic orange rooibos.<br>Origin: Africa </td></tr>';
            teaBody += '<tr><td id="productDetailName">Happy Thoughts</td><td id="productDetailDesc">A delightful blend of orange and spices that southes and inspires.<br>Ingredients: Organic orange peel, cinnamon, clove, licorice and blackberry leaves. </td></tr>';
            teaBody += '<tr><td id="productDetailName">Detox with Orange </td><td id="productDetailDesc">Cleanse the body with this blend of nettle, dandelion, alfalfa, red clover, plantain, peppermint and orange peel.<br>Ingredients: Organic nettle, dandelion, alfalfa, red clover, plantain, peppermint and orange peel. </td></tr>';
            teaBody += '<tr><td id="productDetailName">Restful Night</td><td id="productDetailDesc">Take time to de-stress before sleep. Raspberry leaf, rose hips, cinnamon and chamomile combine to help you relax.<br>Ingredients: Organic raspberry leaf, rose hips, cinnamon and chamomile flowers.</td></tr>';
            teaBody += '<tr><td id="productDetailName">Peppermint</td><td id="productDetailDesc">The perfect tea to soothe an upset tummy.<br>Ingredients: Organic peppermint leaves</td></tr>';
            teaBody += '<tr><td id="productDetailName">While she waits</td><td id="productDetailDesc">A special something exta for the soon to be mother. A blend to soothe and refresh a ladies mind and body.<br>Ingredients: Organic ginger, peppermint, chamomile, rose hips and raspberry leaf.</td></tr>';
            teaBody += '<tr><td id="productDetailName">Tropical Pleaser</td><td id="productDetailDesc">A exotic blend sure to please the tropical traveler.<br>Ingredients: Passion fruit, orange and hybiscus.</td></tr>';
            teaBody += '<tr><td id="productDetailName">Raspberry Apple </td><td id="productDetailDesc">This fruity herbal infusion starts by delighting your sense of smell and finishes by pleasing your taste buds.<br>Ingredients: Raspberry, hibiscus and apple pieces.</td></tr>';
            teaBody += '<tr><td id="productDetailName">Helping Hands</td><td id="productDetailDesc">Many people recommended this special blend to soothe a cold.<br>Ingredients: Organic lemon grass, ginger, rose hips and lemon myrtle.</td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
            teaBody += '<table align="center" width="700" cellspacing="0"><tr><td colspan="2"><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '<tr><td id="productSubHeader" colspan="2">Rooibos</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Green Rooibos</td><td id="productDetailDesc">A caffeine free tisane from the African Red Bush. Less processing of the leaves allow the leaves to remain green. The liquor is a bright orange color with an earthy flavoring and a sweet finish.<br>Ingredients: Organic Fair Trade green bush rooibos tea. <br>Origin: South Africa </td></tr>';
            teaBody += '<tr><td id="productDetailName">Rooibos</td><td id="productDetailDesc">Caffeine free tisane from the African Red Bush. The oxidation process causes the leaves to turn a redish that releases a deep and dark red liquor. It offers full body and a sweet finishing flavor.<br>Ingredients: Organic, fair trade rooibos leaves. <br>Origin: South Africa. </td></tr>';
            teaBody += '<tr><td id="productDetailName">Vanilla Rooibos </td><td id="productDetailDesc">Caffeine free vanilla scented rooibos tisane, you will enjoy the added vanilla pieces for a lovely flavor.<br>Ingredients: Organic rooibos leaves and vanilla pieces. <br>Origin: South Africa </td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
            teaBody += '<table align="center" width="700" cellspacing="0"><tr><td colspan="2"><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '<tr><td id="productSubHeader" colspan="2">Yerba Mate Blends</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Yerba Mate Shade Green</td><td id="productDetailDesc">&nbsp; </td></tr>';
            teaBody += '<tr><td id="productDetailName">Yerba Mate, Green or Roasted</td><td id="productDetailDesc">&nbsp;</td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            
            teaBody += '<tr><td id="productDetailName">Vanilla Rooibos </td><td id="productDetailDesc"> <br>Origin: South Africa </td></tr>';teaBody += '</table>';
        }
        
/*white tea choice*/        
        else if(secondInput == 'White Tea')
        {
            teaBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">White Tea</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            teaBody += '<tr><td id="productDetailName">Snow Buds </td><td id="productDetailDesc">&nbsp; </td></tr>';
            teaBody += '<tr><td id="productDetailName">Peach White</td><td id="productDetailDesc">&nbsp;</td></tr>';
            teaBody += '<tr><td id="productDetailName">Pai Mu Tan</td><td id="productDetailDesc">&nbsp;</td></tr>';
            teaBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            teaBody += '</table>';
        }
        document['productTitleImage'].src ="../images/tea_Title.gif";
        document.getElementById("myBody").innerHTML = teaBodyHeader + teaBody;
    }
    
/*Coffee choices*/
    else if (input == 'Coffee')
/*espresso blends*/ 
    {
        if(secondInput == undefined || secondInput == 'Espresso Blends')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Espresso Blends</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Velvet Hammer Blend</td><td id="productDetailDesc">Intense in every category. African, Pacific, and Central American coffees provide great body and acidity enveloped in a smoky Italian roast with strong flavor. The coffee lovers coffee. </td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Cappuccine Blend</td><td id="productDetailDesc">Medium to slightly dark roasted estate coffees from Central America and Kenya make for a good balanced espresso with good body and acidity.</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        
/*Caribbean coffee*/        
        else if(secondInput == 'Caribbean')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Caribbean</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Jamaica Blue Mountain</td><td id="productDetailDesc">Certified Wallenford Estate coffee, the only way you can know it is actually Blue Mountain grade and quality, Considered the finest and rarest coffee.</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        
/*Central american coffee*/     
        else if(secondInput == 'Central America')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Central America</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Costa Rican Tarazu</td><td id="productDetailDesc">Known for its mild, clean, tangy, refreshing flavor. The hard bean Tarrazu is a consistently fresh coffee. This variety has medium body and a snap of acidity.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Mexican Altura Pluma</td><td id="productDetailDesc">The best of the high grown Mexicans. Medium bodied. Light and clean. Can vary a little crop to crop due to growth elevation and frequent frost damage.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Organic Guatemalan</td><td id="productDetailDesc">Certified Fair Trade Organic. Smooth, medium body. Smokey aroma & aftertaste</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        
/*south american coffee*/       
        else if(secondInput == 'South American')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Brazilian Bourbon Santos</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Brazilian Bourbon Santos</td><td id="productDetailDesc">From Minas Gerais district, light body, mild acidity, mild flavor.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">ColombianSupremo</td><td id="productDetailDesc">South American specialty with a fine, mild satisfying flavor and a rich full bodied taste that includes a slight snap of acidity. </td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Organic Peruvian</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Tip of Andres</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        
/*Africa & Arabian coffee*/     
        else if(secondInput == 'Africa & Arabian')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Africa & Arabian</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Kenya AA</td><td id="productDetailDesc">Possibly the world\'s finest from the Nairobi auctions. Full body and acidity with the winey flavor of black currants.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Mocha Style</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Zimbabwe</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        
/*Pacific Region coffee*/       
        else if(secondInput == 'Pacific Region')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Pacific Region</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Celebes Kalossi</td><td id="productDetailDesc">An exceptionally good coffee, full body and smooth syrupy flavors with hints of oak.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Hawaiian Kauai Estate</td><td id="productDetailDesc">Clean, mild and well-balanced. Very similar to Kona but less expensive. </td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Java Plantation</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Sumatran Mandheling</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        
/*Dark Vienna Roasts coffees*/      
        else if(secondInput == 'Dark Vienna Roasts')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Dark Vienna Roasts</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Costa Rican Tarazu</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">French Roast Espresso</td><td id="productDetailDesc">Certified Fair Trade Organic. Dark Roast. Intense smoky flavor, but never burnt</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Guatemalan Antiqua-Vienna</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Italian Roast Espresso</td><td id="productDetailDesc">Certified Fair Trade Organic. Heavy body with intense flavor</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Mexican Fino Altura Vienna</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Tanzania Peabody Kilimanjaro Vienna</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Venezuelan Maracaibo Vienna</td><td id="productDetailDesc">&nbsp;</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Vienna Roast</td><td id="productDetailDesc">Certified Fair Trade Organic. A hint of dark roast flavor.</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        
/*coffee blends*/       
        else if(secondInput == 'Coffee Blends')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Coffee Blends</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Black Tea Optional Blend --  Breakfast Brew Blend</td><td id="productDetailDesc">A blend of Central & Latin American coffees at peak city roast. Light body, subtle flavor with snappy acidity and bright finish.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Metro Blend</td><td id="productDetailDesc">This rich new blend combines the subtle elegance of Hawaiian Kauai and its clean, mild flavors with bold, full-bodied Colombian Supremo and creamy, full-bodied Sumatra Mandheling for a truly unique taste. This blend is roasted at a Peak City unless requested differently.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Rainforest Blend</td><td id="productDetailDesc">A medium roast blend consisting of independently roasted Fair Trade Organic Central Americans. This blend has a medium roast flavor with rich, fruity taste along with a slight earthiness. </td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Mocha Java Blend</td><td id="productDetailDesc">The classic, world famous blend. Rich, creamy taste of Ethiopian Mocha combined with the earthy and low-acidity beans of the island of Java. Available at light and dark roast.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Kona Blend</td><td id="productDetailDesc">The mild acidity and fresh taste of Kona combined with the rich, full-bodied taste of Colombian beans. A Peak City/Vienna roast.</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        
/* Flavored coffees*/       
        else if(secondInput == 'Flavored Coffees')
        {
            coffeeBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="2">Flavored Coffees</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Hazelnut Cream</td><td id="productDetailDesc">A bright cup of Central Americans with a pinch of hazelnut and a dash of cream.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Irish Crème</td><td id="productDetailDesc">A medium roasted blend of mild tasting beans combined with gourmet Irish Cream flavoring to produce a light, refreshing treat.</td></tr>';
            coffeeBody += '<tr><td id="productDetailName">Tropical Vanilla</td><td id="productDetailDesc">An excellent desert coffee and perfect chocolate compliment. Warm, mellow vanilla flavor in every sip combined with medium body and acidity. Full flavor and sweet, pleasing flavor.</td></tr>';
            coffeeBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            coffeeBody += '</table>';
        }
        document['productTitleImage'].src ="../images/coffee_Title.gif";
        document.getElementById("myBody").innerHTML = coffeeHeader + coffeeBody;
        
    }
    
/*Food Choices*/    
    else if (input == 'Food')
    {
        if(secondInput == undefined || secondInput == 'Joes Pasta' )
        {
/*when food is selected, it starts with second input. columns are detail name, detail description and then price, second input  categories need added for various sub selections*/
foodBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="3">&nbsp;</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td><td id="productHeader" width="100">Price</td></tr>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td><td id="productPrice">&nbsp;</td></tr>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td>                    <td id="productPrice">&nbsp;</td></tr>';
            foodBody += '<tr><td id="productDetailName"></td><td id="productDetailDesc"></td></tr>';
            foodBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            foodBody += '</table>';
        }
        else if(secondInput == 'Pizza')
        {
            foodBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="3">Food</td></tr><tr><td id="productHeader" width="150">Name</td><td id="productHeader">Description</td><td id="productHeader">Price</td></tr>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td><td id="productPrice">&nbsp;</td></tr>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td></tr><td id="productPrice">&nbsp;</td>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td></tr><td id="productPrice">&nbsp;</td>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td><td id="productPrice">&nbsp;</td></tr>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td><td id="productPrice">&nbsp;</td></tr>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td><td id="productPrice">&nbsp;</td></tr>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td><td id="productPrice">&nbsp;</td></tr>';
            foodBody += '<tr><td id="productDetailName">&nbsp;</td><td id="productDetailDesc">&nbsp;</td><td id="productPrice">&nbsp;</td></tr>';
            foodBody += '<tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr>';
            foodBody += '</table>';
        }
        document['productTitleImage'].src ="../images/hc_Title.gif";
        document.getElementById("myBody").innerHTML = foodHeader + foodBody;
    } else if (input == 'Events') {
        eventsBody = '<table align="center" width="700" cellspacing="0"><tr><td><img src="../images/spacer.gif" height="10" width="10"></td></tr><tr><td id="productSubHeader" colspan="3">We have no events scheduled at this time.  Please check back again for future events.</tr><tr><td>&nbsp;</td></tr>';
        document['productTitleImage'].src ="../images/events_and_activities.gif";
        document.getElementById("myBody").innerHTML = eventsHeader + eventsBody;
    } else if (input == 'Beverages') {
        beveragesBody = '';
        document['productTitleImage'].src ="../images/beverages.gif";
        document.getElementById("myBody").innerHTML = beveragesHeader + beveragesBody;
    }
}




function drawBody()
{
    var homeBody = '<table border="0" cellpadding="0" cellspacing="0" width="100%">';
    homeBody += '<tr>';
    homeBody += ' <td align=left" width="610"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" height="250" width="435">';
    homeBody += '<param name="movie" value="../FLA/mine.swf">';
    homeBody += '<param name="bgcolor" value="#000000">';
    homeBody += '<param name="quality" value="high">';
    homeBody += '<param name="allowscriptaccess" value="samedomain">';
    homeBody += '<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="../FLA/mine.swf" bgcolor="#000000" quality="high" swliveconnect="true" allowscriptaccess="samedomain" height="250" width="435"> <noembed> </noembed>';
    homeBody += ' </object></td>';
    homeBody += '<td align="left" valign="top"><br><br><div id="div_latest_news">' + latestNewsBody + '</div></td>';
    homeBody += '<td width="10"><img src="../images/spacer.gif" width="10" height="1"></td>';
    homeBody += '</tr>';
    homeBody += '</table>';
    document['productTitleImage'].src ="../images/whats_new.gif";
    document.getElementById("myBody").innerHTML = homeBody;
}


function drawContact()
{   
    document['productTitleImage'].src ="../images/contact.gif";
    document.getElementById("myBody").innerHTML = contactBody;
}

function drawAbout()
{   
    document['productTitleImage'].src ="../images/about_us.gif";
    document.getElementById("myBody").innerHTML = aboutBody;
}


