var t = new Array (6);
t[0] = new Array ('Overview','In a hurry?','Plans','Compare plans','Canadian prices','Wizard','Control Center','Dedicated servers','FAQ');
t[1] = new Array ('Overview','Web Design Portfolio','Logo Portfolio','eBay Portfolio','Web design quote');
t[2] = new Array ('Overview','What you get','FAQ');
t[3] = new Array ('Overview','Shopping carts','FAQ');
t[4] = new Array ('Overview','Letter from the president','Our network','Partners','Careers','Policies');
t[5] = new Array ('Getting support','Knowledgebase','Trouble ticket','Glossary');
t[6] = new Array ('Overview','Transfer existing domain','Order domain','DNS Info','FAQ');
var l = new Array (6);
l[0] = new Array ('http://www.zerohosting.com/webhosting/index.html','http://www.zerohosting.com/webhosting/inahurry.html','http://www.zerohosting.com/webhosting/plans.html','http://www.zerohosting.com/webhosting/compareplans.html','http://www.zerohosting.com/webhosting/canadianprices.html','http://www.zerohosting.com/webhosting/wizard.html','http://www.zerohosting.com/webhosting/controlcenter.html','http://www.zerohosting.com/webhosting/dedicatedservers.html','http://www.zerohosting.com/webhosting/faq.html');
l[1] = new Array ('http://www.zerohosting.com/webdesign/index.html','http://www.zerohosting.com/webdesign/portfolio.html','http://www.zerohosting.com/webdesign/logo.html','http://www.zerohosting.com/webdesign/ebay.html','http://www.zerohosting.com/webdesign/quote.html');
l[2] = new Array ('http://www.zerohosting.com/resellers/index.html','http://www.zerohosting.com/resellers/whatyouget.html','http://www.zerohosting.com/resellers/faq.html');
l[3] = new Array ('http://www.zerohosting.com/ecommerce/index.html','http://www.zerohosting.com/ecommerce/shoppingcarts.html','http://www.zerohosting.com/ecommerce/faq.html','http://www.zerohosting.com/webhosting/compareplans.html','http://www.zerohosting.com/webhosting/canadianprices.html','http://www.zerohosting.com/webhosting/wizard.html','http://www.zerohosting.com/webhosting/controlcenter.html','http://www.zerohosting.com/webhosting/dedicatedservers.html','http://www.zerohosting.com/webhosting/faq.html');
l[4] = new Array ('http://www.zerohosting.com/companyinfo/index.html','http://www.zerohosting.com/companyinfo/president.html','http://www.zerohosting.com/companyinfo/ournetwork.html','http://www.zerohosting.com/companyinfo/partners.html','http://www.zerohosting.com/companyinfo/careers.html','http://www.zerohosting.com/companyinfo/policies.html');
l[5] = new Array ('http://www.zerohosting.com/support/index.html','http://www.zerohosting.com/support/esupport/?_a=knowledgebase','http://www.zerohosting.com/support/esupport/?_a=tickets&_m=submit','http://www.zerohosting.com/support/glossary.html');
l[6] = new Array ('http://www.zerohosting.com/domainregistration/index.html','http://www.zerohosting.com/domainregistration/transferexistingdomain.html','http://www.zerohosting.com/domainregistration/orderdomain.html','http://www.zerohosting.com/domainregistration/dnsinfo.html','http://www.zerohosting.com/domainregistration/faq.html');

var c = new Array (6);
  for (z=0;x[z];z++) {
	c[z] = '<table border=0 cellpadding=0 cellspacing=0><tr><td bgcolor=#EEEEEE height=1 width=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#EEEEEE height=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#404040 height=1 width=1><img src="images/spacer.gif" height=1 width=1></td></tr><tr><td bgcolor=#EEEEEE width=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#EEEEEE><table border=0 cellpadding=0 cellspacing=0><tr><td bgcolor=#FFFFFF height=1 width=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#FFFFFF height=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#808080 height=1 width=1><img src="images/spacer.gif" height=1 width=1></td></tr><tr><td bgcolor=#FFFFFF width=1><img src="images/spacer.gif" height=1 width=1></td><td><table border=0 cellpadding=7 cellspacing=0><tr><td class="dropdown">';
		
	for (u=0;t[z][u];u++) {
	  c[z] = c[z] + '<a href="'+l[z][u]+'" class="ddnav">&#155; '+t[z][u]+'</a><br>';
	}

	c[z] = c[z] + '</tr></table></td><td bgcolor=#808080 width=1><img src="images/spacer.gif" height=1 width=1></td></tr><tr><td bgcolor=#FFFFFF height=1 width=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#808080 height=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#808080 height=1 width=1><img src="images/spacer.gif" height=1 width=1></td></tr></table></td><td bgcolor=#404040 width=1><img src="images/spacer.gif" height=1 width=1></td></tr><tr><td bgcolor=#EEEEEE height=1 width=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#404040 height=1><img src="images/spacer.gif" height=1 width=1></td><td bgcolor=#404040 height=1 width=1><img src="images/spacer.gif" height=1 width=1></td></tr></table>';
  }