// JavaScript Document
     



var path="";
var site={
	site_top:function(){
		document.write('<table width="1000" height="35" align="center" border="0" cellspacing="0" cellpadding="0"><tr>');
		document.write('<td width="300" align="left" class="awhite1 twhite1" style="padding-left:10px;"><script type="text/javascript">write_date();</script></td>');
		
		document.write('<form method="post" id="search" name="search" action="http://www.xmsf.gov.cn:9090/search/searchpfw.html" onsubmit="return check();" target="_blank">');
		document.writeln(" <input name='siteid' id='siteid' type='hidden' value='5' />");
		document.write('<td width="495" class="awhite1 twhite1" align="right" valign="middle">站内检索：<input id="keyword" name="keyword" width="137" />&nbsp;&nbsp;<'+'input name="image" src="'+path+'/images/10sf_search1.gif" type="image" align="middle" /></td>');
		document.write('</form>');
		
		document.write('<td width="205" align="right" class="awhite1 twhite1"><a href="javascript:void(0);" onclick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.xmpf.gov.cn/\');">设为首页</a>&nbsp;|&nbsp;<a href="javascript:window.external.addFavorite(\'http://www.xmpf.gov.cn/\',\'法治厦门网\');" title=\'收藏本站\'>加入收藏</a>&nbsp;|&nbsp;<a href="/rssdy/">RSS订阅</a>&nbsp;&nbsp;</td>');
		document.write('</tr></table>');	
		},
	 site_header:function(){
          document.writeln('<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"><!--head-->');
          document.writeln('<tr> <td>');
		  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="990" height="152"><param name="movie" value="/images/2011pf_top.swf" /><param name="wmode" value="transparent" /><param name="quality" value="high" /><embed src="./images/2011pf_top.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="990" height="152"></embed></object>');
		  document.write('</td></tr>');
          document.writeln('</table>');
          document.writeln('<table width="100%" height="37" align="center" border="0" cellspacing="0" cellpadding="0" class="ind_menu awhite1 t14 tb"><!--menu-->');
          document.writeln('<tr><td width="60"></td>');
          document.writeln('<td width="58" align="center"><a href="'+path+'/">首页</a></td><td width="1"><'+'img src="'+path+'/images/11pf_menu_1.jpg" width="1" height="37" /></td>');
          document.writeln(' <td width="96" align="center"><a href="'+path+'/jggk/">机构概况</a></td><td width="1"><'+'img src="'+path+'/images/11pf_menu_1.jpg" width="1" height="37" /></td>');
          document.writeln('<td width="96" align="center"><a href="'+path+'/fzdt/">法治动态</a></td> <td width="1"><'+'img src="'+path+'/images/11pf_menu_1.jpg" width="1" height="37" /></td>');
          document.writeln('<td align="center" width="137"><a href="'+path+'/zhxxfwpt/">综合信息服务平台</a></td><td width="1"><'+'img src="'+path+'/images/11pf_menu_1.jpg" width="1" height="37" /></td>');
		  document.writeln('<td width="96" align="center"><a href="'+path+'/gzzd/">工作指导</a></td><td width="1"><'+'img src="'+path+'/images/11pf_menu_1.jpg" width="1" height="37" /></td>');
		  document.writeln(' <td width="120" align="center"><a href="'+path+'/yfzsb/">依法治市办</a></td><td width="1"><'+'img src="'+path+'/images/11pf_menu_1.jpg" width="1" height="37" /></td>');
		  document.writeln('<td width="96" align="center"><a href="'+path+'/pfzt/">普法专题</a></td><td width="1"><'+'img src="'+path+'/images/11pf_menu_1.jpg" width="1" height="37" /></td>');
		  document.writeln('<td width="97" align="center"><a href="http://www.xmsf.gov.cn:9090/pub/xmpfvideo/">法治视频</a></td><td align="right" width="137"><'+'img src="'+path+'/images/11pf_menu_2.jpg" width="137" height="37" /></td>');
		  document.writeln(' </tr>');
		  document.writeln('</table>');
	},
	
	
	site_footer:function(){
		document.writeln(' <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" class="mar_t10 h24 ind_foot">');
        document.writeln('<tr>');
        document.writeln('<td height="122" align="center" valign="middle">建议使用IE6.0以上版本  并以1024*768以上分辨率浏览</br>版权所有：厦门市依法治市领导小组办公室 厦门市司法局  Copyright 2011. All Rights Reserved</br>  办公地址：厦门市湖里区金山西路1号 联系电话：0592－3759011  闽ICP备05006098号</td>');
        document.writeln('</tr>');
        document.writeln('</table>');
			},
	 
	 creatIMG:function(url, width, height, id){
		var temp = "<" + "img src='" + url + "'";
		if(width && width != 0){
			temp = temp + " width='" + width + "'";
		}if(height && height != 0){
			temp = temp + " height='" + height + "'";
		}
		temp = temp + " border='0'/>";
		
		return temp;
	},
	creatBackIMG:function(url){
		var temp=" background='"+url+"'";
		return temp;
	}

}
	
	
<!--图片切换-->
function changeClass(obj)
{
 if(obj.className == 'ind_menu1 awhite2')
 {
  obj.className = 'ind_menu2 ablue1';
 }
 else
  obj.className = 'ind_menu1 awhite2';
}






function write_date(){
var week;
if(new Date().getDay()==0)          week="星期日"
if(new Date().getDay()==1)          week="星期一"
if(new Date().getDay()==2)          week="星期二" 
if(new Date().getDay()==3)          week="星期三"
if(new Date().getDay()==4)          week="星期四"
if(new Date().getDay()==5)          week="星期五"
if(new Date().getDay()==6)          week="星期六"
document.write(new Date().getFullYear()+"年"+(new Date().getMonth()+1)+"月"+new Date().getDate()+"日"+"   "+week);
}




function check()
{
	if(document.getElementById("keyword").value=='')
	{
		alert("关键字不能为空");
		return false;
	}
	else return true;
}
<!--图片切换-over-->
