//<script language="javascript" type="text/javascript" src="js/style.js"></script>
//onload="resize(this,'50,50');"
function pic_reset(drawImage,thumbs_size) {    
    var max = thumbs_size.split(',');    
    var fixwidth = max[0];    
    var fixheight = max[1];   
    w=drawImage.width;h=drawImage.height;    
    if(w>fixwidth) { drawImage.width=fixwidth;drawImage.height=h/(w/fixwidth);}    
    if(h>fixheight) { drawImage.height=fixheight;drawImage.width=w/(h/fixheight);}          
    drawImage.style.cursor= "pointer";    
    //drawImage.onclick = function() { window.open(this.src);}     
   // drawImage.title = "点击查看原始图片";   
}

 //轮播flash切换图
  function creatSwfplay(a,b,c,d,e){
	  //示例：creatSwfplay(284,217,"images/foce.jpg|images/foce.jpg|images/foce.jpg","product.asp|product.asp|product.asp","|||")
	  //a为swf宽度，b为swf高度,c为图片地址，d为相应的链接,e为显示的文字
					var swf_width=a;
					var swf_height=b;
					var files=c;
					var links=d;
					var texts=e;
					document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
				document.write('<param name="movie" value="images/bcastr3.swf"><param name="quality" value="high">');
				document.write('<param name="menu" value="false"><param name=wmode value="opaque"><param name=wmode value="transparen">');
				document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
				document.write('<embed src="images/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="true" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
					}
