Shadowbox.init({ language : "ja", players : ["swf","qt", "html", "iframe"], autoplayMovies : true, counterType : "skip", displayCounter : false, modal : true, overlayOpacity : 0.8, viewportPadding : 20 }); window.onload = function() { Shadowbox.setup("a.lgplayer",{ width : 600, height : 480, gallery : "lgplayer", player : "swf", showMovieControls : false, flashParams : {allowScriptAccess:"always",allowFullScreen:false,quality:"high",bgcolor:"#000000"}, flashVars : {play:"1",path:"/api/config.php"} }); Shadowbox.setup("a.lgplayer2",{ width : 640, height : 480, gallery : "lgplayer", player : "qt", autoplay : true }); Shadowbox.setup("a.lgplayer3",{ width : 640, height : 240, player : "swf", flashParams : {allowScriptAccess:"always",allowFullScreen:false,quality:"high",bgcolor:"#000000"}, flashVars : {autostart:"true"} }); Shadowbox.setup("a.lgplayer-html",{ width : 640, height : 480, player : "iframe", }); } function BoxOpen(id) { var mObj = document.getElementById(id); if(mObj) { mObj.style.visibility = "hidden"; } } function BoxClose(id) { var mObj = document.getElementById(id); if(mObj) { mObj.style.visibility = "visible"; } } function test() { alert(''); }