// ¶óÀ̺êÆû Ŭ·¡½º var LIVEFORM = function() { var is_member = false; var is_form = new String(); var is_locale = new String(); var sb_selects = new Object(); var sb_embeds = new Object(); var sb_objects = new Object(); var other_url = ''; var other_go = ''; } // ºí¶óÀεå LIVEFORM.prototype.LiveScreenBlind = function(mode) { if(mode===true) { var _height = parseInt(document.body.clientHeight,10); if(parseInt(document.body.scrollHeight,10)>_height) _height = parseInt(document.body.scrollHeight,10); $('LiveScreenBlind').style.height = _height + "px"; $('LiveScreenBlind').style.marginTop = "-" + parseInt(document.body.scrollTop,10) + "px"; this.changeDisplay("LiveScreenBlind", true); // SELECT/EMBED/OBJECT °´Ã¼ ¼û±â±â this.sb_selects = document.getElementsByTagName("select"); this.sb_embeds = document.getElementsByTagName("embed"); this.sb_objects = document.getElementsByTagName("object"); for(var i=0; idocument.body.clientHeight) ? document.body.scrollTop : document.body.scrollTop+(document.body.clientHeight-obj.offsetHeight)/2 + "px"; obj.style.left = (obj.offsetWidth>document.body.clientWidth) ? document.body.scrollLeft : document.body.scrollLeft+(document.body.clientWidth-obj.offsetWidth)/2 + "px"; // Æû ÃʱâÈ­ if(in_array(el, new Array("LiveFormLoginDiv"))) { var frm = document.forms[el.replace(/Div/g, "Frm")]; frm.reset(); frm.id.focus(); } } else { var _val = $(el).style.display; $(el).style.display = (_val=="none") ? "block" : "none"; this.LiveScreenBlind(false); } } // À̺¥Æ® Àüȯ LIVEFORM.prototype.initializeForm = function() { var Atags = document.getElementsByTagName("A"); for(var i=0; i