function SetWinHeight(obj)
{
 var win=obj;
 if (document.getElementById)
 {
  if (win && !window.opera)
  {
   if (win.contentDocument && win.contentDocument.body.offsetHeight) 
    win.height = win.contentDocument.body.offsetHeight; 
   else if(win.Document && win.Document.body.scrollHeight)
    win.height = win.Document.body.scrollHeight;
  }
 }
}
  function reinitIframe(){
        var iframe = document.getElementById("frame_content");
        try{
        iframe.height =  iframe.contentWindow.document.documentElement.scrollHeight;
        }catch (ex){}
        }
		
		function reinitIframe(){
			var iframe = document.getElementById("frame_content");
			try{
			var bHeight = iframe.contentWindow.document.body.scrollHeight;
			var dHeight = iframe.contentWindow.document.documentElement.scrollHeight;
			var height = Math.max(bHeight, dHeight);
			iframe.height =  height;
			}catch (ex){}
			}
window.setInterval("reinitIframe()", 200)
//普通会员和非会员info_show.asp页面:
var info_show_pt_pic_url="/syjh/images/tongxulu_5621.jpg|/syjh/images/changfanzl_081118.jpg|/syjh/images/ershshch_081118.jpg|/syjh/images/tgkx_081118.jpg";
var info_show_pt_pic_text="|||";
var info_show_pt_pic_link="/adjustbook/index.html|http://www.fengj.com/zhoukan/|http://www.fengj.com/shichang/index.html|http://www.51junk.com/dxbj/";
//付费会员info_show.asp页面:
var info_show_vip_pic_url="http://image.fengj.com/images/wutu.jpg";
var info_show_vip_pic_text="";
var info_show_vip_pic_link="";

//-------------------------------
var InfoTypeID=1
var scriptobj = document.createElement('script'); 
scriptobj.type = "text/javascript"; 
scriptobj.src = '/prototype/prototype.js'; 
var headobj = document.getElementsByTagName('head')[0]; 
headobj.appendChild(scriptobj); 

window.onload=function(){
	var scriptobj = document.createElement('script'); 
	scriptobj.type = "text/javascript"; 
	scriptobj.src = '/include/getInfoComplaintItems.js'; 
	var headobj = document.getElementsByTagName('body')[0]; 
	headobj.appendChild(scriptobj)
}
