function gen_head(aaa)
{ 
	
	document.write('<html>');
	document.write('<head>');
	document.write('<title>龙庄慈济讲寺</title>');
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=gb2312">');	
	document.write('<LINK href="css/top.css" type=text/css rel=stylesheet>');
	document.write('<body bgcolor=#FFFFFF >');
	document.write('<TABLE cellSpacing=0 cellPadding=0  border=0  >    <TR>  <TD>');
	document.write('<img src="images/top.gif" width=992 height=172 >');	
	document.write('</TD></TR></TABLE><TABLE cellSpacing=0 cellPadding=0 border=0> <TR> <TD>');	
	document.write('<DIV id=CHBig2>');
	document.write('<DIV id=CHBigNavBar>');
	document.write('<UL>');		
	document.write('<LI><A ');
	if (aaa==0){
		document.write('style="color:#FFFF00 " ');
	}
	document.write('   href="index.asp"  >本站首页</A>');
  	document.write('<LI><A '); 
	if (aaa==5){				
		document.write('style="color:#FFFF00 " ');
	}
	document.write(' href="main1.asp?dbID=5" >如是我闻</A>');	
  	document.write('<LI><A '); 
	if (aaa==1){				
		document.write('style="color:#FFFF00 " ');
	}		
	document.write('   href="main.asp?dbID=1" >龙庄净土</A>');
    document.write('<LI><A ');
    if (aaa==2){				
		document.write('style="color:#FFFF00 " ');
	}		
	document.write(' href="main.asp?dbID=2" >般若观谰</A>');
  	document.write('<LI><A ');
	if (aaa==3){				
		document.write('style="color:#FFFF00 " ');
	}					
	document.write(' href="main.asp?dbID=3">志莲慈济</A>');  
	document.write('<LI><A ');
	if (aaa==6){				
		document.write('style="color:#FFFF00 " ');
	}		
	document.write('href="main2.asp" >网上拜佛</A>');	
	document.write('<LI><A ');
	if (aaa==7){				
		document.write('style="color:#FFFF00 " ');
	}		
	document.write(' href="" >慈济论坛</A>');	
	document.write('<LI><A ');		
	document.write('</LI></UL></DIV>');
	document.write('</DIV></TD></TR></TABLE>');	
}

function gen_foot()
{
	document.write('<TABLE cellSpacing=0 cellPadding=0 width=992 height=30 background="images/foot.gif" border=0  >    ');
	document.write('  <tr>');
  document.write('    <td align="center" style="color:#FFFFFF ">  <a href=JavaScript:js_callpageindex("news.asp?typeid=6") class="footer" >网站声明及免责条款</a> | <a href=JavaScript:js_callpageindex("news.asp?typeid=4") class="footer">联系我们</a></td>');
  document.write('  </tr><TR>  <TD align="center" style="color:#FFFFFF">');
	document.write('&copy;2008-2010 嘉善龙庄讲寺版权所有 ICP:');	
	document.write('</TD></TR></TABLE>');
	document.write('</BODY></HTML>');	
}

function js_callpageindex(htmlurl) {
  var newwin=window.open(htmlurl,"newwin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=670,height=480");
  
}