var focus_width=252; var focus_height=187; var text_height=15; var xsImgs = new Array("http://www.shfilmart.com/upload/images/896d844cbb2cd7a5ec270804a659a281","http://www.shfilmart.com/upload/images/4106df26868e1df8cf7241c0c4cbc623","http://www.shfilmart.com/upload/images/0d57339394a74a6c9e4ef518c26fc001","http://www.shfilmart.com/upload/images/a27c5dfc07d858ed78a76f6a02856cd3"); var xsImgLinks = new Array("http://www.shfilmart.com/view.php?articleid=764","http://www.shfilmart.com/view.php?articleid=706","http://www.shfilmart.com/view.php?articleid=654","http://www.shfilmart.com/view.php?articleid=590"); var xsImgTexts = new Array("我院拍摄电影《你是天使》荣获","上海电影艺术学院成功举办“20","上海市浦东新区副区长刘正义一","学院领导向中共中央政治局常委"); var xsImgSize = new Array(focus_width, focus_height); var xsImgTextheight = text_height; document.write("") //图片按比例缩放 var flag=false; function DrawImage(ImgD){ var image=new Image(); var iwidth = 252; //定义允许图片宽度 var iheight = 187; //定义允许图片高度 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; } } else{ if(image.height>iheight){ ImgD.height=iheight; ImgD.width=(image.width*iheight)/image.height; }else{ ImgD.width=image.width; ImgD.height=image.height; } } } } document.write("