"<%=sUrl%>?a=a";};var a = new Array();var oWin = window.open(''about:blank'',''CcActionWin'',''width=360,height=80'');for(var x in SelectedItem) a[a.length] = SelectedItem[x].Cc_FilePath;Item.value = a.join("\r\n");Action.value = sAction;Value.value = sValue;submit();oWin.focus();};};function doAction(sAction){switch(sAction){case "paste" : ActionWin("paste"); return;case "newDir" : ActionWin("newDir"); return;case "newTextFile" : ActionWin("newTextFile"); return;};for(var x in SelectedItem){switch(sAction){case "delete":if(!confirm(''确定要删除吗?'')) break;case "rename":case "copy":case "cut":ActionWin(sAction);return;case "edit":window.open(sUrl + ''?a=e&t='' + SelectedItem[x].Cc_FilePath,parseInt(Math.random()*100),''menu=0,resizable=1'');break;case "show":window.open(sUrl + ''?a=h&t='' + SelectedItem[x].Cc_FilePath,parseInt(Math.random()*100),'''');break;default:window.open(sUrl + ''?a=d&t='' + SelectedItem[x].Cc_FilePath,parseInt(Math.random()*100),'''');break;};};};function ShowDoAction(n){var sDivName;switch(n){case ''new'':var sDivName = "divDoActionNew"; break;};var o = oDocument.getElementById(sDivName);oDocument.popDivOpened = o;with(o.style){display = '''';pixelTop = event.y + oDocument.body.scrollTop - event.offsetY - 2;pixelLeft = event.x + oDocument.body.scrollLeft - event.offsetX - 5;};};</script></head><body><div id="divDoActionNew" style="position:absolute;height:320;width:100;left:100;top:100;z-index:9;display:none"><div class="popDivTitle">新建</div><div class="popDiv"><div onmouseover="className=''leftLinkItemOver''" onmouseout="className=''leftLinkItem''" class="leftLinkItem" onclick="doAction(''newDir'');">文件夹</div><div onmouseover="className=''leftLinkItemOver''" onmouseout="className=''leftLinkItem''" class="leftLinkItem" onclick="doAction(''newTextFile'');">文本文件</div></div></div><form id="formAction" method=post target=CcActionWin style="margin:0"><input type="hidden" name="Item"><input type="hidden" name="Action"><input type="hidden" name="Value"></form><div style="height:91%;" align="right"><span class="panelLeft"><div class="panelInnerHead" style="font-weight: bolder">COCOON Studio<br>Online Disk Manager 4.51</div><div class="PanelInner">视图:<a href="<%=sUrl+"?s=0&"+Request.QueryString%>" class="leftLink">图标</a> <a href="<%=sUrl+"?s=1&"+Request.QueryString%>" class="leftLink">列表</a> <a href="<%=sUrl+"?s=2&"+Request.QueryString%>" class="leftLink">详细</a><br><span>操作:<a href="javascript:doAction();" class="leftLink">
下载</a> <a href="javascript:doAction(''edit'');" class="leftLink">编辑</a> <a href="javascript:doAction(''show'');" class="leftLink">显示</a><br> <a href="javascript:doAction(''copy'');" class="leftLink">复制</a> <