/__local/9/A6/B7/FDD948C4D81E856BB38902CC3D7_3D50F25D_3EBAB.jpg
/__local/9/A6/B7/FDD948C4D81E856BB38902CC3D7_3D50F25D_3EBAB.jpg
校园文化
var gallery = new vsbGallery();
gallery.pagepicimgsid="pagepicimgsu12";
gallery.pagepicthumbimgsid="pagepicthumbimgsu12";
gallery.pagepictitlesid = "pagepictitlesu12";
gallery.pagepiccontentsid="pagepiccontentsu12";
gallery.currenttotalsizeid="currenttotalsizeu12";
gallery.imgcontentid="imgcontentu12";
gallery.titlecontentid="titlecontentu12";
gallery.desccontentid ="desccontentu12";
gallery.thumbleftimgsid="thumbleftimgsu12";
gallery.thumbrightimgsid="thumbrightimgsu12";
gallery.thumbimgcontentid = "thumbimgcontentu12";
gallery.previousimgid="previousimgidu12";
gallery.nextimgid="nextimgidu12";
gallery.startautoplayid="startautoplayidu12";
gallery.stopautoplayid="stopautoplayidu12";
gallery.tdnextid="tdnextidu12";
gallery.istdnext = true;
gallery.imgwidth = 800
gallery.imgheight = 500;
gallery.isstretch= false;
gallery.iszoomin = false;
gallery.show();
var pnloadimgs = new VsbPreloadImgArray();
//显示上下图集预览图
function initvsbgalleryonimg()
{
pnloadimgs.addImg("/__local/E/4E/8E/2F509C9F11F32BD65ACF6DE3228_A0EE61CC_258ED.jpg", "vsbgallerypreviousimage", vsbgalleryonimgload);
pnloadimgs.addImg("/__local/6/6A/03/E21F21C626EDE8E0217E77A5EFC_AB3A4DA2_1C0E2.jpg", "vsbgallerynextimage", vsbgalleryonimgload);
}
function vsbgalleryonimgload(img,imgid)
{
var imgobj = document.getElementById(imgid);
img.showImg(imgobj, 100,60);
}
initvsbgalleryonimg();