var Draggable={sAgent:"",bIE:false,bFF:false,__DragElement__:{},__CurrentDragElement__:false,__CurrestDragType__:0,__TempZIndex__:"0",__MinX__:13,__MinY__:107,__MaxX__:1000,__MaxY__:768,__MinWidth__:100,__MinHeight__:70,__CurrentCanvasID__:0,__IsLastChanged__:false,isRestrictedArea:true,isAutoSave:false,iResizeArea:10,iAccZindex:0,create:function(){this.sAgent=navigator.userAgent.toLowerCase();this.bIE=(this.sAgent.indexOf("msie")!=-1);this.bFF=(this.sAgent.indexOf("firefox")!=-1);Event.addEventHandler(document,"mousemove",this.dragIt);Event.addEventHandler(document,"mouseup",this.stopDrag)},register:function(A){Draggable.__DragElement__[A.id]=new DragItem(A);Draggable.__DragElement__[A.id].iCanvasID=Draggable.__CurrentCanvasID__;Event.addEventHandler(A,"mousedown",Draggable.startDrag);return Draggable.__DragElement__[A.id]},unregister:function(A){delete Draggable.__DragElement__[A.id]},startDrag:function(D,F,C){var G;var B;var A;Draggable.__IsLastChanged__=false;if(F!=undefined){G=F}else{if(Draggable.bIE){var D=window.event;G=D.srcElement}else{var D=arguments[0];G=D.target}}if(Draggable.__DragElement__[G.id]!=undefined&&!Draggable.__DragElement__[G.id].bFixed){if(D.offsetX){B=D.offsetX;A=D.offsetY}else{oEventXY=Dom.getLocation(D.target);B=window.pageXOffset+D.clientX-oEventXY.x;A=window.pageYOffset+D.clientY-oEventXY.y;oEventXY=null}try{if(C==undefined){if(Draggable.__DragElement__[G.id].bResizable&&(B>=parseInt(G.style.width)-Draggable.iResizeArea&&A>=parseInt(G.style.height)-Draggable.iResizeArea)){Draggable.__CurrentDragType__=1}else{Draggable.__CurrentDragType__=0}}else{Draggable.__CurrentDragType__=C}Draggable.__TempZIndex__=G.style.zIndex;if(G.style.zIndex!=String(Draggable.iAccZindex)){G.style.zIndex=String(Draggable.iAccZindex++)}Draggable.__DragElement__[G.id].__OldX__=D.clientX+document.body.scrollLeft;Draggable.__DragElement__[G.id].__OldY__=D.clientY+document.body.scrollTop;Draggable.__CurrentDragElement__=G}catch(E){}}Event.cancelEvent(D)},dragIt:function(){var G;if(Draggable.bIE){var C=window.event;G=C.srcElement}else{var C=arguments[0];G=C.target}if(Draggable.__CurrentDragElement__.id&&!Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].bFixed){Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__NewX__=C.clientX+document.body.scrollLeft;Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__NewY__=C.clientY+document.body.scrollTop;var D=Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__NewX__-Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__OldX__;var B=Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__NewY__-Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__OldY__;Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__OldX__=Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__NewX__;Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__OldY__=Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].__NewY__;if(D!=0||B!=0){Draggable.__IsLastChanged__=true}if(Draggable.__CurrentDragType__==0){var A=parseInt(Draggable.__CurrentDragElement__.style.left)+D;var F=parseInt(Draggable.__CurrentDragElement__.style.top)+B;if(A>Draggable.__MinX__&&(D<=0||(A+parseInt(Draggable.__CurrentDragElement__.style.width))<=Draggable.__MaxX__)){Draggable.__CurrentDragElement__.style.left=String(A)+"px"}if((F+B)>Draggable.__MinY__){Draggable.__CurrentDragElement__.style.top=String(F)+"px"}}else{if(Draggable.__CurrentDragType__==1||Draggable.__CurrentDragType__==2||Draggable.__CurrentDragType__==3){try{if((parseInt(Draggable.__CurrentDragElement__.style.width)+D)>Draggable.__MinWidth__&&(parseInt(Draggable.__CurrentDragElement__.style.height)+B)>Draggable.__MinHeight__&&(parseInt(Draggable.__CurrentDragElement__.style.width)+D+parseInt(Draggable.__CurrentDragElement__.style.left))<=Draggable.__MaxX__){if(Draggable.__CurrentDragType__==2){B=0}if(Draggable.__CurrentDragType__==3){D=0}Draggable.resizeIt(D,B,Draggable.__CurrentDragElement__)}}catch(E){}}}}else{return }Event.cancelEvent(C)},resizeIt:function(A,F,D,C){if(C==2||C==3||C==4){A-=parseInt(D.style.width);F-=parseInt(D.style.height)}D.style.width=String(parseInt(D.style.width)+A)+"px";D.style.height=String(parseInt(D.style.height)+F)+"px";var E=Draggable.__DragElement__[D.id].iSkinNo;for(var B in MyTongSkin[E].resizeItem){if(C!=4){if((MyTongSkin[E].resizeItem[B][1]&2)==2){$(MyTongSkin[E].resizeItem[B][0]+D.id).style.width=String(parseInt($(MyTongSkin[E].resizeItem[B][0]+D.id).style.width)+A)+"px"}}if(C!=3){if((MyTongSkin[E].resizeItem[B][1]&1)==1){$(MyTongSkin[E].resizeItem[B][0]+D.id).style.height=String(parseInt($(MyTongSkin[E].resizeItem[B][0]+D.id).style.height)+F)+"px"}}}},stopDrag:function(){if(Draggable.__CurrentDragElement__){if(Draggable.bIE){var C=window.event;oTargetElement=C.srcElement}else{var C=arguments[0];oTargetElement=C.target}if(Draggable.__DragElement__[Draggable.__CurrentDragElement__.id].sContentType=="profile"){var A=parseInt(Draggable.__CurrentDragElement__.style.width);var B=parseInt(Draggable.__CurrentDragElement__.style.height);Draggable.resizeIt(A%2,B%2,Draggable.__CurrentDragElement__)}if(Draggable.__IsLastChanged__){if(!bContinueAlertSavePos){bContinueAlertSavePos=true;alertSavePos()}if(Draggable.isAutoSave){procAutoSave(Draggable.__CurrentDragElement__.id)}Draggable.__IsLastChanged__=false}Draggable.__CurrentDragElement__=false}},forceDrag:function(C,B,A){Draggable.__CurrentDragElement__=Draggable.__DragElement__[C].__Element__;Draggable.startDrag(B,Draggable.__CurrentDragElement__,A);Event.cancelEvent(B)}};var MyTongSkin=[];MyTongSkin[0]={frameSize:[212,214],definition:'<!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:12px; border-top:solid 1px #D6D6D6; background:#FFFFFF"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:12px; height:=Height_Left=px; border-left:solid 1px #D6D6D6; background:#FFFFFF"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right:solid 1px #D6D6D6; background:#FFFFFF"></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:12px; top:12px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; border-bottom:solid 2px #698BAC; cursor:move; background:#FFFFFF;" onmousedown="dragWidget(\'=NewOneID=\', event, 0);">	<div style="margin:10px 0 0 0; float:left; background:#FFFFFF"><a href="javascript:fixWidget(\'=NewOneID=\')"><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /></a><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; background:#FFFFFF;"><a href="javascript:oMyTongOps.modifyTitleClick(document.getElementById(\'=NewOneID=\'))" style="text-decoration:none; color:#000000; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 1px\';" onmouseout="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 0px\';">=NewOneTitle=</a></span></div>	<div style="margin:10px 0 0 0; float:right; background:#FFFFFF"><img src="/images/mytong/main17/icon/tit_side1_24x13.gif" width="24" height="13" id="Box_Border_Edit_=NewOneID=" /> <img src="/images/mytong/main17/icon/tit_side2_13x13.gif" width="13" height="13" onclick="oMyTongOps.removeComponent(event, document.getElementById(\'=NewOneID=\'))" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /></div></div><!-- /title --><!-- title --><div id="Box_Title_Below_=NewOneID=" style="position:absolute; left:12px; top:45px; width:=Width_Title=px; height:14px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; cursor:move; background:#FFFFFF;"></div><!-- /title --><!-- content --><div id="Box_Content_=NewOneID=" style="position:relative; left:12px; top:52px; width:=Width_Content=px; height:=Height_Content=px; overflow:auto; border-left:solid 0px #D6D6D6; margin:0 10px 0 0; background:#FFFFFF">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;'+((navigator.userAgent.toLowerCase().indexOf("msie")!=-1)?"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line_t85_reverse2.png');":"background-image:url(/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line_t85_reverse2.png)")+'"></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0; left:6px; width:=Width_TopCenter=px; height:12px; background:#FFFFFF url(/images/mytong/main17/skin/box/box_btm_center.gif) bottom right repeat-x;"></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" onmousedown="dragWidget(\'=NewOneID=\', event, 1);" style="cursor:se-resize;"><img src="/images/mytong/main17/skin/type02/icon_resize.gif" width="6" height="6" alt="" id="Box_Border_Resize_=NewOneID=" /></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:185,Width_Content:185,Width_Title_Input:120},originHeight:{Height_Left:202,Height_Content:150},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Title_Below_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2]],fixItem:[["Box_Border_TopLeft_",0],["Box_Border_TopRight_",0],["Box_Border_BottomRight_",0],["Box_Border_Resize_",0],["Box_Border_Edit_",0],["Box_Border_Exit_",0],["Box_Border_TopCenter_",1],["Box_Border_BottomCenter_",3],["Box_Border_Left_",4],["Box_Border_Right_",2]]};MyTongSkin[1]={frameSize:[212,214],definition:'<!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:12px; border-top:solid 1px #D6D6D6; background-color:#FFFFFF"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:12px; height:=Height_Left=px; border-left:solid 1px #D6D6D6; background-color:#FFFFFF"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right:solid 1px #D6D6D6; background-color:#FFFFFF; <!--LIO21-->cursor:e-resize<!--/LIO21-->" <!--LIO22-->onmousedown="dragWidget(\'=NewOneID=\', event, 2);"<!--/LIO22-->></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:13px; top:7px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; padding:0 0 3px 0; border-bottom:solid 2px #698BAC; <!--LIO13-->cursor:move;<!--/LIO13--> background-color:#FFFFFF;" <!--LIO12-->onmousedown="dragWidget(\'=NewOneID=\', event, 0);"<!--/LIO12-->>	<div style="margin:10px 0 0 0; float:left; background-color:#FFFFFF"><!--LIO1--><a href="javascript:fixWidget(\'=NewOneID=\')"><!--/LIO1--><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /><!--LIO2--></a><!--/LIO2--><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; background-color:#FFFFFF; color:#013469"><!--LIO4--><a href="javascript:oMyTongOps.modifyTitleClick(document.getElementById(\'=NewOneID=\'))" style="text-decoration:none; color:#013469; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 1px\';" onmouseout="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 0px\';"><!--/LIO4-->=NewOneTitle=<!--LIO5--></a><!--/LIO5--></span></div>	<div style="margin:10px 0 0 0; float:right; background-color:#FFFFFF"><!--LIO3--><a href="javascript:modifyWidget(\'=NewOneID=\')"><img src="/images/icon/tit_side1_24x13.gif" width="24" height="13" id="Box_Border_Edit_=NewOneID=" /></a><!--/LIO3--> <!--LIO11--><img src="/images/icon/tit_side2_13x13.gif" width="13" height="13" onclick="removeWidget(\'=NewOneID=\')" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /><!--/LIO11--></div></div><!-- /title --><!-- title below --><div id="Box_Title_Below_=NewOneID=" style="position:absolute; left:13px; top:40px; width:=Width_Title=px; height:14px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; background-color:#FFFFFF;"></div><!-- /title below--><!-- content --><div id="Box_Content_=NewOneID=" style="position:relative; left:13px; top:50px; width:=Width_Content=px; height:=Height_Content=px; overflow:hidden; border-left:solid 0px #D6D6D6; margin:0 10px 0 0; background-color:#FFFFFF">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;"><img src="/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomLeft_=NewOneID=" /></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0px; left:6px; width:=Width_TopCenter=px; height:12px; background-color:#FFFFFF; border-bottom:solid 1px #D6D6D6; <!--LIO23-->cursor:s-resize<!--LIO23-->" <!--LIO24-->onmousedown="dragWidget(\'=NewOneID=\', event, 3);"<!--/LIO24-->></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" <!--LIO15-->onmousedown="dragWidget(\'=NewOneID=\', event, 1);"<!--/LIO15--> ><!--LIO14--><img src="/images/icon/btn_size_7x7.gif" width="7" height="7"  alt="" id="Box_Border_Resize_=NewOneID=" style="cursor:se-resize;" /><!--/LIO14--></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:184,Width_Content:184,Width_Title_Input:119},originHeight:{Height_Left:202,Height_Content:150},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Title_Below_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2]],fixItem:[["Box_Border_TopLeft_",1],["Box_Border_TopRight_",1],["Box_Border_BottomRight_",1],["Box_Border_BottomLeft_",1],["Box_Border_Resize_",0],["Box_Border_Edit_",0],["Box_Border_Exit_",0],["Box_Border_TopCenter_",50,"#D6D6D6"],["Box_Border_BottomCenter_",52,"#D6D6D6"],["Box_Border_Left_",53,"#D6D6D6"],["Box_Border_Right_",51,"#D6D6D6"],["Box_Title_",2]]};MyTongSkin[2]={frameSize:[212,214],definition:'<!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:12px; border-top-style:solid; border-top-width: 1px; border-top-color:#D6D6D6; background-color:#FFFFFF"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:12px; height:=Height_Left=px; border-left-style:solid; border-left-width: 1px; border-left-color:#D6D6D6; background-color:#FFFFFF"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right-style:solid; border-right-width: 1px; border-right-color:#D6D6D6; background-color:#FFFFFF; <!--LIO21-->cursor:e-resize<!--/LIO21-->" <!--LIO22-->onmousedown="dragWidget(\'=NewOneID=\', event, 2);"<!--/LIO22-->></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:13px; top:7px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; padding:0 0 3px 0; border-bottom:solid 2px #698BAC; <!--LIO13-->cursor:move;<!--/LIO13--> background-color:#FFFFFF;" <!--LIO12-->onmousedown="dragWidget(\'=NewOneID=\', event, 0);"<!--/LIO12-->>	<div style="margin:10px 0 0 0; float:left; background-color:#FFFFFF"><!--LIO1--><a href="javascript:fixWidget(\'=NewOneID=\')"><!--/LIO1--><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /><!--LIO2--></a><!--/LIO2--><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; background-color:#FFFFFF; color:#013469;"><!--LIO4--><a href="javascript:oMyTongOps.modifyTitleClick(document.getElementById(\'=NewOneID=\'))" style="text-decoration:none; color:#013469; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 1px\';" onmouseout="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 0px\';"><!--/LIO4-->=NewOneTitle=<!--LIO5--></a><!--/LIO5--></span></div>	<div style="margin:10px 0 0 0; float:right; background-color:#FFFFFF"> <!--LIO11--><img src="/images/icon/tit_side2_13x13.gif" width="13" height="13" onclick="removeWidget(\'=NewOneID=\')" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /><!--/LIO11--></div></div><!-- /title --><!-- title --><div id="Box_Title_Below_=NewOneID=" style="position:absolute; left:13px; top:40px; width:=Width_Title=px; height:14px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; background-color:#FFFFFF;"></div><!-- /title --><!-- content --><div id="Box_Content_=NewOneID=" style="position:relative; left:13px; top:52px; width:=Width_Content=px; height:=Height_Content=px; overflow:hidden; border-left:solid 0px #D6D6D6; margin:0 10px 0 0; background-color:#FFFFFF">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;"><img src="/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomLeft_=NewOneID=" /></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0px; left:6px; width:=Width_TopCenter=px; height:12px; background-color:#FFFFFF; border-bottom-style:solid; border-bottom-width: 1px; border-bottom-color:#D6D6D6; <!--LIO23-->cursor:s-resize<!--LIO23-->" <!--LIO24-->onmousedown="dragWidget(\'=NewOneID=\', event, 3);"<!--/LIO24-->></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" <!--LIO15-->onmousedown="dragWidget(\'=NewOneID=\', event, 1);"<!--/LIO15--> ><!--LIO14--><img src="/images/icon/btn_size_7x7.gif" width="7" height="7" alt="" id="Box_Border_Resize_=NewOneID=" style="cursor:se-resize;"/><!--/LIO14--></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:184,Width_Content:184,Width_Title_Input:119},originHeight:{Height_Left:202,Height_Content:150},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Title_Below_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2]],fixItem:[["Box_Border_TopLeft_",1],["Box_Border_TopRight_",1],["Box_Border_BottomRight_",1],["Box_Border_BottomLeft_",1],["Box_Border_Resize_",0],["Box_Border_Edit_",0],["Box_Border_Exit_",0],["Box_Border_TopCenter_",50,"#D6D6D6"],["Box_Border_BottomCenter_",52,"#D6D6D6"],["Box_Border_Left_",53,"#D6D6D6"],["Box_Border_Right_",51,"#D6D6D6"],["Box_Title_",2]]};MyTongSkin[3]={frameSize:[212,214],definition:'<!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:12px; border-top:solid 1px #D6D6D6; background-color:#FFFFFF"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:12px; height:=Height_Left=px; border-left:solid 1px #D6D6D6; background-color:#FFFFFF"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right:solid 1px #D6D6D6; background-color:#FFFFFF; <!--LIO21-->cursor:e-resize<!--/LIO21-->" <!--LIO22-->onmousedown="dragWidget(\'=NewOneID=\', event, 2);"<!--/LIO22-->></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:13px; top:7px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; padding:0 0 3px 0; border-bottom:solid 2px #698BAC; <!--LIO13-->cursor:move;<!--/LIO13--> background-color:#FFFFFF;" <!--LIO12-->onmousedown="dragWidget(\'=NewOneID=\', event, 0);"<!--/LIO12-->>	<div style="margin:10px 0 0 0; float:left; background-color:#FFFFFF"><!--LIO1--><a href="javascript:fixWidget(\'=NewOneID=\')"><!--/LIO1--><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /><!--LIO2--></a><!--/LIO2--><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; background-color:#FFFFFF; color:#013469"><!--LIO4--><a href="javascript:oMyTongOps.modifyTitleClick(document.getElementById(\'=NewOneID=\'))" style="text-decoration:none; color:#013469; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 1px\';" onmouseout="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 0px\';"><!--/LIO4-->=NewOneTitle=<!--LIO5--></a><!--/LIO5--></span></div>	<div style="margin:10px 0 0 0; float:right; background-color:#FFFFFF"><!--LIO3--><a href="javascript:modifyWidget(\'=NewOneID=\')"><img src="/images/icon/tit_side1_24x13.gif" width="24" height="13" id="Box_Border_Edit_=NewOneID=" /></a><!--/LIO3--> <!--LIO11--><img src="/images/icon/tit_side2_13x13.gif" width="13" height="13" onclick="removeWidget(\'=NewOneID=\')" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /><!--/LIO11--></div></div><!-- /title --><!-- title --><div id="Box_Title_Below_=NewOneID=" style="position:absolute; left:13px; top:40px; width:=Width_Title=px; height:14px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; background-color:#FFFFFF;"></div><!-- /title --><!-- content --><div id="Box_Content_=NewOneID=" style="position:relative; left:13px; top:52px; width:=Width_Content=px; height:=Height_Content=px; overflow:hidden; border-left:solid 0px #D6D6D6; margin:0 10px 0 0; background-color:#FFFFFF">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;"><img src="/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomLeft_=NewOneID=" /></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0px; left:6px; width:=Width_TopCenter=px; height:12px; background-color:#FFFFFF; border-bottom:solid 1px #D6D6D6; <!--LIO23-->cursor:s-resize<!--LIO23-->" <!--LIO24-->onmousedown="dragWidget(\'=NewOneID=\', event, 3);"<!--/LIO24-->></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" <!--LIO15-->onmousedown="dragWidget(\'=NewOneID=\', event, 1);"<!--/LIO15--> ><!--LIO14--><img src="/images/icon/btn_size_7x7.gif" width="7" height="7"  alt="" id="Box_Border_Resize_=NewOneID=" style="cursor:se-resize;" /><!--/LIO14--></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:184,Width_Content:184,Width_Title_Input:119},originHeight:{Height_Left:202,Height_Content:150},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Title_Below_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2]],fixItem:[["Box_Border_TopLeft_",1],["Box_Border_TopRight_",1],["Box_Border_BottomRight_",1],["Box_Border_BottomLeft_",1],["Box_Border_Edit_",0],["Box_Border_Exit_",0],["Box_Border_Resize_",0],["Box_Border_TopCenter_",50,"#D6D6D6"],["Box_Border_BottomCenter_",52,"#D6D6D6"],["Box_Border_Left_",53,"#D6D6D6"],["Box_Border_Right_",51,"#D6D6D6"],["Box_Title_",2]]};MyTongSkin[4]={frameSize:[212,214],definition:'<!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:12px; border-top:solid 1px #D6D6D6; background-color:#FFFFFF"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:12px; height:=Height_Left=px; border-left:solid 1px #D6D6D6; background-color:#FFFFFF"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right:solid 1px #D6D6D6; background-color:#FFFFFF;" ></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:13px; top:7px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; padding:0 0 3px 0; border-bottom:solid 2px #698BAC; <!--LIO13-->cursor:move;<!--/LIO13--> background-color:#FFFFFF;" <!--LIO12-->onmousedown="dragWidget(\'=NewOneID=\', event, 0);"<!--/LIO12-->>	<div style="margin:10px 0 0 0; float:left; background-color:#FFFFFF"><!--LIO1--><a href="javascript:fixWidget(\'=NewOneID=\')"><!--/LIO1--><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /><!--LIO2--></a><!--/LIO2--><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; background-color:#FFFFFF; color:#013469"><!--LIO4--><a href="javascript:oMyTongOps.modifyTitleClick(document.getElementById(\'=NewOneID=\'))" style="text-decoration:none; color:#013469; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 1px\';" onmouseout="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 0px\';"><!--/LIO4-->=NewOneTitle=<!--LIO5--></a><!--/LIO5--></span></div>	<div style="margin:10px 0 0 0; float:right; background-color:#FFFFFF"><!--LIO11--><img src="/images/icon/tit_side2_13x13.gif" width="13" height="13" onclick="removeWidget(\'=NewOneID=\')" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /><!--/LIO11--></div></div><!-- /title --><!-- title below --><div id="Box_Title_Below_=NewOneID=" style="position:absolute; left:13px; top:40px; width:=Width_Title=px; height:14px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; background-color:#FFFFFF;"></div><!-- /title --><!-- content --><div id="Box_Content_=NewOneID=" style="position:relative; left:13px; top:52px; width:=Width_Content=px; height:=Height_Content=px; overflow:hidden; border-left:solid 0px #D6D6D6; margin:0 10px 0 0; background-color:#FFFFFF">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;"><img src="/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomLeft_=NewOneID=" /></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0px; left:6px; width:=Width_TopCenter=px; height:12px; background-color:#FFFFFF; border-bottom:solid 1px #D6D6D6;" ></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:184,Width_Content:184,Width_Title_Input:119},originHeight:{Height_Left:202,Height_Content:150},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Title_Below_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2]],fixItem:[["Box_Border_TopLeft_",1],["Box_Border_TopRight_",1],["Box_Border_BottomRight_",1],["Box_Border_BottomLeft_",1],["Box_Border_Exit_",0],["Box_Border_TopCenter_",50,"#D6D6D6"],["Box_Border_BottomCenter_",52,"#D6D6D6"],["Box_Border_Left_",53,"#D6D6D6"],["Box_Border_Right_",51,"#D6D6D6"],["Box_Title_",2]]};MyTongSkin[50]={frameSize:[194,189],definition:'<!-- border-top --><div id="topLeft" style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID="/></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:15px; border-top-style:solid; border-top-width: 1px; border-top-color: #D6D6D6; background-color:#FFFFFF;"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:14px; height:=Height_Left=px; border-left:solid 1px #D6D6D6; background-color:#FFFFFF;"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right:solid 1px #D6D6D6; background-color:#FFFFFF; <!--LIO21-->cursor:e-resize<!--/LIO21-->" <!--LIO22-->onmousedown="dragWidget(\'=NewOneID=\', event, 2);"<!--/LIO22-->></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:14px; top:12px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; <!--LIO13-->cursor:move;<!--/LIO13--> background-color:#FFFFFF;" <!--LIO12-->onmousedown="dragWidget(\'=NewOneID=\', event, 0);"<!--/LIO12-->>	<div style="margin:10px 0 0 0; float:left; background-color:#FFFFFF"><!--LIO1--><a href="javascript:fixWidget(\'=NewOneID=\')"><!--/LIO1--><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /><!--LIO2--></a><!--/LIO2--><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; background-color:#FFFFFF; color:#013469;"><!--LIO4--><a href="javascript:oMyTongOps.modifyTitleClick(document.getElementById(\'=NewOneID=\'))" style="text-decoration:none; color:#013469; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 1px\';" onmouseout="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 0px\';"><!--/LIO4-->=NewOneTitle=<!--LIO5--></a><!--/LIO5--></span></div>	<div style="margin:10px 0 0 0; float:right; background-color:#FFFFFF"> <!--LIO11--><img src="/images/icon/tit_side2_13x13.gif" width="13" height="13" onclick="removeWidget(\'=NewOneID=\')" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /><!--/LIO11--></div></div><!-- /title --><!-- title below --><div id="Box_Title_Below_=NewOneID=" style="position:absolute; left:13px; top:40px; width:=Width_Title=px; height:14px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; background-color:#FFFFFF;"></div><!-- /title below--><!-- content --><div id="Box_Content_=NewOneID=" style="position:absolute; left:14px; top:50px; width:=Width_Content=px; height:=Height_Content=px; overflow:hidden; background-color:#FFFFFF;"></div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;"><img src="/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomLeft_=NewOneID=" /></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0px; left:6px; width:=Width_TopCenter=px; height:12px; border-bottom:solid 1px #D6D6D6; background-color:#FFFFFF; <!--LIO23-->cursor:s-resize<!--LIO23-->" <!--LIO24-->onmousedown="dragWidget(\'=NewOneID=\', event, 3);"<!--/LIO24-->></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" <!--LIO15-->onmousedown="dragWidget(\'=NewOneID=\', event, 1);"<!--/LIO15--> ><!--LIO14--><img src="/images/icon/btn_size_7x7.gif" width="7" height="7" alt="" id="Box_Border_Resize_=NewOneID=" style="cursor:se-resize;" /><!--/LIO14--></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:182,Width_Title:166,Width_Content:168,Width_Title_Input:130},originHeight:{Height_Left:178,Height_Content:128},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Title_Below_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2]],fixItem:[["Box_Border_TopLeft_",1],["Box_Border_TopRight_",1],["Box_Border_BottomRight_",1],["Box_Border_BottomLeft_",1],["Box_Border_Exit_",0],["Box_Border_Resize_",0],["Box_Border_TopCenter_",50,"#D6D6D6"],["Box_Border_BottomCenter_",52,"#D6D6D6"],["Box_Border_Left_",53,"#D6D6D6"],["Box_Border_Right_",51,"#D6D6D6"],["Box_Title_",2]]};MyTongSkin[51]={frameSize:[212,214],definition:'<div id="Box_Image_BG_=NewOneID=" style="positon:absolute; top:0; left;0; width:=Width_BG=px; height:=Height_BG=px; overflow:hidden; background-color:#FFFFFF; <!--LIO11-->cursor:move;" onmousedown="dragWidget(\'=NewOneID=\', event, 0);"<!--/LIO11-->></div><!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_profile_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:12px; border-top:solid 1px #D6D6D6"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_profile_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:12px; height:=Height_Left=px; border-left:solid 1px #D6D6D6;"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right:solid 1px #D6D6D6; <!--LIO21-->cursor:e-resize<!--/LIO21-->" <!--LIO22-->onmousedown="dragWidget(\'=NewOneID=\', event, 2);"<!--/LIO22-->></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:12px; top:12px; width:=Width_Title=px; height:28px; <!--LIO14-->cursor:move;<!--/LIO14-->" <!--LIO13-->onmousedown="dragWidget(\'=NewOneID=\', event, 0);"<!--/LIO13-->>	<div style="margin:10px 0 0 0; float:left;"><!--LIO1--><a href="javascript:fixWidget(\'=NewOneID=\')"><!--/LIO1--><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /><!--LIO2--></a><!--/LIO2--><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; color:#013469;"><!--LIO4--><a href="javascript:oMyTongOps.modifyTitleClick(document.getElementById(\'=NewOneID=\'))" style="text-decoration:none; color:#013469; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 1px\';" onmouseout="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 0px\';"><!--/LIO4-->=NewOneTitle=<!--LIO5--></a><!--/LIO5--></span></div>	<div style="margin:10px 0 0 0; float:right;"><!--LIO3--><a href="javascript:modifyWidget(\'=NewOneID=\')"><img src="/images/icon/tit_side1_24x13.gif" width="24" height="13" id="Box_Border_Edit_=NewOneID=" /></a><!--/LIO3--> <!--LIO12--><img src="/images/icon/tit_side2_13x13.gif" width="13" height="13" onclick="removeWidget(\'=NewOneID=\')" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /><!--/LIO12--></div></div><!-- /title --><!-- content --><div id="Box_Content_=NewOneID=" style="position:absolute; left:16px; bottom:0px; width:=Width_Content=px; margin:0 10px 25px 0; padding:5px;border:dotted 0px; filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity:0.75; opacity:0.75; background-color:#FFFFFF; color:#000000; visibility:hidden;">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;"><img src="/images/mytong/main17/skin/box/box_btm_left_profile_line.gif" width="6" height="6" alt="" id="Box_Border_BottomLeft_=NewOneID=" /></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0px; left:6px; width:=Width_TopCenter=px; height:12px; border-bottom:solid 1px #D6D6D6; <!--LIO23-->cursor:s-resize<!--LIO23-->" <!--LIO24-->onmousedown="dragWidget(\'=NewOneID=\', event, 3);"<!--/LIO24-->></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" <!--LIO16-->onmousedown="dragWidget(\'=NewOneID=\', event, 1);"<!--/LIO16-->><!--LIO15--><img src="/images/icon/btn_size_7x7.gif" width="7" height="7" alt="" id="Box_Border_Resize_=NewOneID=" style="cursor:se-resize;" /><!--/LIO15--></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_profile_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:185,Width_Content:170,Width_Title_Input:120,Width_BG:212},originHeight:{Height_Left:202,Height_Content:0,Height_BG:214},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Content_",2],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2],["Box_Image_BG_",3]],fixItem:[["Box_Border_TopLeft_",1],["Box_Border_TopRight_",1],["Box_Border_BottomRight_",1],["Box_Border_BottomLeft_",1],["Box_Border_Resize_",0],["Box_Border_Edit_",0],["Box_Border_Exit_",0],["Box_Border_TopCenter_",0],["Box_Border_BottomCenter_",0],["Box_Border_Left_",0],["Box_Border_Right_",0],["Box_Title_",2]]};MyTongSkin[10]={frameSize:[212,214],definition:'<!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:12px; border-top:solid 1px #D6D6D6; "></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:12px; height:=Height_Left=px; border-left:solid 1px #D6D6D6; "></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right:solid 1px #D6D6D6; background-color:#FFFFFF; <!--LIO21-->cursor:e-resize<!--/LIO21-->" <!--LIO22-->onmousedown="dragWidget(\'=NewOneID=\', event, 2);"<!--/LIO22-->></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:12px; top:12px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; border-bottom:solid 2px #698BAC; cursor:move; " onmousedown="dragWidget(\'=NewOneID=\', event, 0);">	<div style="margin:10px 0 0 0; float:left; background:#FFFFFF"><a href="javascript:fixWidget(\'=NewOneID=\')"><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /></a><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; "><a href="javascript:oMyTongOps.modifyTitleClick(document.getElementById(\'=NewOneID=\'))" style="text-decoration:none; color:#000000; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 1px\';" onmouseout="$(\'Box_Title_Input_=NewOneID=\').style.border=\'dotted 0px\';">=NewOneTitle=</a></span></div>	<div style="margin:10px 0 0 0; float:right; background:#FFFFFF"><img src="/images/mytong/main17/icon/tit_side1_24x13.gif" width="24" height="13" id="Box_Border_Edit_=NewOneID=" /> <img src="/images/mytong/main17/icon/tit_side2_13x13.gif" width="13" height="13" onclick="oMyTongOps.removeComponent(event, document.getElementById(\'=NewOneID=\'))" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /></div></div><!-- /title --><!-- title --><div id="Box_Title_Below_=NewOneID=" style="position:absolute; left:12px; top:45px; width:=Width_Title=px; height:14px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; cursor:move; "></div><!-- /title --><!-- content --><div id="Box_Content_=NewOneID=" style="position:relative; left:12px; top:52px; width:=Width_Content=px; height:=Height_Content=px; overflow:auto; border-left:solid 0px #D6D6D6; margin:0 10px 0 0; ">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;'+((navigator.userAgent.toLowerCase().indexOf("msie")!=-1)?"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line_t85_reverse2.png');":"background-image:url(/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line_t85_reverse2.png)")+'"></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0px; left:6px; width:=Width_TopCenter=px; height:12px; border-bottom:solid 1px #D6D6D6; <!--LIO23-->cursor:s-resize<!--LIO23-->" <!--LIO24-->onmousedown="dragWidget(\'=NewOneID=\', event, 3);"<!--/LIO24-->></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" onmousedown="dragWidget(\'=NewOneID=\', event, 1);" style="cursor:se-resize;"><img src="/images/mytong/main17/skin/type02/icon_resize.gif" width="6" height="6" alt="" id="Box_Border_Resize_=NewOneID=" /></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:185,Width_Content:185,Width_Title_Input:120},originHeight:{Height_Left:202,Height_Content:150},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Title_Below_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2]],fixItem:[["Box_Border_TopLeft_",0],["Box_Border_TopRight_",0],["Box_Border_BottomRight_",0],["Box_Border_Resize_",0],["Box_Border_Edit_",0],["Box_Border_Exit_",0],["Box_Border_TopCenter_",1],["Box_Border_BottomCenter_",3],["Box_Border_Left_",4],["Box_Border_Right_",2]]};MyTongSkin[100]={frameSize:[212,214],definition:'<!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/type02/rec_top_left.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:6px; border-top:solid 1px #D6D6D6;"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/type02/rec_top_right.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:6px; height:=Height_Left=px; border-left:solid 1px #D6D6D6;"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:6px; height:=Height_Left=px; border-right:solid 1px #D6D6D6;"></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:12px; top:12px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; border-bottom:solid 2px #698BAC; cursor:move;" onmousedown="dragWidget(\'=NewOneID=\', event, 0);">	<div style="margin:10px 0 0 0; float:left;"><a href="javascript:fixWidget(\'=NewOneID=\')"><img src="/images/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /></a> =NewOneTitle=</div>	<div style="margin:10px 0 0 0; float:right;"><img src="/images/icon/tit_side1_24x13.gif" width="24" height="13" id="Box_Border_Edit_=NewOneID=" /> <img src="/images/icon/tit_side2_13x13.gif" width="13" height="13" onclick="oMyTongOps.removeComponent(event, document.getElementById(\'=NewOneID=\'))" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /></div></div><!-- /title --><!-- content --><div id="Box_Content_=NewOneID=" style="position:relative; left:12px; top:52px; width:=Width_Content=px; height:=Height_Content=px; overflow:auto; border-left:solid 0px #D6D6D6; margin:0 10px 0 0;">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;"><img src="/images/mytong/main17/skin/type02/rec_bottom_left.gif" width="6" height="6" alt="" id="Box_Border_BottomLeft_=NewOneID=" /></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0; left:6px; width:=Width_TopCenter=px; height:6px; border-bottom:solid 1px #D6D6D6;"></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" onmousedown="dragWidget(\'=NewOneID=\', event, 1);" style="cursor:se-resize;"><img src="/images/mytong/main17/skin/type02/icon_resize.gif" width="6" height="6" alt="" id="Box_Border_Resize_=NewOneID=" /></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/type02/rec_bottom_right.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:185,Width_Content:185},originHeight:{Height_Left:202,Height_Content:150},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1]],fixItem:[["Box_Border_TopLeft_",0],["Box_Border_TopRight_",0],["Box_Border_BottomLeft_",0],["Box_Border_BottomRight_",0],["Box_Border_Resize_",0],["Box_Border_Edit_",0],["Box_Border_Exit_",0],["Box_Border_TopCenter_",1],["Box_Border_BottomCenter_",3],["Box_Border_Left_",4],["Box_Border_Right_",2]]};MyTongSkin[52]={frameSize:[212,214],definition:'<!-- border-top --><div style="width:6px; height:6px; position:absolute; top:0; left:0;"><img src="/images/mytong/main17/skin/box/box_top_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopLeft_=NewOneID=" /></div><div id="Box_Border_TopCenter_=NewOneID=" style="position:absolute; top:0; left:6px; width:=Width_TopCenter=px; height:12px; border-top:solid 1px #D6D6D6; background-color:#FFFFFF"></div><div style="width:6px; height:6px; position:absolute; top:0; right:0;"><img src="/images/mytong/main17/skin/box/box_top_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_TopRight_=NewOneID=" /></div><!-- /border-top --><!-- border-left --><div id="Box_Border_Left_=NewOneID=" style="position:absolute; left:0; top:6px; width:12px; height:=Height_Left=px; border-left:solid 1px #D6D6D6; background-color:#FFFFFF"></div><!-- /border-left --><!-- border-right --><div id="Box_Border_Right_=NewOneID=" style="position:absolute; right:0; top:6px; width:14px; height:=Height_Left=px; border-right:solid 1px #D6D6D6; background-color:#FFFFFF; <!--LIO21-->cursor:e-resize<!--/LIO21-->" <!--LIO22-->onmousedown="dragWidget(\'=NewOneID=\', event, 2);"<!--/LIO22-->></div><!-- /border-right --><!-- title --><div id="Box_Title_=NewOneID=" style="position:absolute; left:13px; top:7px; width:=Width_Title=px; height:28px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; padding:0 0 3px 0; border-bottom:solid 2px #698BAC; <!--LIO13-->cursor:move;<!--/LIO13--> background-color:#FFFFFF;" <!--LIO12-->onmousedown="dragWidget(\'=NewOneID=\', event, 0);"<!--/LIO12-->>	<div style="margin:10px 0 0 0; float:left; background-color:#FFFFFF"><!--LIO1--><a href="javascript:fixWidget(\'=NewOneID=\')"><!--/LIO1--><img src="/images/mytong/main17/icon/tit_12x11.gif" width="12" height="11" align="top" id="Box_Title_Fix_Icon_=NewOneID=" /><!--LIO2--></a><!--/LIO2--><span id="Box_Title_Input_=NewOneID=" style="position:absolute; top:10px; height:12px; width:=Width_Title_Input=px; border: none 1px; margin:0 0 0 3px; font-weight:bold; background-color:#FFFFFF; color:#013469"><a id="Box_Title_Link_=NewOneID=" target="_blank" style="cursor:pointer;">=NewOneTitle=</a></span></div>	<div style="margin:10px 0 0 0; float:right; background-color:#FFFFFF;"><a href="javascript:refreshWidget(\'=NewOneID=\')"><img src="/images/icon/icon_reload.gif" width="13" height="13" id="Box_Border_Refresh_=NewOneID=" /></a> <!--LIO3--><a href="javascript:modifyWidget(\'=NewOneID=\')"><img src="/images/icon/tit_side1_24x13.gif" width="24" height="13" id="Box_Border_Edit_=NewOneID=" /></a><!--/LIO3--> <!--LIO11--><img src="/images/icon/tit_side2_13x13.gif" width="13" height="13" onclick="removeWidget(\'=NewOneID=\')" style="cursor:pointer;" id="Box_Border_Exit_=NewOneID=" /><!--/LIO11--></div></div><!-- /title --><!-- title below --><div id="Box_Title_Below_=NewOneID=" style="position:absolute; left:13px; top:40px; width:=Width_Title=px; height:14px; border-left:solid 1px #D6D6D6; border:dotted 0px #D6D6D6; background-color:#FFFFFF;"></div><!-- /title below--><!-- content --><div id="Box_Content_=NewOneID=" style="position:relative; left:13px; top:49px; width:=Width_Content=px; height:=Height_Content=px; overflow:hidden; border-left:solid 0px #D6D6D6; margin:0 10px 0 0; background-color:#FFFFFF">=NewOneContent=</div><!-- /content --><!-- border-bottom --><div style="width:6px; height:6px; position:absolute; bottom:0; left:0;"><img src="/images/mytong/main17/skin/box/box_btm_left_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomLeft_=NewOneID=" /></div><div id="Box_Border_BottomCenter_=NewOneID=" style="position:absolute; bottom:0px; left:6px; width:=Width_TopCenter=px; height:12px; background-color:#FFFFFF; border-bottom:solid 1px #D6D6D6; <!--LIO23-->cursor:s-resize<!--LIO23-->" <!--LIO24-->onmousedown="dragWidget(\'=NewOneID=\', event, 3);"<!--/LIO24-->></div><div style="width:6px; height:6px; position:absolute; bottom:5px; right:5px;" <!--LIO15-->onmousedown="dragWidget(\'=NewOneID=\', event, 1);"<!--/LIO15--> ><!--LIO14--><img src="/images/icon/btn_size_7x7.gif" width="7" height="7"  alt="" id="Box_Border_Resize_=NewOneID=" style="cursor:se-resize;" /><!--/LIO14--></div><div style="width:6px; height:6px; position:absolute; bottom:0; right:0;"><img src="/images/mytong/main17/skin/box/box_btm_right_FFFFFF_line.gif" width="6" height="6" alt="" id="Box_Border_BottomRight_=NewOneID=" /></div><!-- /border-bottom -->',originWidth:{Width_TopCenter:200,Width_Title:184,Width_Content:184,Width_Title_Input:90},originHeight:{Height_Left:202,Height_Content:150},resizeItem:[["Box_Border_TopCenter_",2],["Box_Border_BottomCenter_",2],["Box_Title_",2],["Box_Title_Below_",2],["Box_Content_",3],["Box_Border_Left_",1],["Box_Border_Right_",1],["Box_Title_Input_",2]],fixItem:[["Box_Border_TopLeft_",1],["Box_Border_TopRight_",1],["Box_Border_BottomRight_",1],["Box_Border_BottomLeft_",1],["Box_Border_Resize_",0],["Box_Border_Edit_",10],["Box_Border_Exit_",10],["Box_Border_TopCenter_",50,"#D6D6D6"],["Box_Border_BottomCenter_",52,"#D6D6D6"],["Box_Border_Left_",53,"#D6D6D6"],["Box_Border_Right_",51,"#D6D6D6"],["Box_Title_",2]]};var winMovie=null;var URLParams=new Object();var aParams=document.location.search.substr(1).split("&");for(i=0;i<aParams.length;i++){var aParam=aParams[i].split("=");var sParamName=aParam[0];var sParamValue=unescape(aParam[1]);URLParams[sParamName]=sParamValue}function ChangeMovieSize(C,E){if(E!="1"){var B=(E=="FULL")?screen.availWidth-10:800;var A=(E=="FULL")?screen.availHeight-30:600;var F=(E=="FULL")?0:(screen.availWidth-800)/2;var D=(E=="FULL")?0:(screen.availHeight-600)/2;var G="/library/mmedia/mmediaPlayer.vm?fileURL="+C+"&type="+E+"&zoom=false";winMovie=window.open(G,"movie","status=no, scrollbars=no , menubar=no ,resizable=yes,left="+F+",top="+D+",width="+B+",height="+A);winMovie.focus()}if(E=="1"&&winMovie!=null){winMovie.close();winMovie=null}}function goURL(A){top.location.href=A}function GoToBox(D,C,B,A){if(!A||A==""){A="box"}if(D){self.location.href="/mytong/mytong.do?action="+(A=="box"?"main":"redirect")+"&myTongID="+C+"&boxID="+B+"&viewMode="+A}}deleteImage="/images/mytong/main17/deleteImage_505_307.gif";deleteMmediaImage="/images/library/deleteImage_new_400_340.jpg";if(bIE){document.domain="nate.com"}var bContinueAlertSavePos=false;var iToId_AlertSavePos=null;var iToId_AlertSaveLayerPos=null;function AddBookmark(A){if(_GetCookieValue("GUID")){if(_GetCookieValue("SYS_USER_ID")){window.open("/mytong/bookmark/add_bookmark.vm?targetID="+A,"_blank","status=yes, width=380, height=220")}else{PopupJoinTong("&need_toss=false&redirect_url=/mytong/bookmark/add_bookmark.vm?targetID="+A)}}else{PopupLogin("&need_mytong=true&need_toss=false&redirect_url=/mytong/bookmark/add_bookmark.vm?targetID="+A)}}function gotoMyTong(){if(_GetCookieValue("GUID")){if(_GetCookieValue("SYS_USER_ID")){document.location.href="/user/user.do?action=GoTong"}else{PopupJoinTong("&need_toss=true&redirect_url=/user/user.do?action=GoTong")}}else{PopupLogin("&need_toss=true&redirect_url=/user/user.do?action=GoTong")}}function GoToPost(C,B,A){self.location.href="/mytong/mytong.do?action=main&myTongID="+C+"&boxID="+B+"&postID="+A+"&viewMode=post"}function DragItem(A){this.__Element__=A;this.__OldX__=0;this.__OldY__=0;this.__NewX__=0;this.__NewY__=0;this.bResizable=true;this.sContentType="";this.sTitle="";this.bFixed=false;this.iSkinNo=0;this.iCanvasID=0;this.ID="";this.iDispType=0;this.iDispCount=5;this.sContent="";this.bInit=false}function MyTongOps(){this.initIDSeq=0;this.marginNewComponent=10;this.initX=200;this.initY=150;this.initW=212;this.initH=214;this.latestLeft=this.initX-this.marginNewComponent;this.latestTop=this.initY-this.marginNewComponent}MyTongOps.prototype.addComponent=function(H,E,G){var I=null;var D="";var C="";var B;var A;var J=undefined;if(G!=undefined){D=G.left;C=G.top;J=G.title;B=G.width;A=G.height}else{B=MyTongWidgetDefaultValue[H].width;A=MyTongWidgetDefaultValue[H].height}I=this._createComponent(B,A,"MyTongCpt_"+E,D,C,MyTongWidgetDefaultValue[H].bgcolor);I.innerHTML=this._getComponent(H,I,J);document.body.appendChild(I);var F=Draggable.register(I);oCurrentWorkingObject=I;if(G==undefined){F.iSkinNo=MyTongWidgetDefaultValue[H].skin;F.sContentType=H;F.sTitle=MyTongWidgetDefaultValue[H].title;F.ID=E;if(MyTongWidgetDefaultValue[H].dispCount!=undefined){F.iDispCount=MyTongWidgetDefaultValue[H].dispCount}}else{F.iSkinNo=G.skin;F.sContentType=G.type;F.sTitle=G.title;F.ID=G.id;F.bInit=true}if(G==undefined){this.modifyComponent(I.id,"new")}else{requestData(I)}delete F;if(G!=undefined&&G.fixed){fixWidget(I.id,"set")}};MyTongOps.prototype._createComponent=function(D,A,H,G,F,C){var E=new Date();var B=document.createElement("DIV");B.id=(H==undefined)?"MyTongCpt_"+E.getTime():H;B.style.width=((D!=undefined)?D:this.initW)+"px";B.style.height=((A!=undefined)?A:this.initH)+"px";this.latestLeft+=this.marginNewComponent;this.latestTop+=this.marginNewComponent;if((this.latestLeft+parseInt(B.style.width))>Draggable.__MaxX__){this.latestLeft=this.initX-this.marginNewComponent}B.style.left=(G==undefined||G=="")?this.latestLeft+"px":G+"px";B.style.top=(F==undefined||F=="")?this.latestTop+"px":F+"px";B.style.cursor="default";B.style.position="absolute";B.style.margin="0";B.style.padding="0";B.style.zIndex=String(Draggable.iAccZindex++);return B};MyTongOps.prototype.modifyComponent=function(E,D){var A=Draggable.__DragElement__[E].__Element__;var C=Draggable.__DragElement__[E].sContentType;var B=Draggable.__DragElement__[A.id].ID;oCurrentWorkingObject=A;switch(C){case"menu":requestData(A);break;case"guestbook":if(D==undefined){}else{requestData(A)}break;case"visitorList":case"newPostList":case"hotPostList":showConfigWindow("divSetPost");break;case"greeting":showConfigWindow("divSetGreeting");break;case"profile":showConfigWindow("divSetProfile");break;case"post":showMaskLayer("visible");oCurrentPopupId=window.open("/boxitem/post.do?action=createForm&_boxID=0&_tongID="+__MyTongID__+"&mode=widget&_widgetID="+B,"addPost","scrollbars=yes,status=yes,width=710,height=680,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385));break;case"photo":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");oCurrentPopupId=window.open("/library/photo.do?action=uploadForm&_tongID="+__MyTongID__+"&_widgetID="+B,"addphoto","status=yes,width=680,height=680,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"mmedia":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");oCurrentPopupId=window.open("/mytong/main17/config/setMmedia.vm?_tongID="+__MyTongID__+"&_widgetID="+B,"addmmedia","status=yes,width=758, height=624,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"review":showMaskLayer("visible");oCurrentPopupId=window.open("/library/review.do?action=uploadSel&_tongID="+__MyTongID__+"&_widgetID="+B,"addreview","scrollbars=yes, status=yes,width=715, height=624,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385));break;case"photoList":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");oCurrentPopupId=window.open("/library/photo.do?action=photoCallPopupForm&_tongID="+__MyTongID__+"","_blank","scrollbars=no,status=yes,width=439,height=580,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"boxList":requestData(A);break;case"mmediaList":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");window.open("/library/mmedia.do?action=mmediaCallPopupForm&_tongID="+__MyTongID__+"","_blank","scrollbars=no,status=yes,width=439,height=580,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"reviewList":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");window.open("/library/review.do?action=reviewCallPopupForm&_tongID="+__MyTongID__+"","_blank","scrollbars=no,status=yes,width=439,height=580,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"postList":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");window.open("/boxitem/post.do?action=postCallPopupForm&_tongID="+__MyTongID__+"","_blank","scrollbars=no,status=yes,width=439,height=580,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"puzzle":showConfigWindow("divSetPuzzle");break;case"tongevent":if(D==undefined){}else{requestData(A)}break;case"webpage":showConfigWindow("divSetWebpage");break;case"linkmapList":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");oCurrentPopupId=window.open("/boxitem/linkbox.do?action=linkboxCallPopupForm&_tongID="+__MyTongID__+"","_blank","scrollbars=no,status=yes,width=439,height=580,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"blogList":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");oCurrentPopupId=window.open("/boxitem/rss.do?action=RssListCallPopupForm&type=blogList&_tongID="+__MyTongID__+"","_blank","scrollbars=no,status=yes,width=439,height=580,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"rssList":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");showConfigWindow("divSetRSS")}break;case"bookmark":showConfigWindow("divSetBookmark");break;case"themeRssList":if(D==undefined){showConfigWindow("divSetPost")}else{showMaskLayer("visible");window.open(sThemeWebServerURL+"/main.do?action=themeWidgetCallPopupForm&_tongID="+__MyTongID__+"","_blank","scrollbars=no,status=yes,width=439,height=580,left="+(window.screen.availWidth/2-340)+",top="+(window.screen.availHeight/2-385))}break;case"default":}};MyTongOps.prototype.removeComponent=function(A){try{Draggable.unregister(A);document.body.removeChild(A)}catch(B){}};MyTongOps.prototype.saveAllComponent=function(C){var D=new StringBuffer();var A="-||-";var E="";var B="";for(E in Draggable.__DragElement__){if(E!="size"&&Draggable.__DragElement__[E].iCanvasID==Draggable.__CurrentCanvasID__){D.append("&item=");D.append(Draggable.__DragElement__[E].ID);D.append(A);D.append(Draggable.__DragElement__[E].iCanvasID);D.append(A);D.append(parseInt(Draggable.__DragElement__[E].__Element__.style.left));D.append(A);D.append(parseInt(Draggable.__DragElement__[E].__Element__.style.top));D.append(A);D.append(parseInt(Draggable.__DragElement__[E].__Element__.style.width));D.append(A);D.append(parseInt(Draggable.__DragElement__[E].__Element__.style.height));D.append(A);D.append(Draggable.__DragElement__[E].__Element__.id);D.append(A);D.append(escape(Draggable.__DragElement__[E].sTitle));D.append(A);D.append(Draggable.__DragElement__[E].sContentType);D.append(A);D.append(Draggable.__DragElement__[E].iSkinNo);D.append(A);D.append(Draggable.__DragElement__[E].__Element__.style.zIndex);D.append(A);D.append(((Draggable.__DragElement__[E].bFixed)?"1":"0"))}}B+=D.toString();delete D;if(C==undefined){Request.sendPOST("/mytong/widget.do?action=saveAllWidget&myTongID="+__MyTongID__+"",B,CB_SaveMyTong)}else{Request.sendPOST("/mytong/widget.do?action=saveAllWidget&myTongID="+__MyTongID__+"",B,CB_SaveMyTong,"auto")}};MyTongOps.prototype.saveComponent=function(G,C){var E=new StringBuffer();var A="-||-";var F=G;var B="";var D="";if(C!=undefined&&C=="change"){D="&bCheckZindex=true"}E.append("&item=");E.append(Draggable.__DragElement__[F].ID);E.append(A);E.append(Draggable.__DragElement__[F].iCanvasID);E.append(A);E.append(parseInt(Draggable.__DragElement__[F].__Element__.style.left));E.append(A);E.append(parseInt(Draggable.__DragElement__[F].__Element__.style.top));E.append(A);E.append(parseInt(Draggable.__DragElement__[F].__Element__.style.width));E.append(A);E.append(parseInt(Draggable.__DragElement__[F].__Element__.style.height));E.append(A);E.append(Draggable.__DragElement__[F].__Element__.id);E.append(A);E.append(escape(Draggable.__DragElement__[F].sTitle));E.append(A);E.append(Draggable.__DragElement__[F].sContentType);E.append(A);E.append(Draggable.__DragElement__[F].iSkinNo);E.append(A);E.append(Draggable.__DragElement__[F].__Element__.style.zIndex);E.append(A);E.append(((Draggable.__DragElement__[F].bFixed)?"1":"0"));B+=E.toString();delete E;Request.sendPOST("/mytong/widget.do?action=saveAllWidget&myTongID="+__MyTongID__+D,B,CB_SaveMyTong,"auto")};MyTongOps.prototype.getSaveString=function(C){var B=new StringBuffer();var A="-||-";B.append(Draggable.__CurrentCanvasID__);B.append(A);B.append(this.latestLeft+this.marginNewComponent);B.append(A);B.append(this.latestTop+this.marginNewComponent);B.append(A);B.append(MyTongWidgetDefaultValue[C].width);B.append(A);B.append(MyTongWidgetDefaultValue[C].height);B.append(A);B.append("");B.append(A);B.append(escape(MyTongWidgetDefaultValue[C].title));B.append(A);B.append(C);B.append(A);B.append(MyTongWidgetDefaultValue[C].skin);B.append(A);B.append(String(Draggable.iAccZindex++));B.append(A);B.append("0");return B.toString()};MyTongOps.prototype.requestComponentContent=function(A){var D=Draggable.__DragElement__[A.id].sContentType;var C=Draggable.__DragElement__[A.id].ID;var E=Draggable.__CurrentCanvasID__;var B="";$("Box_Content_"+A.id).innerHTML='<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td width="100%" height="100%" align="center" valing="middle"><img src="/images/mytong/main17/loading_text.gif" align="center" valign="center"></td></tr></table>';switch(D){case"newPostList":case"hotPostList":case"menu":case"profile":case"visitorList":case"greeting":case"guestbook":case"post":case"photo":case"mmedia":case"review":case"photoList":case"boxList":case"postList":case"mmediaList":case"reviewList":case"puzzle":case"tongevent":case"webpage":case"linkmapList":case"blogList":case"bookmark":case"rssList":case"themeRssList":default:B="/mytong/widget.do?action=viewWidget&myTongID="+__MyTongID__+"&_widgetID="+C+"&type="+D+"&_canvasID="+E;break}Request.sendGET(B,respondData,A)};MyTongOps.prototype.modifyTitleClick=function(A){var B=document.createElement("INPUT");B.type="TEXT";B.style.width="100%";B.style.fontSize="12px";B.style.height="12px";B.style.border="1px dotted #000000";B.style.backgroundColor="#FFFFFF";B.style.margin="0px";B.setAttribute("maxLength","40");B.value=Draggable.__DragElement__[A.id].sTitle;B.id="Box_Title_Input_TextBox_"+A.id;$("Box_Title_Input_"+A.id).innerHTML="";$("Box_Title_Input_"+A.id).style.border="solid 0px";$("Box_Title_Input_"+A.id).appendChild(B);Event.addEventHandler(B,"keydown",UIManager.keydown);Event.addEventHandler(B,"mousedown",UIManager.mousedown);Event.addEventHandler(B,"blur",UIManager.blur);B.focus();B.value=B.value+""};MyTongOps.prototype.replaceTitle=function(C,A,B){$("Box_Title_Input_"+A).innerHTML="<a href=\"javascript:oMyTongOps.modifyTitleClick(document.getElementById('"+A+'\'))" style="text-decoration:none; color:#013469; cursor:text;" onclick="this.blur()" onmouseover="$(\'Box_Title_Input_'+A+"').style.border='dotted 1px';\" onmouseout=\"$('Box_Title_Input_"+A+"').style.border='dotted 0px';\">"+B+"</a>";return false};UIManager={keydown:function(){var B=window.event||arguments[0];var A=Event.getTarget(B);if(B.keyCode==13){UIManager.message(A);return false}},blur:function(){var B=window.event||arguments[0];var A=Event.getTarget(B);UIManager.message(A);return false},mousedown:function(){var A=window.event||arguments[0];Event.cancelEvent(event)},message:function(D){var A=D.id.split("Box_Title_Input_TextBox_")[1];var B="";var E=Draggable.__DragElement__[A].sTitle;var C=TrimForTitle(D.value);if(C!=""){if(_CheckByteLength(D.value,80)==false){D.value=_CutString(D.value,80);alert("ÃÖ´ë  "+40+"ÀÚ±îÁö¸¸ ÀÔ·Â °¡´ÉÇÕ´Ï´Ù.\n(ÇÑ±Û 2¹ÙÀÌÆ®, ¿µ¹® 1¹ÙÀÌÆ®)");return false}if(C!=E){Request.sendPOST("/mytong/widget.do?action=saveWidgetTitle&myTongID="+__MyTongID__+"&_widgetID="+Draggable.__DragElement__[A].ID,"_widgetTitle="+escape(C)+"&_canvasID="+Draggable.__CurrentCanvasID__,IsSuccessTitle,D)}else{B=E;oMyTongOps.replaceTitle(D,A,B)}}else{B=E;oMyTongOps.replaceTitle(D,A,B)}}};function IsSuccessTitle(httpRequest,obj){eval("var oResult="+httpRequest.responseText);var NewOneID=obj.id.split("Box_Title_Input_TextBox_")[1];var NewOneTitle="";if(oResult.code=="success"){Draggable.__DragElement__[NewOneID].sTitle=obj.value;NewOneTitle=obj.value}else{NewOneTitle=Draggable.__DragElement__[NewOneID].sTitle}oMyTongOps.replaceTitle(obj,NewOneID,NewOneTitle)}function CB_SaveMyTong(A,B){if(B==undefined||B!="auto"){myTongAlert("<strong>¼º°øÀûÀ¸·Î ÀúÀåµÇ¾ú½À´Ï´Ù.</strong>")}}function requestData(A){oMyTongOps.requestComponentContent(A)}function respondData(httpRequest,data){if(Draggable.__DragElement__[data.id]){var type=Draggable.__DragElement__[data.id].sContentType;var sResult="";var iTmp;eval("var oResult="+httpRequest.responseText);oMyTongOps.setComponentContent(data.id,oResult);oResult=null;data=null}}function setPosWindowCenter(B){var C=Bom.getWindowInnerSize();var A=Bom.getScrollOffset();B.style.left=(C.w-parseInt(B.style.width))/2+A.x+"px";B.style.top=(C.h-parseInt(B.style.height))/2+A.y+"px"}MyTongOps.prototype._getComponent=function(type,oNewOne,title){var sRValue="";var iTmp=0;var sTmpTitle="";sTmpTitle=(title==undefined)?MyTongWidgetDefaultValue[type].title:title;switch(type){case"profile":case"post":default:sRValue=MyTongSkin[MyTongWidgetDefaultValue[type].skin].definition.replace(/=NewOneID=/g,oNewOne.id).replace(/=NewOneTitle=/g,sTmpTitle).replace(/=NewOneContent=/,"");break}for(var iT in MyTongSkin[MyTongWidgetDefaultValue[type].skin].originWidth){iTmp=MyTongSkin[MyTongWidgetDefaultValue[type].skin].originWidth[iT]+(parseInt(oNewOne.style.width)-MyTongSkin[MyTongWidgetDefaultValue[type].skin].frameSize[0]);sRValue=eval("sRValue.replace(/="+iT+"=/g, "+iTmp+")")}for(var iT in MyTongSkin[MyTongWidgetDefaultValue[type].skin].originHeight){iTmp=MyTongSkin[MyTongWidgetDefaultValue[type].skin].originHeight[iT]+(parseInt(oNewOne.style.height)-MyTongSkin[MyTongWidgetDefaultValue[type].skin].frameSize[1]);sRValue=eval("sRValue.replace(/="+iT+"=/g, "+iTmp+")")}if(!bLogin||!bOwner){sRValue=sRValue.replace(/<!--LIO(\d+)-->.*<!--\/LIO\1-->/g,"")}else{sRValue=sRValue.replace(/<!--(\/)?LIO(\d+)-->/g,"")}sRValue=sRValue.replace(/src=\"\/images\//g,'src="'+sImageServerURL+"/images/");return sRValue};MyTongOps.prototype.setComponentContent=function(c,S){var u=Draggable.__DragElement__[c].sContentType;var D="";var a;var h=Draggable.__DragElement__[c].__Element__;var P=true;var F=0;var E=0;var Q=0;var g=0;var f=0;var W=0;var d=0;var t=0;var r=0;if(S.info){Draggable.__DragElement__[c].iDispType=S.info.expressType;if(S.info.exposureCount!=0){Draggable.__DragElement__[c].iDispCount=S.info.exposureCount}}Draggable.__DragElement__[c].sContent="received";try{switch(u){case"newPostList":case"hotPostList":g=31;f=65;W=70;d=20;t=1;var j="";var O=0;var m=0;var Z="";D+='<div class="box_contents" style="margin:0px;">';if(S.info.expressType==0){O=0}else{if(S.info.expressType==1){O=S.info.exposureCount;d=75}else{if(S.info.expressType==2){O=1}}}for(m=0;m<O&&m<S.list.length;m++){if(S.list[m].postId!=""){Z=TrimForTitle(S.list[m].title,true);if(S.list[m].image!=""){j='<a href="javascript:GoToPost('+S.list[m].tongId+","+S.list[m].boxId+","+S.list[m].postId+')"><img src="'+S.list[m].image+'" class="img" width="77" height="58" alt="" /></a>'}else{j=""}D+='<div class="top_imgbox_new" style="padding-left:10px;">'+j+'			<div class="tit" style="padding-right:10px;"><a href="javascript:GoToPost('+S.list[m].tongId+","+S.list[m].boxId+","+S.list[m].postId+')">'+Z.split("&lt;").join("<")+'</a></div>			<div class="text" style="padding-right:10px;"><a href="javascript:GoToPost('+S.list[m].tongId+","+S.list[m].boxId+","+S.list[m].postId+')">'+GetPixelSizedText(S.list[m].content.split("&lt;").join("<"),1000,false)+"</a></div></div>"}f+=70}D+='<ul style="list-style-type:none; margin:1px 0 1px 0px; padding:0;">';for(m=O;m<S.list.length&&m<S.info.exposureCount;m++){Z=TrimForTitle(S.list[m].title,true);if(S.info.expressType==0||S.info.expressType==2){D+='<li style="padding:0; margin-bottom:5px;"><img src="/images/icon/dot.gif" style="margin:0 7px 3px 0;"><a href="javascript:GoToPost('+S.list[m].tongId+","+S.list[m].boxId+","+S.list[m].postId+')">'+Z+"</a></li>"}else{if(S.info.expressType==1){var G=(S.list[m].UseDefaultImage=="y")?"/images/mytong/main17/icon/default_tong_img.gif":sFileServerURL+"/download.asp?FileID="+S.list[m].TongImage;D+='<li style="padding:0 0 5px 0;"><div style="float:left; margin:0 5px 0 0;"><img src="'+G+'" border="0" class="thumb02" width="32" height="24" /></div><div class="title" style="padding-top:5px;"><a href="/'+S.list[m].UserHome+'">'+S.list[m].NickName+"</a></div></li>"}}E+=d}D+="</ul></div>";if(S.list.length>1){F=350}E+=f;if(F>0){Q=2}$("Box_Content_"+c).innerHTML=D;break;case"menu":var B=-128;var X=B/-4;D='<div class="box_menunavi" style="width:100%; height:100%;">';D+="<ul>";D+='			<li style="margin:2px 0 0 0"><a href="/'+__MyTongUserID__+'/mymaintong"><img src="/images/mytong/btn/btn_menunavi01.gif" onMouseOver="CHIMG(this)" onMouseOut="CHIMG(this)" width="164" height="30" alt="°ü½ÉÅë" /></a></li>';if(S.isPhoto){D+='			<li style="margin:2px 0 0 0"><a href="/'+__MyTongUserID__+'/photo"><img src="/images/mytong/btn/btn_menunavi02.gif" onMouseOver="CHIMG(this)" onMouseOut="CHIMG(this)" width="164" height="30" alt="Æ÷ÅäÅë" /></a></li>';B+=X}if(S.isMmedia){D+='			<li style="margin:2px 0 0 0"><a href="/'+__MyTongUserID__+'/mmedia"><img src="/images/mytong/btn/btn_menunavi03.gif" onMouseOver="CHIMG(this)" onMouseOut="CHIMG(this)" width="164" height="30" alt="µ¿¿µ»óÅë" /></a></li>';B+=X}if(S.isReview){D+='			<li style="margin:2px 0 0 0"><a href="/'+__MyTongUserID__+'/review"><img src="/images/mytong/btn/btn_menunavi04.gif" onMouseOver="CHIMG(this)" onMouseOut="CHIMG(this)" width="164" height="30" alt="¸®ºäÅë" /></a></li>';B+=X}if(S.isGuestbook){D+='			<li style="margin:2px 0 0 0"><a href="/'+__MyTongUserID__+'/guestbook"><img src="/images/mytong/btn/btn_menunavi05.gif" onMouseOver="CHIMG(this)" onMouseOut="CHIMG(this)" width="164" height="30" alt="¹æ¸í·Ï" /></a></li>';B+=X}D+="</ul>";D+="</div>";$("Box_Content_"+c).innerHTML=D;if(parseInt(h.style.height)==MyTongWidgetDefaultValue.menu.height){F=0;E=B+(MyTongWidgetDefaultValue.menu.height-parseInt(h.style.height));Q=1}break;case"profile":if(S.ImageID!="0"&&S.ImageID!=""){$("Box_Image_BG_"+c).innerHTML='<img src="'+sFileServerURL+"/download.asp?FileID="+S.ImageID+"\" onload=\"showMaskLayer('hidden'); try {$('divSetProfile').style.visibility='hidden'} catch(e){}\" onerror=\"showMaskLayer('hidden')\">"}if(S.Content!=""){$("Box_Content_"+c).innerHTML=S.Content;$("Box_Content_"+c).style.visibility="visible"}else{$("Box_Content_"+c).style.visibility="hidden"}P=false;break;case"visitorList":D='<ul style="list-style-type:none; margin:0; padding:0;">';var J="";for(var m=0;m<S.list.length&&m<S.info.exposureCount;m++){if(S.list[m]._VisitorTongID==__MyTongID__||S.list[m].TongID==S.list[m]._VisitorTongID){J=" <a href='javascript:removeGuestbook(\""+u+'", ["'+S.list[m].TongID+'"],"'+c+'")\'><img src="/images/mytong/icon_delete.gif"></a>'}else{J=""}if(S.info.expressType==0){D+='<li style=\'background: url("/images/icon/dot.gif") no-repeat  0 20%; padding-left:10px; height:20px\'><a href="/'+S.list[m].UserHome+'">'+S.list[m].NickName+"</a>"+J+"</li>"}else{if(S.info.expressType==1){var G=(S.list[m].UseDefaultImage=="y")?"/images/mytong/main17/icon/default_tong_img.gif":sFileServerURL+"/download.asp?FileID="+S.list[m].TongImage;D+='<li style="padding:0px; height:25px;margin:0 0 2px 0;"><div style="float:left; margin:0 5px 0 0;"><img src="'+G+'" border="0" class="thumb02" width="32" height="24" /></div><div class="title" style="padding-top:5px;"><a href="/'+S.list[m].UserHome+'">'+S.list[m].NickName+"</a>"+J+"</div></li>"}}}D+="</ul>";if(S.list.length<=0){D="<table width='100%' height='100%'><tr><td width='100%' height='100%' align='center' valign='middle'>¾ÆÁ÷ ´Ù³à°£ »ç¶÷ÀÌ ¾ø½À´Ï´Ù.</td></tr></table>"}$("Box_Content_"+c).innerHTML=D;break;case"greeting":if(S.Content.replace(/(^\s+|\s+$)/g)==""){$("Box_Content_"+c).innerHTML="¹æ¹®ÇØ ÁÖ¼Å¼­ °¨»çÇÕ´Ï´Ù."}else{$("Box_Content_"+c).innerHTML=S.Content}break;case"guestbook":if(bEnableGuestbook){D='<div class="mtmain_guest">';for(var m=0;m<S.list.length;m++){D+='<ul class="gbook_List"><li><dl class="gbook_cont"><dd class="gbook_num"> no.'+S.list[m].GuestbookNo+'</dd><dt class="gbook_photo">	<img src="'+((S.list[m].UseDafaultImage=="n")?sFileServerURL+"/download.asp?FileID="+S.list[m].image:"/images/mytong/main17/icon/guestbook_default_img.gif")+'" width="48" height="36" alt="" style="border:1px solid #E1E1DF;" /></dt><dd class="gbook_winfo">'+((S.list[m].UserID!="")?'<a class="writerName" href="/'+S.list[m].UserID+'">':"")+S.list[m].NickName+((S.list[m].UserID!="")?"</a>":"")+'<span class="post_date"> '+S.list[m].RegisterDate+" </span></dd>";if(S.list[m].IsPrivate=="y"){D+='<dd class="gbook_winfo" style="color:#fe7200;"><img src="/images/guestbook/ico_secret.gif" alt="ÀÚ¹°¼è" /> ºñ¹Ð±Û(ÀÌ ±ÛÀº Åë ÁÖÀÎ°ú ÀÛ¼ºÀÚ¸¸ º¼ ¼ö ÀÖ½À´Ï´Ù.)</dd>'}D+='<dd class="gbook_text">	<p>'+GetPixelSizedText(S.list[m].Memo.replace(/\\n/g," ").replace(/(<|&lt;)(\/)?[^>]*>/gi,""),600,false)+'</p></dd><dd class="gbook_subcont">	<a href="/'+__MyTongUserID__+'/guestbook" class="btn_viewMore"><img src="/images/mytong/btn/btn_guest_more.gif" style="margin:0 0 0 2px;" onmouseover="CHIMG(this);" onmouseout="CHIMG(this);" width="41" height="16" alt="´õº¸±â" /></a>	<span class="reply_delbtn">'+((S.list[m].GuestCntAttach>0)?'<a href="/'+__MyTongUserID__+'/guestbook"><img src="/images/mytong/guest_reply.gif" style="vertical-align:middle; margin:0 5px 0 0;" width="18" height="10"  onMouseOver="CHIMG(this)" onMouseOut="CHIMG(this)" alt="´ä±Û" /></a><strong>'+S.list[m].GuestCntAttach+'</strong><img src="/images/mytong/guest_reply_bar.gif" style="margin:0 5px;vertical-align:middle;" alt="" />':"")+((S.list[m].TongID==S.list[m]._VisitorTongID||(S.list[m].WriterID!="0"&&S.list[m].WriterID==S.list[m]._VisitorTongID))?"<a href='javascript:removeGuestbook(\""+u+'", ["'+S.list[m].GuestbookID+'","'+S.list[m].WriterID+'"],"'+c+'")\'><img src="/images/mytong/guest_reply_del.gif" onMouseOver="CHIMG(this)" onMouseOut="CHIMG(this)" style="vertical-align:middle;" width="19" height="10" alt="»èÁ¦" /></a></a>':"")+'</span><br class="clear" /></dd></dl><br class="clear"/></li>'}if(!bOwner){D+='<div class="guest_write"><a href="/'+__MyTongUserID__+'/guestbook"><img src="/images/mytong/btn/btn_guest_write.gif" onmouseover="CHIMG(this);" onmouseout="CHIMG(this);" width="114" height="18" alt="¹æ¸í·Ï ³²±â·¯ °¡±â" title="¹æ¸í·Ï ³²±â·¯ °¡±â" /></a></div>'}else{D+='<div class="guest_write"><a href="/'+__MyTongUserID__+'/guestbook"><img src="/images/mytong/btn/btn_guest_goto.gif" onmouseover="CHIMG(this);" onmouseout="CHIMG(this);" width="114" height="18" alt="¹æ¸í·Ï ³²±â·¯ °¡±â" title="¹æ¸í·Ï ³²±â·¯ °¡±â" /></a></div>'}D+="</div>"}else{D+='<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td width="100%" height="100%" align="center" valign="middle"><div style="width:250px;text-align:left;color:#A9A9A9;">¹æ¸í·ÏÀº ÇöÀç »ç¿ëÇÏÁö ¾Ê´Â ¸Þ´ºÀÔ´Ï´Ù.<br>°ü¸®ÇÏ±â¿¡¼­ ¹æ¸í·Ï »ç¿ëÀ» ¼±ÅÃÇØ ÁÖ¼¼¿ä.</div></td></tr></table>'}$("Box_Content_"+c).innerHTML=D;break;case"post":if(S.list[0].postID.replace(/^\s+|\s+$/,"")!=""){var Y="/mytong/widget.do?action=readWidgetView&_tongID="+S.list[0].myTongID+"&_boxID="+S.list[0].boxID+"&_boxItemID="+S.list[0].postID;$("Box_Content_"+c).innerHTML='<iframe name="widgetContent" id="widgetContent"  src="'+Y+'" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">»ç¿ëÇÏ°í °è½Å ºê¶ó¿ìÀú´Â iframeÀ» Áö¿øÇÏÁö ¾Ê½À´Ï´Ù</iframe>'}else{D='<div class="img" style="width:443px;"><img src="'+deleteImage+'"></div>';$("Box_Content_"+c).innerHTML=D}break;case"photo":g=31;f=65;W=77;d=60;t=3;if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<div class="img" style="width:443px;"><img src="'+deleteImage+'"></div>'}else{if(S.list.length==1){var s=0;if(S.list[0].imageWidth>640){s=640}else{s=S.list[0].imageWidth}var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<table width="100%" cellpadding="0" cellspacing="0"><tr style="vertical-align:top;"><td><div id="photo"><table width="640" border="0" cellpadding="0" cellspacing="0"><tr><td><div class="photo_img"><a href="'+sWebServerURL+"/"+S.list[0].UserHome+"/photo/"+S.list[0].photoID+'"><img src="'+S.list[0].imageURL+'" border="0" width="'+s+'" style="cursor:hand;" /></a></div></td></tr></table></div></td></tr></table>'}else{if(S.info.expressType==0){D='<ul style="float:left;margin:0;padding:0;">';for(var m=0;m<S.list.length;m++){D+='<li style="float:left;list-style:none;margin:1px 1px 0 0;"><a href="/'+S.list[m].UserHome+"/photo/"+S.list[m].photoID+'">';D+='<img src="'+S.list[m][(S.list.length==1)?"imageURL":"thumbnailURL"]+'" width="77" height="58">';D+="</a></li>"}D+="</ul>"}else{if(S.info.expressType==1){D='<div><ul style="list-style-type:none; margin:0;padding:0;">';for(var m=0;m<S.list.length;m++){D+='<li style="float:left;margin:0 6px 10px 0;padding:0;width:77px;height:80px;overflow:hidden;"><a href="/'+S.list[m].UserHome+"/photo/"+S.list[m].photoID+'" />';D+='<img src="'+S.list[m][(S.list.length==1)?"imageURL":"thumbnailURL"]+'" style="margin:0 0 4px 0;" width="77" height="58" /></a>';if(S.info.expressType==1){D+='<div style="margin:0;"><a href="/'+S.list[m].UserHome+"/photo/"+S.list[m].photoID+'" />'+GetPixelSizedText(S.list[m].Title.split("&lt;").join("<"),75,false)+"</a></div>"}D+="</li>"}D+="</ul></div>"}}if(S.list.length>1){F=t*W+g}E=Math.ceil(S.list.length/t)*d+f;if(F>0){Q=2}}}$("Box_Content_"+c).innerHTML=D;break;case"mmedia":g=31;f=65;W=108;d=80;t=3;$("Box_Content_"+c).innerHTML="";if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<div class="img" style="width:454px;"><img src="'+deleteMmediaImage+'"></div>';$("Box_Content_"+c).innerHTML=D}else{if(S.list.length==1){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;var R=sWebServerURL+"/"+S.list[0].UserHome+"/mmedia/"+S.list[0].mmediaID;if(bIE){MyInsertAdjacentHTML("BeforeEnd","<div style='background-color:#000000;width:400px;height:340px;'>"+getMMediaPlayer(__MyTongID__,S.list[0].mmediaID,"m",400,"Box_Content_"+c,true,false)+"</div>",$("Box_Content_"+c))}else{$("Box_Content_"+c).innerHTML="<div style='background-color:#000000; width:400px; height:340px;'>"+getMMediaPlayer(__MyTongID__,S.list[0].mmediaID,"m",400,"Box_Content_"+c,true,false)+"</div>"}}else{D='<ul style="float:left;margin:0px;padding:0;list-style-type:none;">';if(S.info.expressType==0){for(var m=0;m<S.list.length;m++){D+='<li style="float:left;margin:1px 1px 0 0;"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID+'">';D+=CreateFlash8ToString("/images/flash/thumb_player.swf?thumbnailUrl="+S.list[m].thumbnailURL+"&file="+S.list[m].thumbFileURL+"&view="+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID,"P"+S.list[m].mmediaID,"108","80","transparent",true,"#FFFFFF","");D+="</a></li>"}}else{if(S.info.expressType==1){for(var m=0;m<S.list.length;m++){D+='<li style="float:left;margin:0 6px 10px 0;"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID+'">';D+=CreateFlash8ToString("/images/flash/thumb_player.swf?thumbnailUrl="+S.list[m].thumbnailURL+"&file="+S.list[m].thumbFileURL+"&view="+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID,"P"+S.list[m].mmediaID,"108","80","transparent",true,"#FFFFFF","");if(S.info.expressType==1){D+='<div style="width:106px;padding-top:2px;margin:0 0 4px 0;word-break:break-all;word-wrap:break-word;"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID+'">';sTitle=GetPixelSizedText(S.list[m].Title,100,false);sTitle=sTitle.split("&lt;").join("<");D+=sTitle;D+="</a></div>"}D+="</a></li>"}}}D+="</ul>";if(bIE){MyInsertAdjacentHTML("BeforeEnd",D,$("Box_Content_"+c))}else{$("Box_Content_"+c).innerHTML=D}if(S.list.length>1){F=t*W+g}E=Math.ceil(S.list.length/t)*d+f;if(F>0){Q=2}}}break;case"review":if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<div class="img" style="width:443px;"><img src="'+deleteImage+'"></div>'}else{var K=S.list[0].imageURL;if(K==""){K="/images/library/img_no06_review.jpg"}D='<div style="float:left;margin:0 10px 10px 0;"><a href="'+sWebServerURL+"/"+S.list[0].UserHome+"/review/"+S.list[0].reviewID+'"><img src="'+K+'" width="100" height="143" alt="" /></a></div><dl><dt style="color:#464646; font-size:12px; font-weight:bold;"><a href="'+sWebServerURL+"/"+S.list[0].UserHome+"/review/"+S.list[0].reviewID+'">'+S.list[0].Title.split("&lt;").join("<")+'</a></dt><dd style="margin:6px 0 0 0;"><div class="flower" style="float:none;"><div class="flower_on" style="width:'+S.list[0].point*20+'%;"></div></div></dd><dd style="margin:6px 0 0 0; line-height:1.5em; color:#666666; text-align:justify; font-size:12px;"><a href="'+sWebServerURL+"/"+S.list[0].UserHome+"/review/"+S.list[0].reviewID+'">'+S.list[0].content.replace(/\\n/g,"\n<br/>").split("&lt;").join("<")+"</a><dd></dl>"}$("Box_Content_"+c).innerHTML=D;break;case"photoList":g=31;f=65;W=77;d=60;t=3;if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<div class="img" style="width:443px;"><img src="'+deleteImage+'"></div>'}else{if(S.list.length==1){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N}Draggable.__DragElement__[c].sContent="-";if(S.info.expressType==0){D='<ul style="float:left;margin:0;padding:0;">';for(var m=0;m<S.list.length;m++){D+='<li style="float:left;list-style:none;margin:1px 1px 0 0;"><a href="/'+S.list[m].UserHome+"/photo/"+S.list[m].photoID+'">';D+='<img src="'+S.list[m][((S.list.length==1)?"imageURL":"thumbnailURL")]+((S.list.length>1)?'" width="77" height="58"':"")+'">';D+="</a></li>"}D+="</ul>"}else{if(S.info.expressType==1){D='<div class="box_thumb2"><ul>';for(var m=0;m<S.list.length;m++){D+='<li><a href="/'+S.list[m].UserHome+"/photo/"+S.list[m].photoID+'" />';D+='<img src="'+S.list[m][(S.list.length==1)?"imageURL":"thumbnailURL"]+'" class="thumb_img" /></a>';if(S.info.expressType==1){D+='<div><a href="/'+S.list[m].UserHome+"/photo/"+S.list[m].photoID+((S.list.length>1)?'" width="77" height="58"':"")+'"/>'+GetPixelSizedText(S.list[m].Title.split("&lt;").join("<"),75,false)+"</a></div>"}D+="</li>"}D+="</ul></div>"}}if(S.list.length>1){F=t*W+g}E=Math.ceil(S.list.length/t)*d+f}$("Box_Content_"+c).innerHTML=D;if(F>0){Q=2}break;case"boxList":var B=0;D='<div id="sub_tonglist" style="display:block;">';D+="<dl>";for(var m=0;m<S.list.length;m++){if(S.list[m].boxID==-9){if(S.list[m].boxTitle){B+=36;D+='<dd class="menu_tit"><div style="color:#'+S.list[m].titleColor+'">'+S.list[m].boxTitle.replace(/</,"&lt;")+"</div></dd>";D+='<dd class="menu_notit"></dd>'}else{B+=9;D+='<dd class="menu_line"><div></div></dd>'}}else{B+=20;var U=143;if(S.list[m].todayUpdated){U=U-12}if(S.list[m].permission){U=U-15}if(S.list[m].isAdultOnly){U=U-16}D+='<dd class="menu_list"><img class="tonglv" src="/images/mytong/tonglevel'+S.list[m].levelIndex+'.gif" alt="" /> <a href="javascript:GoToBox(true,\''+S.list[m].tongID+"','"+S.list[m].boxID+"','box');\"><font color=\"#"+S.list[m].titleColor+'">';D+=GetPixelSizedText(S.list[m].boxTitle,U,false);D+="</font>";if(S.list[m].permission==1){D+=" <img src=/images/mytong/icon_hidden.gif align=absmiddle class=img_bottom02>"}if(S.list[m].permission==2&&S.list[m].hasPermission){D+=" <img src=/images/mytong/icon_key.gif align=absmiddle class=img_bottom02>"}if(S.list[m].todayUpdated){D+=" <img src=/images/mytong/icon_new.gif align=absmiddle class=img_bottom02>"}if(S.list[m].isAdultOnly){D+=" <img src=/images/mytong/icon_19.gif align=absmiddle class=img_bottom02>"}D+="</a></dd>"}}D+="</dl>";D+="</div>";F=0;E=B+(MyTongWidgetDefaultValue.boxList.height-parseInt(h.style.height));Q=1;Draggable.__DragElement__[c].bInit=false;$("Box_Content_"+c).innerHTML=D;break;case"mmediaList":g=31;f=65;W=108;d=80;t=3;$("Box_Content_"+c).innerHTML="";if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<div class="img" style="width:454px;"><img src="'+deleteMmediaImage+'"></div>';$("Box_Content_"+c).innerHTML=D}else{if(S.list.length==1){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;if(bIE){MyInsertAdjacentHTML("BeforeEnd","<div style='background-color:#000000;width:400px;height:340px;'>"+getMMediaPlayer(__MyTongID__,S.list[0].mmediaID,"m",400,"Box_Content_"+c,true,false)+"</div>",$("Box_Content_"+c))}else{$("Box_Content_"+c).innerHTML="<div style='background-color:#000000;width:400px;height:340px;'>"+getMMediaPlayer(__MyTongID__,S.list[0].mmediaID,"m",400,"Box_Content_"+c,true,false)+"</div>"}}else{D='<ul style="float:left;margin:0px;padding:0;list-style-type:none;">';if(S.info.expressType==0){for(var m=0;m<S.list.length;m++){D+='<li style="float:left;margin:1px 1px 0 0;"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID+'">';D+=CreateFlash8ToString("/images/flash/thumb_player.swf?thumbnailUrl="+S.list[m].thumbnailURL+"&file="+S.list[m].thumbFileURL+"&view="+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID,"P"+S.list[m].mmediaID,"108","80","transparent",true,"#FFFFFF","");D+="</a></li>"}}else{if(S.info.expressType==1){for(var m=0;m<S.list.length;m++){D+='<li style="float:left;margin:0 6px 10px 0;"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID+'">';D+=CreateFlash8ToString("/images/flash/thumb_player.swf?thumbnailUrl="+S.list[m].thumbnailURL+"&file="+S.list[m].thumbFileURL+"&view="+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID,"P"+S.list[m].mmediaID,"108","80","transparent",true,"#FFFFFF","");if(S.info.expressType==1){D+='<div style="width:106px;padding-top:2px;margin:0 0 4px 0;word-break:break-all;word-wrap:break-word;"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/mmedia/"+S.list[m].mmediaID+'">';sTitle=GetPixelSizedText(S.list[m].Title,100,false);sTitle=sTitle.split("&lt;").join("<");D+=sTitle;D+="</a></div>"}D+="</a></li>"}}}D+="</ul>";if(bIE){MyInsertAdjacentHTML("BeforeEnd",D,$("Box_Content_"+c))}else{$("Box_Content_"+c).innerHTML=D}if(S.list.length>1){F=t*W+g}E=Math.ceil(S.list.length/t)*d+f;if(F>0){Q=2}}}break;case"reviewList":g=31;f=65;W=70;d=105;t=4;if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<div class="img" style="width:443px;"><img src="'+deleteImage+'"></div>'}else{if(S.list.length==1){var K=S.list[0].imageURL;if(K==""){K="/images/library/img_no06_review.jpg"}var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<div style="float:left;margin:0 10px 10px 0;"><a href="'+sWebServerURL+"/"+S.list[0].UserHome+"/review/"+S.list[0].reviewID+'"><img src="'+K+'" width="100" height="143" alt="" /></a></div><dl><dt style="color:#666666; font-size:12px; font-weight:bold;"><a href="'+sWebServerURL+"/"+S.list[0].UserHome+"/review/"+S.list[0].reviewID+'">'+S.list[0].Title.split("&lt;").join("<")+'</a></dt><dd style="margin:6px 0 0 0;"><div class="flower" style="float:none;"><div class="flower_on" style="width:'+S.list[0].point*20+'%;"></div></div></dd><dd style="margin:6px 0 0 0; line-height:1.5em; color:#666666; font-size:12px;"><a href="'+sWebServerURL+"/"+S.list[0].UserHome+"/review/"+S.list[0].reviewID+'">'+S.list[0].content.replace(/\\n/g,"\n<br/>").split("&lt;").join("<")+"</a><dd></dl>"}else{var K;for(var m=0;m<S.list.length;m++){K=S.list[m].imageURL;if(K==""){K="/images/library/img_no04_review.gif"}if(S.info.expressType==0){D+='<div class="review_type1"><div class="review_posterbd"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/review/"+S.list[m].reviewID+'"><img src="'+K+'" width="54" height="77" alt="" class="review_poster" /></a></div><div class="flower"><div class="flower_on" style="width:'+S.list[m].point*20+'%;"></div></div></div></div>'}else{if(S.info.expressType==1){sTitle=GetPixelSizedText(S.list[m].Title,110,false);sTitle=sTitle.split("&lt;").join("<");sContent=GetPixelSizedText(S.list[m].content,340,false);sContent=sContent.replace(/\\n/g,"").split("&lt;").join("<");D+='<div class="review_type2"><div class="review_posterbd2"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/review/"+S.list[m].reviewID+'"><img src="'+K+'" width="54" height="77" alt="" class="review_poster" /></a></div><dl><dt><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/review/"+S.list[m].reviewID+'">'+sTitle+'</a></dt><dd class="review_flower_dd"><div class="flower" style="float:none;"><div class="flower_on" style="width:'+S.list[m].point*20+'%;"></div></div></dd><dd><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/review/"+S.list[m].reviewID+'">'+sContent+"</a></dd></dl></div>"}else{if(S.info.expressType==2){D+='<div style="width:230px;float:left;"><div style="float:left;margin:0 10px 10px 0;"><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/review/"+S.list[m].reviewID+'"><img src="'+K+'" width="54" height="77" alt="" /></a></div><dl><a href="'+sWebServerURL+"/"+S.list[m].UserHome+"/review/"+S.list[m].reviewID+'"><dt style="color:#666666; font-size:12px; font-weight:bold;">'+S.list[m].Title.split("&lt;").join("<")+'</dt><dd style="margin:20px 0 0 0; line-height:1.5em; color:#666666; font-size:12px;">'+S.list[m].content.replace(/\\n/g,"\n<br/>").split("&lt;").join("<")+"<dd></a></dl></div>"}}}}if(S.list.length>1){F=t*W+g}E=Math.ceil(S.list.length/t)*d+f;if(F>0){Q=2}}}$("Box_Content_"+c).innerHTML=D;break;case"puzzle":if(S.puzzleType==0){flashPuzzle=CreateFlash8ToString("/puzzle/puzzle_view.swf?background="+S.puzzleBackground+"&effect="+S.puzzleEffect+"&frameType="+S.puzzleFrameType+"&myTongID="+S.tongID+"&_widgetID="+S.widgetID+"&canvasID="+Draggable.__CurrentCanvasID__,"puzzle_view","674","260","transparent",false,"#FFFFFF","")}else{if(S.puzzleType==1){flashPuzzle=CreateFlash8ToString("/images/flash/photo.swf?_type=photo&_tongID="+S.tongID+"&_userHome="+S.userHome+"&_widgetID="+S.widgetID+"&canvasID="+Draggable.__CurrentCanvasID__,"photopuzzle","674","260","transparent",true,"#FFFFFF","")}else{if(S.puzzleType==2){flashPuzzle=CreateFlash8ToString("/images/flash/media.swf?_type=mmedia&_tongID="+S.tongID+"&_userHome="+S.userHome+"&_widgetID="+S.widgetID+"&canvasID="+Draggable.__CurrentCanvasID__,"mmediapuzzle","674","260","transparent",true,"#FFFFFF","")}else{if(S.puzzleType==3){flashPuzzle=CreateFlash8ToString("/images/flash/review.swf?_type=review&_tongID="+S.tongID+"&_userHome="+S.userHome+"&_widgetID="+S.widgetID+"&canvasID="+Draggable.__CurrentCanvasID__,"reviewpuzzle","674","260","transparent",true,"#FFFFFF","")}else{if(S.puzzleType==4){if(S.fileType==1){flashPuzzle='<img src="'+sFileServerURL+"/download.asp?FileID="+S.fileID+'">'}}}}}}var q='<iframe src="/mytong/puzzle/view_puzzle.vm" frameborder="0" scrolling="no" width="674" height="260"></iframe>';if(S.Content!=""){$("Box_Content_"+c).innerHTML=q;$("Box_Content_"+c).style.visibility="visible"}else{$("Box_Content_"+c).style.visibility="hidden"}P=false;break;case"postList":g=31;f=65;W=70;d=20;t=1;if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;D='<div class="img" style="width:443px;"><img src="'+deleteImage+'"></div>'}else{if(S.list.length==1){if(S.list[0].postID.replace(/^\s+|\s+$/,"")!=""){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;var Y="/mytong/widget.do?action=readWidgetView&_tongID="+__MyTongID__+"&_boxID="+S.list[0].boxID+"&_boxItemID="+S.list[0].postID;D='<iframe name="widgetContent" id="widgetContent"  src="'+Y+'" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">»ç¿ëÇÏ°í °è½Å ºê¶ó¿ìÀú´Â iframeÀ» Áö¿øÇÏÁö ¾Ê½À´Ï´Ù</iframe>'}else{D='<div class="img" style="width:443px;"><img src="'+deleteImage+'"></div>'}F=480;E=400;Q=2}else{var Z="";Draggable.__DragElement__[c].sContent="-";if(S.info.expressType>=1){for(var m=0;m<(S.info.expressType==2?1:S.list.length);m++){Z=TrimForTitle(S.list[m].Title,true);var b="/"+S.list[m].UserHome+"/"+S.list[m].postID;D+='<div class="top_imgbox_new" style="padding-left:10px;">';if(S.list[m].thumnailID!=""){D+='<a href="'+b+'"><img src="'+S.list[m].thumnailID+'" class="img" width="77" height="58" /></a>'}D+='<div class="tit" style="padding-right:10px;"><a href="'+b+'">'+Z.split("&lt;").join("<")+"</a></div>";D+='<div class="text" style="padding-right:10px;"><a href="'+b+'">'+GetPixelSizedText(S.list[m].Content.replace(/\\n/g,"\n"),1000,false)+"</a></div>";D+="</div>"}}if(S.info.expressType!=1){D+='<div class="box_itrtong">';D+="<ul>";for(var m=(S.info.expressType==0?0:1);m<S.list.length;m++){Z=TrimForTitle(S.list[m].Title,true);var b="/"+S.list[m].UserHome+"/"+S.list[m].postID;D+='<li style="padding:0;margin-bottom:5px;"><img src="/images/icon/dot.gif" style="margin:0 7px 3px 0;"><a href="'+b+'">'+Z.split("&lt;").join("<")+"</a></li>"}D+="</ul>";D+="</div>"}if(S.list.length>1){F=350}E=Math.ceil(S.list.length/t)*d+f;if(F>0){Q=2}}}$("Box_Content_"+c).innerHTML=D;break;case"tongevent":$("Box_Content_"+c).innerHTML='<iframe frameborder="0" width="100%" height="100%" src="/html/mytong/help/open_help.html" class="box_scroll">»ç¿ëÇÏ°í °è½Å ºê¶ó¿ìÀú´Â iframeÀ» Áö¿øÇÏÁö ¾Ê½À´Ï´Ù</iframe>';break;case"linkmapList":g=31;f=65;W=70;d=20;t=1;var k=document.createTextNode(S.info.boxTitle);var M=$("Box_Title_Link_"+c);M.replaceChild(k,M.childNodes[0]);M.setAttribute("title","¿¬°áÅë ÀÔ´Ï´Ù.");if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;$("Box_Title_Link_"+c).style.cursor="";D='<div class="img"><img src="'+deleteImage+'"></div>'}else{var Z="";$("Box_Title_Link_"+c).href="/boxitem/linkmap/LinkBoxListFrame.vm?tongID="+__MyTongID__+"&boxID="+S.info.boxID+"&linkedBoxID="+S.info.linkedBoxID+"&linkmapID="+S.info.linkmapID+"&linkItemUrl="+sWebServerURL+"/"+S.info.userHome+"/b"+S.info.linkedBoxID;Draggable.__DragElement__[c].sContent="-";if(S.info.expressType>=1){for(var m=0;m<(S.info.expressType==2?1:S.list.length);m++){Z=TrimForTitle(S.list[m].Title,true);var b="/boxitem/linkmap/LinkBoxListFrame.vm?tongID="+__MyTongID__+"&boxID="+S.info.boxID+"&linkedBoxID="+S.info.linkedBoxID+"&linkmapID="+S.info.linkmapID+"&linkItemUrl="+sWebServerURL+"/"+S.list[m].UserHome+"/"+S.list[m].postID;D+='<div class="top_imgbox_new" style="padding-left:10px;">';if(S.list[m].thumnailID!=""){D+='<a href="'+b+'" target="_blank"><img src="'+S.list[m].thumnailID+'" class="img" width="77" height="58" /></a>'}D+='<div class="tit" style="padding-right:10px;"><a href="'+b+'" target="_blank">'+Z.split("&lt;").join("<")+"</a></div>";D+='<div class="text" style="padding-right:10px;"><a href="'+b+'" target="_blank">'+GetPixelSizedText(S.list[m].Content.replace(/\\n/g,"\n"),1000,false)+"</a></div>";D+="</div>"}}if(S.info.expressType!=1){D+='<div class="box_itrtong">';D+="<ul>";for(var m=(S.info.expressType==0?0:1);m<S.list.length;m++){Z=TrimForTitle(S.list[m].Title,true);var b="/boxitem/linkmap/LinkBoxListFrame.vm?tongID="+__MyTongID__+"&boxID="+S.info.boxID+"&linkmapID="+S.info.linkmapID+"&linkedBoxID="+S.info.linkedBoxID+"&linkItemUrl="+sWebServerURL+"/"+S.list[m].UserHome+"/"+S.list[m].postID;D+='<li style="padding:0;margin-bottom:5px;"><img src="/images/icon/dot.gif" style="margin:0 7px 3px 0;"><a href="'+b+'" target="_blank">'+Z.split("&lt;").join("<")+"</a></li>"}D+="</ul>";D+="</div>"}if(S.list.length>1){F=350}E=Math.ceil(S.list.length/t)*d+f;if(F>0){Q=2}}$("Box_Content_"+c).innerHTML=D;break;case"webpage":var C=' scrolling="no"';if(S.list[0].useScrollFlag=="y"){C=""}$("Box_Content_"+c).innerHTML='<iframe frameborder="0" width="100%" height="100%" src="'+S.list[0].url.replace(/@/,"")+'" class="box_scroll" '+C+">»ç¿ëÇÏ°í °è½Å ºê¶ó¿ìÀú´Â iframeÀ» Áö¿øÇÏÁö ¾Ê½À´Ï´Ù</iframe>";break;case"bookmark":var l="";D+='<div class="bookmark">';for(var m=0;m<S.list.length;m++){l=(m%2==0)?"bookmark_type1":"bookmark_type2";D+='<div class="'+l+'"><div class="bookmarkList">'+S.list[m].title+'<br /><a href="'+S.list[m].url+'" class="go_bookmark" target="_blank" onfocus="this.blur();">'+S.list[m].url+"</a></div></div>"}D+="</div>";$("Box_Content_"+c).innerHTML=D;break;case"blogList":case"rssList":g=31;f=65;W=70;d=20;t=1;var L=S.info.blogTitle;var o=S.info.rssType;var V=(o.split("_").pop()=="common");var A="";var p="";if(o=="photo"){L+=" by "+S.info.author}var k=document.createTextNode(L);var M=$("Box_Title_Link_"+c);M.replaceChild(k,M.childNodes[0]);M.setAttribute("title","¼öÁý ºí·Î±× ÀÔ´Ï´Ù.");var T=/<img  *src=(\'|\")?([^\'\" ]+)(\'|\")?.*>/i;if(S.list.length==0){var N=$("Box_Border_Edit_"+c);if(N!=undefined){N.style.display="none"}delete N;$("Box_Title_Link_"+c).style.cursor="";D='<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td width="100%" height="100%" align="center" valing="middle"><img src="'+deleteImage+'" align="center" valign="center"></td></tr></table>'}else{var Z="";if(S.info.link!=""){$("Box_Title_Link_"+c).href="/boxitem/rss/RSSListFrame.vm?tongID="+S.info.tongID+"&boxID="+S.info.boxID+"&RSSId="+S.info.RSSID+"&RSSItemUrl="+escape(S.info.link)}else{$("Box_Title_Link_"+c).style.cursor=""}Draggable.__DragElement__[c].sContent="-";if(S.info.expressType>=1){for(var m=0;m<(S.info.expressType==2?1:S.list.length);m++){Z=TrimForTitle(S.list[m].title,true);if(S.list[m].author!=""&&V){Z+=' <span style="font-weight:normal">by '+S.list[m].author+"</span>"}var b="/boxitem/rss/RSSListFrame.vm?tongID="+S.info.tongID+"&boxID="+S.info.boxID+"&RSSId="+S.info.RSSID+"&RSSItemUrl="+escape(S.list[m].url);if(o=="tong_photo"||o=="tong_photo_common"||o=="tong_review"||o=="tong_review_common"||o=="tong_mmedia_common"||o=="tong_mmedia"){var I=S.list[m].tong_description}else{var I=S.list[m].description}var H=T.exec(I);D+='<div class="top_imgbox_new" style="padding-left:10px;">';p="";if(S.list[m].image!=""){p='<a href="'+b+'" target="_blank"><img src="'+S.list[m].image+'" class="img" width="77" height="58" /></a>'}else{if(H!=null){p='<a href="'+b+'" target="_blank"><img src="'+H[2]+'" class="img" width="77" height="58" /></a>'}}if(o=="tong_review"||o=="tong_review_common"){A='<div style="width:50px; height:10px; margin:0; padding:2px 0 0 2px; background:url(\'/images/library/bg_flower_s.gif\') no-repeat 2px 2px;"><div class="flower_on" style="width:'+S.list[m].rate*20+'%;"></div></div>';p='<div style="width:77px; height:88px;float:left;">'+p+A+"</div>"}D+=p;D+='<div class="tit" style="padding-right:10px;"><a href="'+b+'" target="_blank">'+Z.split("&lt;").join("<")+"</a></div>";D+='<div class="text" style="padding-top:5px;padding-right:10px;"><a href="'+b+'" target="_blank">'+GetPixelSizedText(I.replace(/\\n/g," ").replace(/(<|&lt;)(\/)?[^>]*>/gi,""),1000,false)+"</a>";if(S.list[m].tag!=""){D+='<br><img src="/images/library/icon/ic_tag_on.gif ">'+S.list[m].tag}D+="</div>";D+="</div>"}}if(S.info.expressType!=1){D+='<div class="box_itrtong">';D+="<ul>";for(var m=(S.info.expressType==0?0:1);m<S.list.length;m++){Z=TrimForTitle(S.list[m].title,true);if(S.list[m].author!=""&&V){Z+=" by "+S.list[m].author}var b="/boxitem/rss/RSSListFrame.vm?tongID="+S.info.tongID+"&boxID="+S.info.boxID+"&RSSId="+S.info.RSSID+"&RSSItemUrl="+escape(S.list[m].url);D+='<li style="padding:0;margin-bottom:5px;"><img src="/images/icon/dot.gif" style="margin:0 7px 3px 0;"><a href="'+b+'" target="_blank">'+Z.split("&lt;").join("<")+"</a></li>"}D+="</ul>";D+="</div>"}if(S.list.length>1){F=350}E=Math.ceil(S.list.length/t)*d+f;if(F>0){Q=2}}$("Box_Content_"+c).innerHTML=D;break;case"themeRssList":g=31;f=65;W=70;d=20;t=1;var L=S.info.blogTitle;var o=S.info.rssType;var V=(o.split("_").pop()=="common");var A="";var p="";var k=document.createTextNode(L);var M=$("Box_Title_Link_"+c);M.replaceChild(k,M.childNodes[0]);M.setAttribute("title","Å×¸¶Åë ÀÔ´Ï´Ù.");var T=/<img  *src=(\'|\")?([^\'\" ]+)(\'|\")?.*>/i;if(S.list.length==0){$("Box_Title_Link_"+c).style.cursor="";D='<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td width="100%" height="100%" align="center" valing="middle"><img src="'+deleteImage+'" align="center" valign="center"></td></tr></table>'}else{var Z="";if(S.info.link!=""){$("Box_Title_Link_"+c).href=S.info.link}else{$("Box_Title_Link_"+c).style.cursor=""}Draggable.__DragElement__[c].sContent="-";if(S.info.expressType>=1){for(var m=0;m<(S.info.expressType==2?1:S.list.length);m++){Z=TrimForTitle(S.list[m].title,true);if(S.list[m].author!=""&&V){Z+=' <span style="font-weight:normal">by '+S.list[m].author+"</span>"}var I=S.list[m].description;var H=T.exec(I);D+='<div class="top_imgbox_new" style="padding-left:10px;">';p="";if(S.list[m].image!=""){p='<a href="'+S.list[m].url+'" target="_blank"><img src="'+S.list[m].image+'" class="img" width="77" height="58" /></a>'}else{if(H!=null){p='<a href="'+S.list[m].url+'" target="_blank"><img src="'+H[2]+'" class="img" width="77" height="58" /></a>'}}D+=p;D+='<div class="tit" style="padding-right:10px;"><a href="'+S.list[m].url+'" target="_blank">'+Z.split("&lt;").join("<")+"</a></div>";D+='<div class="text" style="padding-top:5px;padding-right:10px;"><a href="'+S.list[m].url+'" target="_blank">'+GetPixelSizedText(I.replace(/\\n/g," ").replace(/(<|&lt;)(\/)?[^>]*>/gi,""),1000,false)+"</a>";if(S.list[m].tag!=""){D+='<br><img src="/images/library/icon/ic_tag_on.gif ">'+S.list[m].tag}D+="</div>";D+="</div>"}}if(S.info.expressType!=1){D+='<div class="box_itrtong">';D+="<ul>";for(var m=(S.info.expressType==0?0:1);m<S.list.length;m++){Z=TrimForTitle(S.list[m].title,true);if(S.list[m].author!=""&&V){Z+=" by "+S.list[m].author}D+='<li style="padding:0;margin-bottom:5px;"><img src="/images/icon/dot.gif" style="margin:0 7px 3px 0;"><a href="'+S.list[m].url+'" target="_blank">'+Z.split("&lt;").join("<")+"</a></li>"}D+="</ul>";D+="</div>"}if(S.list.length>1){F=350}E=Math.ceil(S.list.length/t)*d+f;if(F>0){Q=2}}$("Box_Content_"+c).innerHTML=D;break}if(!Draggable.__DragElement__[c].bInit&&Q!=0){Draggable.resizeIt(F,E,h,Q);procAutoSave(c,"change")}Draggable.__DragElement__[c].bInit=true}catch(n){}S=null;h=null};function cbResetCurrentCanvas(httpRequest,opt){eval("var oResult="+httpRequest.responseText);if(opt==undefined){cancelSubmit("divConfirmRemove")}if(oResult.code=="success"){removeAllWidget();LoadedWidget=oResult.list;LoadWidget();oMyTongOps.latestLeft=oMyTongOps.initX-oMyTongOps.marginNewComponent;oMyTongOps.latestTop=oMyTongOps.initY-oMyTongOps.marginNewComponent}else{alert(oResult.code)}}function removeAllWidget(){var B;var A=new Array;for(B in Draggable.__DragElement__){A.push(Draggable.__DragElement__[B].__Element__)}for(B in A){oMyTongOps.removeComponent(A[B]);delete Draggable.__DragElement__[B.id]}}function removeAllWidgetInCurretntCanvas(B,C){var A=$("divConfirmRemove");if(C==undefined){C=undefined}window.frames.divConfirmRemove_ifrm.setIt(B,C);showMaskLayer("visible");A.style.zIndex=iZIndexTop+1;setPosWindowCenter(A);A.style.visibility="visible";if(B=="resetCurrentCanvas"){InsertStatisticsNdrEtcLayer("/mytongmain/etcresetCurrentCanvas")}else{if(B=="removeAllWidgetInCurrentCanvas"){InsertStatisticsNdrEtcLayer("/mytongmain/etcremoveAllWidget")}}}function removeGuestbook(B,A,C){oCurrentWorkingObject=$(C);removeAllWidgetInCurretntCanvas(B,A)}function procRemoveGuestbook(A,B){switch(B){case"guestbook":Request.sendGET("/user/guestbook.do?method=removeGuestbook&myTongID="+__MyTongID__+"&pguestbookid="+A[0]+"&targetTongID="+A[1],cbRemoveGuestbook);break;case"visitorList":Request.sendGET("/user/visitList.do?action=removeVisitorList&myTongID="+__MyTongID__+"&targetID="+A[0],cbRemoveGuestbook);break}}function cbRemoveGuestbook(httpRequest){eval("var oResult="+httpRequest.responseText);if(oResult.code=="success"){requestData(oCurrentWorkingObject)}else{alert(oResult.code)}cancelSubmit("divConfirmRemove")}function dragWidget(C,B,A){Draggable.forceDrag(C,B,A)}function refreshWidget(B){var A=Draggable.__DragElement__[B].__Element__;requestData(A)}function fixWidget(G,C){var F;var B;var D="";CHIMG($("Box_Title_Fix_Icon_"+G));for(var A in MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem){F=$(MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][0]+G);B=MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][1];switch(B){case 0:try{F.style.visibility=(F.style.visibility=="visible"||F.style.visibility=="")?"hidden":"visible"}catch(E){}break;case 1:if(F.src.indexOf("_line.gif")!=-1){F.src=F.src.replace(/_line/,"")}else{F.src=F.src.replace(/.gif/,"_line.gif")}break;case 2:F.style.cursor=(F.style.cursor=="move"||F.style.cursor=="")?"default":"move";break;case 10:try{F.style.display=(F.style.display=="inline"||F.style.display=="")?"none":"inline"}catch(E){}break;case 50:D=F.style.borderTopColor;if(bFirefox){D=ColorRGBToHexa(D)}else{D=D.toUpperCase()}if(D==MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][2]){F.style.borderTopColor=MyTongWidgetDefaultValue[Draggable.__DragElement__[G].sContentType].bgcolor}else{F.style.borderTopColor=MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][2]}break;case 51:D=F.style.borderRightColor;if(bFirefox){D=ColorRGBToHexa(D)}else{D=D.toUpperCase()}if(D==MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][2]){F.style.borderRightColor=MyTongWidgetDefaultValue[Draggable.__DragElement__[G].sContentType].bgcolor}else{F.style.borderRightColor=MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][2]}break;case 52:D=F.style.borderBottomColor;if(bFirefox){D=ColorRGBToHexa(D)}else{D=D.toUpperCase()}if(D==MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][2]){F.style.borderBottomColor=MyTongWidgetDefaultValue[Draggable.__DragElement__[G].sContentType].bgcolor}else{F.style.borderBottomColor=MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][2]}break;case 53:D=F.style.borderLeftColor;if(bFirefox){D=ColorRGBToHexa(D)}else{D=D.toUpperCase()}if(D==MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][2]){F.style.borderLeftColor=MyTongWidgetDefaultValue[Draggable.__DragElement__[G].sContentType].bgcolor}else{F.style.borderLeftColor=MyTongSkin[Draggable.__DragElement__[G].iSkinNo].fixItem[A][2]}break}}Draggable.__DragElement__[G].bFixed=!Draggable.__DragElement__[G].bFixed;if(C==undefined){if(!bContinueAlertSavePos){bContinueAlertSavePos=true;alertSavePos()}}}function TrimForTitle(C,A){var B=C.replace(/¡¡/g,"").replace(/^\s+|\s+$/,"");if(A!=undefined&&A===true&&B==""){B="Á¦¸ñ ¾øÀ½"}return B}function ColorRGBToHexa(D){var C="";var B;var A;D=D.replace(/(rgb)|\(|\)/gi,"");var E=D.split(/,/);C="#";for(B in E){A=Number(E[B]);if(A<10){C+="0"+A.toString(16)}else{C+=A.toString(16)}}return C.toUpperCase()}function CHIMG(A){var B=A.src;if(B.indexOf("on.gif")<0){ss=B.substr(0,B.indexOf(".gif"));A.src=ss+"on.gif"}else{ss=B.substr(0,B.indexOf("on.gif"));A.src=ss+".gif"}}function setPng24(A){A.width=A.height=1;A.className=A.className.replace(/\bpng24\b/i,"");A.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+A.src+"',sizingMethod='image');";return""}function menuOver(C,B,A){if(A=="left"){if(B){C.className="rollover1"}else{C.className="left"}}else{if(A=="right"){if(B){C.className="rollover2"}else{C.className="right"}}}}function mainMenu(B,A){if(A){B.className="mainrollover"}else{B.className="mainrollout"}}function showMaskLayer(A){oMask=$("divMaskFullScreen");if(A==undefined||A=="visible"||(oMask.style.visibility=="visible"&&A=="resize")){oMask.style.left="0px";oMask.style.top="0px";oWS=Bom.getWindowInnerSize();oSS=Bom.getScrollOffset();oMask.style.width=document.body.scrollWidth+"px";oMask.style.height=oWS.h+oSS.y+document.body.scrollHeight+"px";oMask.style.zIndex=iZIndexTop;oMask.style.visibility="visible"}else{oMask.style.width=1+"px";oMask.style.height=1+"px";oMask.style.visibility="hidden"}}function viewHelpPage(){InsertStatisticsNdrEtcLayer("/mytongmain/etchelp");window.open("/html/mytong/help/help.html","helpPopup","status=yes,width=710,height=750,left=0,top=0")}function goToMyTongConfig(){InsertStatisticsNdrEtcLayer("/mytongmain/etcmytongConfig");top.location.href="/mytong/mytong.do?action=redirect&myTongID="+__MyTongID__+"&viewMode=admin_default"}var MyTongWidgetDefaultValue={visitorList:{title:"´Ù³à°£ »ç¶÷",skin:1,width:200,height:200,bgcolor:"#FFFFFF",ie:false,isMultiple:false,disabled:false},profile:{title:"ÇÁ·ÎÇÊ ÀÌ¹ÌÁö",skin:51,width:300,height:320,bgcolor:"#FFFFFF",ie:true,isMultiple:false,disabled:false},post:{title:"»õ±Û",skin:2,width:480,height:400,bgcolor:"#FFFFFF",ie:true,isMultiple:true,disabled:false},photo:{title:"»õ Æ÷Åä",skin:1,width:480,height:400,bgcolor:"#FFFFFF",ie:true,isMultiple:true,disabled:false},mmedia:{title:"»õ µ¿¿µ»ó",skin:1,width:430,height:405,bgcolor:"#FFFFFF",ie:true,isMultiple:true,disabled:false},review:{title:"»õ ¸®ºä",skin:2,width:480,height:400,bgcolor:"#FFFFFF",ie:true,isMultiple:true,disabled:false},menu:{title:"¸Þ´º",skin:50,width:194,height:233,bgcolor:"#FFFFFF",ie:false,isMultiple:false,disabled:false},greeting:{title:"ÀÎ»ç¸»",skin:1,width:194,height:164,bgcolor:"#FFFFFF",ie:false,isMultiple:false,disabled:false},guestbook:{title:"¹æ¸í·Ï",skin:2,width:324,height:164,bgcolor:"#FFFFFF",ie:false,isMultiple:false,disabled:false},newPostList:{title:"°ü½ÉÅë ÃÖ½Å±Û",skin:1,width:350,height:250,bgcolor:"#FFFFFF",ie:false,isMultiple:false,disabled:false},hotPostList:{title:"°ü½ÉÅë ÀÎ±â±Û",skin:1,width:350,height:250,bgcolor:"#FFFFFF",ie:false,isMultiple:false,disabled:false},photoList:{title:"Æ÷ÅäÅë",skin:1,width:480,height:400,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false},mmediaList:{title:"µ¿¿µ»óÅë",skin:1,width:430,height:405,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false},reviewList:{title:"¸®ºäÅë",skin:1,width:324,height:200,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false},boxList:{title:"°ü½ÉÅë ¸ñ·Ï",skin:4,width:194,height:74,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false},postList:{title:"°ü½ÉÅë",skin:1,width:350,height:164,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false},puzzle:{title:"ÆÛÁñ",skin:3,width:704,height:326,bgcolor:"#FFFFFF",ie:false,isMultiple:false},tongevent:{title:"ÀÌº¥Æ®",skin:2,width:800,height:600,bgcolor:"#FFFFFF",ie:false,isMultiple:false},webpage:{title:"À¥ ÆäÀÌÁö ºÒ·¯¿À±â",skin:1,width:600,height:400,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false},linkmapList:{title:"¿¬°áÅë ºÒ·¯¿À±â",skin:52,width:480,height:400,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false,dispCount:10},blogList:{title:"¼öÁýºí·Î±× ºÒ·¯¿À±â",skin:52,width:480,height:400,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false,dispCount:10},rssList:{title:"RSS ºÒ·¯¿À±â",skin:52,width:480,height:400,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false,dispCount:10},bookmark:{title:"ºÏ¸¶Å©",skin:1,width:480,height:400,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false},themeRssList:{title:"Å×¸¶Åë ºÒ·¯¿À±â",skin:52,width:480,height:400,bgcolor:"#FFFFFF",ie:false,isMultiple:true,disabled:false,dispCount:10}};