function resizepic(o)
{ var maxwidth=550;
var maxheight=800;
var a=new Image();
a.src=o.src
if(a.width > maxwidth)
{ o.style.width=maxwidth;}
if (a.height> maxheight)
{ o.style.height=maxheight; }}
function bbimg(o)
{ var zoom=parseInt(o.style.zoom, 10)||100;
zoom+=event.wheelDelta/12;
if (zoom>0) o.style.zoom=zoom+'%';
return false;
}
if(self!=top){top.location=self.location;}
咨询电话:(0)18707192020 销售咨询QQ:314127396 售后服务QQ:407263902
Copyright 2013 Powered by 郑州生活网(www.188hx.cn) All Rights Reserved.
备案号:豫ICP备06001510号
var jiathis_config = {data_track_clickback:'true'};