/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */ /** * ÆÄÀϸí: WebApp.js * ÀÛ¼ºÀÏ: 2004-09-06 * ÀÛ¼ºÀÚ: °ÅÄ£¸¶·ç * ¼³ ¸í: WebApp °øÅë ÀÚ¹Ù½ºÅ©¸³Æ® *****************************************************************/ /*±¸±Û À¥·Î±×*/ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-18462776-2']); _gaq.push(['_setDomainName', '.goesh.net']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); // ¹Ù±ùÂÊ¿¡¼­ ÀÛµ¿ ¾ÈÇؼ­ function ¾ÈÀ¸·Î ³ÖÀ½ WebApp = { jar: new Array, ie: /MSIE/.test(navigator.userAgent), moz: navigator.product == "Gecko", Import: function(file) { for(var i=0; i'); } WebApp.jar[WebApp.jar.length] = file; }, ImportCSS: function(file) { for(var i=0; i'); } // document.write(''); WebApp.jar[WebApp.jar.length] = file; }, openwin: function(url, name, features) { newwin = window.open(url,'',features); }, dialog: function(url,features) { var checkModal = function() { setTimeout("finishChecking()", 50) return true } function finishChecking() { if (dialogWin.win && !dialogWin.win.closed) { dialogWin.win.focus() } } var dialogWin = window.open(url,'',features); checkModal(); }, resizeImage: function(el) { var container = el.offsetParent; el.width = 1; el.width = container.offsetWidth - 20; } } // WebApp.Import('jquery-1.8.1.min.js'); WebApp.Import('lib.cookie.js'); WebApp.Import('xmlextras.js'); //WebApp.Import('dynamic.js'); //WebApp.Import('JSON.js'); WebApp.Import('common.js'); WebApp.Import('now_core.js'); WebApp.Import('prototype.js'); WebApp.Import('scriptaculous.js'); WebApp.Import('Floating.js'); WebApp.Import('lib.querystring.js'); //WebApp.Import('lib.querystring.js'); WebApp.Import('menu.js'); var showAreaId = 'div01'; function showArea(id) { document.getElementById(showAreaId).style.display = 'none'; document.getElementById(id).style.display = 'block'; showAreaId = id; } })(); /*±¸±Û À¥·Î±×*/ //