var quickLinks = new Array()
quickLinks [0]='<div class="drop_menu"><table class="drop_table" cellpadding="0" cellspacing="0">' +
	'<tr>' +
		'<td class="drop_menu_title"><img src="/images/tls/ico_quick3.gif" alt="" align="left" />Quick Links</td>' +
	'</tr>' +
	'<tr>' +
		'<td><table class="" style="width: 100%; height: 240px; font-size: 12px;" cellpadding="0" cellspacing="0">' +
			'<tr>' +
				'<td style="width: 33%; padding: 4px;">' +
				'<a href="/" class="drop_down_link">SLIFA Home</a>' +
				'<a href="/local" class="drop_down_link">SLIFA Local</a>' +
				'<a href="http://foundation.slifa.org" class="drop_down_link">SLIFA Foundation</a>' +
				'</td>' +

				'<td style="width: 34%; border-left: 1px dotted #373; padding: 4px;" >' +
				'<a href="/global/info/about" class="drop_down_link">About Us</a>' +
				'<a href="/global/info" class="drop_down_link">Info Center</a>' +
				'<a href="/players" class="drop_down_link">Players</a>' +
				'</td>' +

				'<td style="width: 33%; border-left: 1px dotted #373; padding: 4px;" >' +
				'<a href="/global" class="drop_down_link">SLIFA Global</a>' +
				'<a href="/global/info/about/policies.aspx" class="drop_down_link">Usage Policies</a>' +
				'<a href="/players/profiles.aspx" class="drop_down_link">Players\' Profiles</a>' +
				'</td>' +
			'</tr>' +
		'</table></td>' +
	'</tr>' +
	'<tr>' +
		'<td class="drop_menu_footer">' +
	
		'<img src="/images/btns/close.gif" onmouseover="this.src=\'/images/btns/close_over.gif\'; return true" onmouseout="this.src=	\'/images/btns/close.gif\'; return true" onclick="hidemenu();"   style="cursor: pointer; vertical-align: middle;" alt="close" title="Close" />'+
	
		'</td>' +
	'</tr>' +
'</table></div>'
