<!--
//输出页头链接
function OutAd(level)
{
	var strTable;
	
	switch (level)
	{
	case 0:  //当前层
		strTable = '<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" width=\"770\" height=\"110\">';
                strTable = strTable +'<param name=movie value=\"images/top.swf\">';
                strTable = strTable +'<param name=quality value=high>';
                strTable = strTable +'<embed src=\"images/top.swf\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"770\" height=\"110\">';
                strTable = strTable +'</embed>'; 
                strTable = strTable +'</object>';
		break;
	case 1: //下一层
		strTable = '<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" width=\"770\" height=\"110\">';
                strTable = strTable +'<param name=movie value=\"../images/top.swf\">';
                strTable = strTable +'<param name=quality value=high>';
                strTable = strTable +'<embed src=\"../images/top.swf\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"770\" height=\"110\">';
                strTable = strTable +'</embed>'; 
                strTable = strTable +'</object>';
		break;
	}
	
	document.write( strTable );
}




//输出左上角logo
function OutLeftUpLogo(level)
{
	var strTable;
	
	switch (level)
	{
	case 0:  //当前层
		strTable = '<img src=\"images/photo.jpg\" width=\"250\" height=\"50\">';

		break;
	case 1: //下一层
		strTable = '<img src=\"../images/photo.jpg\" width=\"250\" height=\"50\">';

		break;
	}
	
	document.write( strTable );
}

function OutHeader(level)
{
	var strTable;
	
	switch (level)
	{
	case 0:  //当前层
		   strTable = '<td><a href=\"index.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image55\',\'\',\'images/ui_button_aa1.gif\',1)\"><img name=\"Image55\" border=\"0\" src=\"images/ui_button_a1.gif\" width=\"94\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"1wedding.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image56\',\'\',\'images/ui_button_aa2.gif\',1)\"><img name=\"Image56\" border=\"0\" src=\"images/ui_button_a2.gif\" width=\"106\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"landscape.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image57\',\'\',\'images/ui_button_aa3.gif\',1)\"><img name=\"Image57\" border=\"0\" src=\"images/ui_button_a3.gif\" width=\"93\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"plant.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image58\',\'\',\'images/ui_button_aa4.gif\',1)\"><img name=\"Image58\" border=\"0\" src=\"images/ui_button_a4.gif\" width=\"92\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"jingwu.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image59\',\'\',\'images/ui_button_aa5.gif\',1)\"><img name=\"Image59\" border=\"0\" src=\"images/ui_button_a5.gif\" width=\"87\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"others.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image60\',\'\',\'images/ui_button_aa6.gif\',1)\"><img name=\"Image60\" border=\"0\" src=\"images/ui_button_a6.gif\" width=\"83\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"link.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image61\',\'\',\'images/ui_button_aa7.gif\',1)\"><img name=\"Image61\" border=\"0\" src=\"images/ui_button_a7.gif\" width=\"77\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"about.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image62\',\'\',\'images/ui_button_aa8.gif\',1)\"><img name=\"Image62\" border=\"0\" src=\"images/ui_button_a8.gif\" width=\"98\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><img src=\"images/ui_button_a9.gif\" width=\"48\" height=\"26\"></td>';
		break;
	case 1: //下一层
		   strTable = '<td><a href=\"../index.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image55\',\'\',\'../images/ui_button_aa1.gif\',1)\"><img name=\"Image55\" border=\"0\" src=\"../images/ui_button_a1.gif\" width=\"94\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"../people.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image56\',\'\',\'../images/ui_button_aa2.gif\',1)\"><img name=\"Image56\" border=\"0\" src=\"../images/ui_button_a2.gif\" width=\"106\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"../landscape.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image57\',\'\',\'../images/ui_button_aa3.gif\',1)\"><img name=\"Image57\" border=\"0\" src=\"../images/ui_button_a3.gif\" width=\"93\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"../plant.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image58\',\'\',\'../images/ui_button_aa4.gif\',1)\"><img name=\"Image58\" border=\"0\" src=\"../images/ui_button_a4.gif\" width=\"92\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"../jingwu.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image59\',\'\',\'../images/ui_button_aa5.gif\',1)\"><img name=\"Image59\" border=\"0\" src=\"../images/ui_button_a5.gif\" width=\"87\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"../others.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image60\',\'\',\'../images/ui_button_aa6.gif\',1)\"><img name=\"Image60\" border=\"0\" src=\"../images/ui_button_a6.gif\" width=\"83\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"../link.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image61\',\'\',\'../images/ui_button_aa7.gif\',1)\"><img name=\"Image61\" border=\"0\" src=\"../images/ui_button_a7.gif\" width=\"77\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><a href=\"../about.asp\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'Image62\',\'\',\'../images/ui_button_aa8.gif\',1)\"><img name=\"Image62\" border=\"0\" src=\"../images/ui_button_a8.gif\" width=\"98\" height=\"26\"></a></td>';
	          strTable = strTable +'<td><img src=\"../images/ui_button_a9.gif\" width=\"48\" height=\"26\"></td>';
		break;
	}
	
	document.write( strTable );
	
	
}


//输出页尾链接
function OutTail(level)
{
	var strTable;
	
	switch (level)
	{
	case 0:  //当前层
		strTable = '<a href=\"about.asp\" class=\"fontt\">关于本站</a> ';
		strTable = strTable +' | <a href=\"#\" class="fontt\">友情链接</a>';
                strTable = strTable +' | <a href=\"mailto:ringmoment@hotmail.com" class=\"fontt\">广告服务</a>'; 
	        strTable = strTable +' | <a href=\"about.asp\" class=\"fontt\">联系我们</a>'; 
		
		break;
	case 1: //下一层
		strTable = '<a href=\"../about.asp\" class=\"fontt\">关于本站</a> ';
		strTable = strTable +' | <a href=\"../#\" class="fontt\">友情链接</a>';
                strTable = strTable +' | <a href=\"mailto:ringmoment@hotmail.com" class=\"fontt\">广告服务</a>'; 
	        strTable = strTable +' | <a href=\"../about.asp\" class=\"fontt\">联系我们</a>'; 
		
		break;
	}
	
	document.write( strTable );
	
	
}

function OutBottomSymbol()
{       var strTable;
	strTable= '.:: Copyright &copy; RM摄影堂 All Rights Reserved. ::.'
	document.write( strTable );
}

-->