jQuery(document).ready(/*This function gets loaded when all the HTML, not including the portlets, isloaded.*/function() {});Liferay.Portlet.ready(/*This function gets loaded after each and every portlet on the page.portletId: the current portlet's idjQueryObj: the jQuery wrapped object of the current portlet*/function(portletId, jQueryObj) {});jQuery(document).last(/*This function gets loaded when everything, including the portlets, is onthe page.*/function() {});function popVideoDLG() {var width = 412;var height = 400;var left = Math.floor((screen.width-width)/2);var top = Math.floor((screen.height-height)/2);window.open("/html/video/sider_dlg/index.html","","width=" + width + ",height=" + height + ",top=" + top + ",left=" + left + ", status=no, menubar=no, toolbar=no, scrollbars=no, resizable=no");}function popVideoCOILS() {var width = 412;var height = 400;var left = Math.floor((screen.width-width)/2);var top = Math.floor((screen.height-height)/2);window.open("/html/video/sider_coils/index.html","","width=" + width + ",height=" + height + ",top=" + top + ",left=" + left + ", status=no, menubar=no, toolbar=no, scrollbars=no, resizable=no");}
