<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<title>北京市丰台区政务服务中心</title>
<link href="../../style/list.css" rel="stylesheet" type="text/css" />
<script src="../../js/zxml.js"></script>
<script src="../../js/xml.js"></script>
<script src="../../js/xml4left.js"></script>
<script type="text/javascript" src="../../js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="../../js/xml4list_content.js" charset="utf-8"></script>
</head>
<script>
	//变换图片大小
	function DrawImage(ImgD){
		var image=new Image();
		var iwidth = 550; //定义允许图片宽度
		var iheight = 334; //定义允许图片高度
		image.src=ImgD.src;
		if(image.width>0 && image.height>0){
			flag=true;
			if(image.width/image.height>= iwidth/iheight){
				if(image.width>iwidth){ 
					ImgD.width=iwidth;
					ImgD.height=(image.height*iwidth)/image.width;
				}
			else{
				ImgD.width=image.width; 
				ImgD.height=image.height;
			}
	
			ImgD.alt=image.width+"×"+image.height;
			}
		else{
			if(image.height>iheight){ 
				ImgD.height=iheight;
				ImgD.width=(image.width*iheight)/image.height; 
			}else{
			ImgD.width=image.width; 
			ImgD.height=image.height;
		}
		ImgD.alt=image.width+"×"+image.height;
		}
		}
	}	
</script>
<body>
<div class="max">
    <div class="list-top">
	<iframe src="../../top.html" name="tou" width="800" marginwidth="0" height="200" marginheight="0" align="center" scrolling="No" frameborder="0" hspace="0" vspace="0" id="topp"></iframe>
	</div>
  <div class="list-left">
  <iframe src="../../left.html" name="top" width="206" marginwidth="0" height="518" marginheight="0" align="left" scrolling="no" frameborder="0" hspace="0" vspace="0" id="left"></iframe>
  </div>

  <div class="right-k">
    <div class="right-bt"><div class="right-wz"><span id="titlelm">&nbsp;</span></div></div>
   <!--<div class="right-bxk"><iframe src="content.html" name="content" width="582" height="483" marginwidth="0" marginheight="0" align="center" frameborder="0" hspace="0" vspace="0" id="content" style="overflow-x: hidden"></iframe></div> -->
	<div class="right-bxk">
	   <script>
		updateTitle();
		updateLeft();
		number4page = 1;
      	showpages();
		</script>
	</div>
  </div>
  
    <div class="list-bq"><iframe src="../../bottme.html" name="top" width="800" marginwidth="0" height="114" marginheight="0" align="center" scrolling="No" frameborder="0" hspace="0" vspace="0" id="top"></iframe></div> 
</div>

</body>
</html>
