// warning -- do not put page load functions in this file. this file is to define common function and common variables // define global variables across site here var _isLogged = ''; var _loginUsername = ''; var _loginEmail = ''; var _loginImage = ''; ModalBox = { open: function(url, w, h, o, c, oOpen) { var src = url; var scrollshow ="no"; var frame ="0"; var overlayClose = (typeof(o)=="undefined") ? true : o; var onClose = (typeof(c)=="undefined") ? '' : c; var onOpenW = (typeof(oOpen)=="undefined") ? '' : oOpen; var windowHeight = (typeof(h)=="undefined") ? ($(window).height() - 100) : h; var windowWidth = (typeof(w)=="undefined") ? ($(window).width() - 100) : w; $.modal('