var sectionName = new Array("About Sunlight REIT","Our Portfolio","About The Manager","The Team","Investor Relations","Press Room");

var sectionNav = new Array("home","about","port","manager","manager","investor","press","other");

var tempHTML
tempHTML = '<table width="100%" border="0" cellpadding="0" cellspacing="0" height="81">';
tempHTML += '	<tr>';
tempHTML += '		<td width="152" valign="top"><a name="top"></a><a href="'+path+'index.htm"><img src="'+path+'images/common/logo.gif" alt="SUNLIGHT REIT" width="152" height="77" border="0"></a></td>';
tempHTML += '		<td valign="top">';
tempHTML += '			<table width="100%" border="0" cellpadding="0" cellspacing="0" height="81">';
tempHTML += '				<tr>';
tempHTML += '					<td colspan="10"><img src="'+path+'images/common/spacer.gif" alt="" width="1" height="4"></td>';
tempHTML += '				</tr>';
tempHTML += '				<tr>';
tempHTML += '					<td width="335"><img src="'+path+'images/common/spacer.gif" alt="" width="335" height="1"></td>';
tempHTML += '					<td width="38" valign="top"><a href="'+path+'index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'home\',\'\',\''+path+'images/common/btn_home_f2.gif\',1)"><img src="'+path+'images/common/btn_home.gif" alt="Home" name="home" width="38" height="8" border="0"></a></td>';
tempHTML += '					<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '					<td width="32" valign="top"><a href="'+path+'other/faq.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'faq\',\'\',\''+path+'images/common/btn_faq_f2.gif\',1)"><img src="'+path+'images/common/btn_faq.gif" alt="FAQ" name="faq" width="32" height="9" border="0"></a></td>';
tempHTML += '					<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '					<td width="50" valign="top"><a href="'+path+'other/sitemap.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'sitemap\',\'\',\''+path+'images/common/btn_sitemap_f2.gif\',1)"><img src="'+path+'images/common/btn_sitemap.gif" alt="Sitemap" name="sitemap" width="50" height="11" border="0"></a></td>';
tempHTML += '					<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '					<td width="64" valign="top"><a href="'+path+'other/contact.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact\',\'\',\''+path+'images/common/btn_contact_f2.gif\',1)"><img src="'+path+'images/common/btn_contact.gif" alt="Contact Us" name="contact" width="64" height="8" border="0"></a></td>';
tempHTML += '					<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '					<td width="29" valign="top"><a href="javascript:changeLanguage()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'chi\',\'\',\''+path+'images/common/btn_chi_f2.gif\',1)"><img src="'+path+'images/common/btn_chi.gif" alt="&#20013;&#25991;" name="chi" width="29" height="9" border="0"></a></td>';
tempHTML += '				</tr>';
tempHTML += '				<tr>';
tempHTML += '					<td colspan="10"><img src="'+path+'images/common/spacer.gif" alt="" width="1" height="6"></td>';
tempHTML += '				</tr>';
tempHTML += '				<tr>';
tempHTML += '					<td colspan="10" align="right"><img src="'+path+'images/'+sectionNav[section]+'/banner.jpg" alt=""></td>';
tempHTML += '				</tr>';
tempHTML += '			</table>';
tempHTML += '		</td>';
tempHTML += '	</tr>';
tempHTML += '	<tr>';
tempHTML += '		<td colspan="2" height="50" vailgn="top"><div id="flash_layer" style="Z-INDEX: 100; POSITION: absolute; height: 70px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="70">';
tempHTML += '		<param name="movie" value="'+path+'images/swf/nav.swf">';
tempHTML += '		<param name="quality" value="high">';
tempHTML += '		<param name="menu" value="false">';
tempHTML += '		<param name="wmode" value="transparent">';
tempHTML += '		<param name="flashVars" value="section='+section+'&subSection='+subSection+'&path='+path+'">';
tempHTML += '		<embed src="'+path+'images/swf/nav.swf" menu="false" wmode="transparent" flashVars="section='+section+'&subSection='+subSection+'&path='+path+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="70"></embed>';
tempHTML += '		</object></div><img src="'+path+'images/common/spacer.gif" alt="" width="1" height="50"></td>';
tempHTML += '	</tr>';
tempHTML += '</table>';
		
document.write(tempHTML);