function findObj(theObj, theDoc)
{
  var p, i, foundObj;
  
  if(!theDoc) theDoc = document;
  if( (p = theObj.indexOf("?")) > 0 && parent.frames.length)
  {
    theDoc = parent.frames[theObj.substring(p+1)].document;
    theObj = theObj.substring(0,p);
  }
  if(!(foundObj = theDoc[theObj]) && theDoc.all) foundObj = theDoc.all[theObj];
  for (i=0; !foundObj && i < theDoc.forms.length; i++) 
    foundObj = theDoc.forms[i][theObj];
  for(i=0; !foundObj && theDoc.layers && i < theDoc.layers.length; i++) 
    foundObj = findObj(theObj,theDoc.layers[i].document);
  if(!foundObj && document.getElementById) foundObj = document.getElementById(theObj);
  
  return foundObj;
}

function showHideLayers()
{ 
  var i, visStr, obj, args = showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3)
  {
    if ((obj = findObj(args[i])) != null)
    {
      visStr = args[i+2];
      if (obj.style)
      {
        obj = obj.style;
        if(visStr == 'show') visStr = 'visible';
        else if(visStr == 'hide') visStr = 'hidden';
      }
      obj.visibility = visStr;
    }
  }
}


						var swf_width=910	
						var swf_height=300
						var 
//显示的图片的地址:banner/b_6.jpg
files='http://www.changxiangyi.com/banner/hunsha.jpg|http://www.changxiangyi.com/banner/wanlifu.jpg|http://www.changxiangyi.com/banner/yishuzhao.jpg|http://www.changxiangyi.com/banner/xiaohai.jpg|http://www.changxiangyi.com/banner/hunsha.jpg'
var 
//点击图片后打开的地址
links='http://www.changxiangyi.com/open_tc.asp?Shop_ID=1375|http://www.changxiangyi.com/open_tc.asp?Shop_ID=1373|http://www.changxiangyi.com/open_tc.asp?Shop_ID=1372|http://www.changxiangyi.com/open_tc.asp?Shop_ID=1374|http://www.changxiangyi.com/open_tc.asp?Shop_ID=1375'
						var texts='||'
						document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=2,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
						document.write('<param name="movie" value="http://www.changxiangyi.com/flash/focus.swf"><param name="quality" value="high">');
						document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
						document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
						document.write('<embed src="http://www.changxiangyi.com/flash/focus.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 