var sectionName = new Array("關於陽光房地產基金","物業組合","管理人","管理團隊","投資者關係","新聞中心");

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="陽光房地產基金" 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="334"><img src="'+path+'images/common/spacer.gif" alt="" width="334" height="1"></td>';
tempHTML += '					<td width="35" 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="主頁" name="home" width="35" 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="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="10" border="0"></a></td>';
tempHTML += '					<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '					<td width="58" 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="網站地圖" name="sitemap" width="58" 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="57" 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="聯絡我們" name="contact" width="57" 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="32" valign="top"><a href="javascript:changeLanguage()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'eng\',\'\',\''+path+'images/common/btn_eng_f2.gif\',1)"><img src="'+path+'images/common/btn_eng.gif" alt="ENG" name="eng" width="32" 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);
