Home
last modified time | relevance | path

Searched refs:initLytebox (Results 1 – 1 of 1) sorted by relevance

/plugin/lytebox/
H A Dlytebox.js871 window.addEventListener("load",initLytebox,false);
873 window.attachEvent("onload",initLytebox);
875 window.onload = function() {initLytebox();}
877 function initLytebox() { myLytebox = new LyteBox(); } function