var z = new iz_zoom('image1',{
'templatefile' : 'js/iz_zoom/template03.html' ,
'cssfile' : 'js/iz_zoom/template03.css' ,
'imagefile' : 'img/h220920.jpg' ,
'x' : 0 ,
'y' : -200 ,
'relative_id' : 'image1' ,
'title' : '画像をクリックすると閉じます'
}
);
var z = new iz_zoom('image2',{
'templatefile' : 'js/iz_zoom/template03.html' ,
'cssfile' : 'js/iz_zoom/template03.css' ,
'imagefile' : 'img/h220926.jpg' ,
'x' : 0 ,
'y' : -200 ,
'relative_id' : 'image2' ,
'title' : '画像をクリックすると閉じます'
}
);
var z = new iz_zoom('image3',{
'templatefile' : 'js/iz_zoom/template03.html' ,
'cssfile' : 'js/iz_zoom/template03.css' ,
'imagefile' : 'img/h221010.jpg' ,
'x' : 0 ,
'y' : 0 ,
'relative_id' : 'image2' ,
'title' : '画像をクリックすると閉じます'
}
);