// JavaScript Document

function fnmenu()
{
	var str="";
	str+="<table cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td><a href='index.html' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Home','','images/menu_home_hovr.gif',1)\"><img src='images/menu_home.gif' alt='Home' name='Home' width='74' height='45' border='0' id='Home' /></a></td>";
	str+="<td><a href='about_us.html' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('About Us','','images/menu_about_us_hovr.gif',1)\"><img src='images/menu_about_us.gif' alt='About Us' name='About Us' width='94' height='45' border='0' id='About Us' /></a></td>";
	str+="<td><a href='products.html' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Products','','images/menu_products_hovr.gif',1)\"><img src='images/menu_products.gif' alt='Products' name='Products' width='92' height='45' border='0' id='Products' /></a></td>";
	str+="<td><a href='vision.html' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Vision','','images/menu_vision_hovr.gif',1)\"><img src='images/menu_vision.gif' alt='Vision' name='Vision' width='76' height='45' border='0' id='Vision' /></a></td>";
	str+="<td><a href='mission.html' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Mission','','images/menu_mission_hovr.gif',1)\"><img src='images/menu_mission.gif' alt='Mission' name='Mission' width='85' height='45' border='0' id='Mission' /></a></td>";
	str+="<td><a href='careers.html' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Careers','','images/menu_careers_hovr.gif',1)\"><img src='images/menu_careers.gif' alt='Careers' name='Careers' width='85' height='45' border='0' id='Careers' /></a></td>";
	str+="<td><a href='channel_partners.html' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Channel Partner','','images/menu_channelpartner_us_hovr.gif',1)\"><img src='images/menu_channelpartner.gif' alt='Channel Partner' name='Channel Partner' width='137' height='45' border='0' id='Channel Partner' /></a></td>";
	str+="<td><a href='contact_us.html' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Contact Us','','images/menu_contact_us_hovr.gif',1)\"><img src='images/menu_contact.gif' alt='Contact Us' name='Contact Us' width='98' height='45' border='0' id='Contact Us' /></a></td>";
	str+="</tr>";
	str+="</table>";
	document.write(str);
}

function fntoplnk()
		{
			
			var str="";		
			str+="<div class='logo'><a href='index.html'><img src='images/logo.jpg' width='255' height='49' border='0' title='Tradepro Ventures' /></a></div>";
			str+="<div class='top_links'><img src='images/img_top_link.gif' width='104' height='33' border='0' usemap='#Map' /> </div>";			
			str+="<map name='Map' id='Map'>";
			str+="<area shape='rect' coords='15,8,31,24' href='contact_us.html#Enquiry' title='Enqiry Form' /><area shape='rect' coords='70,6,91,23' href='sitemap.html' title='Sitemap' />";
			str+="</map>";
			document.write(str);
		}


function fnbottom()
		{
		var str="";
		str+="<table cellspacing='0' cellpadding='0' width='780' border='0' align='center'>";
		str+="<tr><td class='footer'>";
		str+="<a href='index.html' class='btmlnk'>Home</a> &nbsp;&nbsp;  | &nbsp;&nbsp;  <a href='about_us.html' class='btmlnk' title=About Us>About Us</a> &nbsp;&nbsp;  | &nbsp;&nbsp;  <a href='products.html' title='Products' class='btmlnk'>Products</a>  &nbsp;&nbsp; | &nbsp;&nbsp;  <a href='vision.html' class='btmlnk' title='Vision'>Vision</a>  &nbsp;&nbsp; | &nbsp;&nbsp;  <a href='mission.html' title='Mission' class='btmlnk'>Mission</a> &nbsp;&nbsp; | &nbsp;&nbsp;  <a href='careers.html' title='Careers' class='btmlnk'>Careers</a> &nbsp;&nbsp; | &nbsp;&nbsp;  <a href='channel_partners.html' title='Channel Partner' class='btmlnk'>Channel Partner</a>  &nbsp;&nbsp; | &nbsp;&nbsp;  <a href='contact_us.html#Enquiry' title='Enquiry' class='btmlnk'>Enquiry</a>  &nbsp;&nbsp; |  &nbsp;&nbsp;  <a href='sitemap.html' title='Sitemap' class='btmlnk'>Sitemap</a> &nbsp;&nbsp;  | &nbsp;&nbsp;  <a href='contact_us.html' title='Contact Us' class='btmlnk'>Contact Us</a>";
	    str+="<br /><font class='coprit'>© 2007 Tradepro Ventures, All Rights Reserved.</font>";
		str+="</td></tr>";
		str+="</table>";	
		document.write(str);
		}

	
	

