if($('a.iframe').size()) $("a.iframe").colorbox({width:450, height:220, iframe:true, transition:'none', scrolling:true}); if($('a.webapp').size()) $("a.webapp").colorbox({width:600, height:400, iframe:true, transition:'none', scrolling:true}); if($('a.popup').size()) $("a.popup").colorbox({width:900, height:600, iframe:true, transition:'none', scrolling:true}); function popup(width, height) { if(width == 0 || height == 0) $("a.popup").colorbox({width:width, height:height}); } var show = new Array(); var url = new Array(); function toggleShowapp(webappID, webappName) { if(show[webappID] == undefined) { height = document.documentElement.clientHeight - 110; if(url[webappID] == undefined) url[webappID] = $('#useapp' + webappID).attr('href'); $('#useapp' + webappID).attr('href', '#iframe' + webappID); var html = "
" + webappName + "