<!--//
function showTopLinks1()
{
	document.write('<table border="0" cellpadding="2" cellspacing="0">');
	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="about.html" class="txtLINK">About Us</a>');
	document.write('</td>');
	document.write('<td rowspan="6"></td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="why-tea.html" class="txtLINK">Why Tea</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="our-gardens.html" class="txtLINK">Our Gardens</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="products.html" class="txtLINK">Products</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="exports.html" class="txtLINK">Exports</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="contact.html" class="txtLINK">Contact Us</a>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
}
function showTopLinks2()
{
	document.write('<table border="0" cellpadding="2" cellspacing="0">');
	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="index.html" class="txtLINK">Home</a>');
	document.write('</td>');
	document.write('<td rowspan="7"></td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="about.html" class="txtLINK">About Us</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="why-tea.html" class="txtLINK">Why Tea</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="our-gardens.html" class="txtLINK">Our Gardens</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="products.html" class="txtLINK">Products</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="exports.html" class="txtLINK">Exports</a>');
	document.write('</td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td align="right">');
	document.write('<a href="contact.html" class="txtLINK">Contact Us</a>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
}
function showDropdownMenuHome()
{
	document.write ('<table border="0">');
	document.write ('<tr>');
	document.write ('<td>');
	document.write ('<div id="chromemenu" class="chromestyle">');
	document.write ('<ul>');
	document.write ('<li><a href="profile.html">PROFILE</a></li>');
	document.write ('<li><a href="portfolio.html" rel="dropmenu1">PORTFOLIO</a></li>');
	document.write ('<li><a href="contact.html">CONTACT</a></li>');
	document.write ('</ul>');
	document.write ('</div>');

	document.write ('<!--1st drop down menu -->');
	document.write ('<div id="dropmenu1" class="dropmenudiv" style="width: 114px;">');
	document.write ('<a href="tv-commercial.html">TV commercial (advertisement)</a>');
	document.write ('<a href="documentary.html">Documentary Movie</a>');
	document.write ('<a href="print-media.html">Print Media</a>');
	document.write ('<a href="multimedia.html">Multimedia Presentation</a> ');
	document.write ('<a href="website.html">Website Development</a>');
	document.write ('</div>');

	document.write ('<script type="text/javascript">');
	document.write ('cssdropdown.startchrome("chromemenu")');
	document.write ('</script>');
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('</table>');
	
}

function showDropdownMenu()
{
	document.write ('<table border="0">');
	document.write ('<tr>');
	document.write ('<td>');
	document.write ('<div id="chromemenu" class="chromestyle">');
	document.write ('<ul>');
	document.write ('<li><a href="index.html">HOME</a></li>');
	document.write ('<li><a href="profile.html">PROFILE</a></li>');
	document.write ('<li><a href="portfolio.html" rel="dropmenu1">PORTFOLIO</a></li>');
	document.write ('<li><a href="contact.html">CONTACT</a></li>');
	document.write ('</ul>');
	document.write ('</div>');

	document.write ('<!--1st drop down menu -->');
	document.write ('<div id="dropmenu1" class="dropmenudiv" style="width: 114px;">');
	document.write ('<a href="tvc-documentary.html">TVCs and Documentaries</a>');
	document.write ('<a href="print-media.html">Print Media</a>');
	document.write ('<a href="multimedia.html">Multimedia Presentation</a> ');
	document.write ('<a href="web-development.html">Website Development</a>');
	document.write ('</div>');

	document.write ('<script type="text/javascript">');
	document.write ('cssdropdown.startchrome("chromemenu")');
	document.write ('</script>');
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('</table>');
	
}

//-->