// JavaScript Document
document.write("<map name='logo' id='logo'><area shape='circle' coords='122,40,62' href='index.html' /></map>");
var toplinks = "<table cellpadding='0' cellspacing='0' border='0'>"+
				"<TR>"+
					'<td align="left" valign="top"><img src="images/point.gif" alt="" width="223" height="57" border="0" usemap="#logo" /></td>'+
					'<td align="left" valign="top">'+((section == "parents_zone") ? ('<img src="images/point.gif" width="116" height="29" alt="parent zone" name="p1" id="p1" border="0">') : ('<img src="images/point.gif" width="116" height="29" alt="parent zone" name="p1" id="p1" border="0">'))+'<img src="images/point.gif" width="17" height="1" alt="parent zone" /></td>'+
					'<td align="left" valign="top">'+((section == "faq") ? ('<img src="images/faq_on.gif" width="43" height="29" alt="faq"  name="p2" id="p2" border="0">') : ('<a href="faq.html" onmouseover=p2.src="images/faq_on.gif" p2.title="faq" onmouseout=p2.src="images/faq_off.gif"><img src="images/faq_off.gif" width="43" height="29" alt="faq"  name="p2" id="p2" border="0"></a>'))+'<img src="images/point.gif" width="13" height="1" alt="" /></td>'+
					'<td align="left" valign="top">'+((section == "cust_support") ? ('<img src="images/customer_on.gif" width="153" height="29" alt="customer support"  name="p3" id="p3" border="0">') : ('<a href="customer_support.html" onmouseover=p3.src="images/customer_on.gif" p3.title="customer support" onmouseout=p3.src="images/customer_off.gif"><img src="images/customer_off.gif" width="153" height="29" alt="customer support"  name="p3" id="p3" border="0"></a>'))+'<img src="images/point.gif" width="19" height="1" alt="" /></td>'+
					'<td align="left" valign="top">'+((section == "bullet_news") ? ('<img src="images/bulletin_on.gif" width="120" height="29" alt="bulletin/news"  name="p4" id="p4" border="0">') : ('<a href="bulletin_news.php" onmouseover=p4.src="images/bulletin_on.gif" p4.title="bulletin/news" onmouseout=p4.src="images/bulletin_off.gif"><img src="images/bulletin_off.gif" width="120" height="29" alt="bulletin/news"  name="p4" id="p4" border="0"></a>'))+'<img src="images/point.gif" width="15" height="1" alt="" /></td>'+
					'<td align="left" valign="top">'+((section == "community") ? ('<img src="images/community_on.gif" width="94" height="29" alt="Community"  name="p5" id="p5" border="0">') : ('<a href="community.php" onmouseover=p5.src="images/community_on.gif" p5.title="Community" onmouseout=p5.src="images/community_off.gif"><img src="images/community_off.gif" width="94" height="29" alt="Community"  name="p5" id="p5" border="0"></a>'))+'<img src="images/point.gif" width="16" height="1" alt="" /></td>'+
					'<td align="left" valign="top">'+((section == "contact_us") ? ('<img src="images/contact_us_on.gif" width="99" height="29" alt="contact us"  name="p6" id="p6" border="0">') : ('<a href="contact_us.html" onmouseover=p6.src="images/contact_us_on.gif" p6.title="contact us" onmouseout=p6.src="images/contact_off.gif"><img src="images/contact_off.gif" width="99" height="29" alt="contact us"  name="p6" id="p6" border="0"></a>'))+'<img src="images/point.gif" width="72" height="1" alt="" /></td>'+
				"</tr>"+
				"</table>"
document.write(toplinks);


