function clOP(str){ return(str.charAt(0)+"<span class="operator">"+str.substring(1)+"</span>"); }
//------------------
// global scripts
//------------------
function maximizeWindow(){
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeight);
}
function htmlEncode(strS){
return(strS.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/ /g," ").replace(/
rn/g,"<br/>"));
}
function html2txt(strS){
return(strS.replace(/<.+?>/g,"").replace(/</g,"<").replace(/>/g,">").replace(/ /g," ").replace(/<br/?
>/g,"rn").replace(/&/g,"&"));
}
</script>
</head>
<body>
<!-- Author: Hutia -->
<div id="divTools">
<a href="#" onclick="showJSInput();return(false);">Input JS</a>
<a href="#" onclick="collapseAll();return(false);">Collapse All</a>
<a href="#" onclick="expandAll();return(false);">Expand All</a>
<a href="#" onclick="showJSExport();return(false);">Export JS</a>
</div>
<div id="divJSInput">
<div id="divJSInputTitle">Please Input the JS:</div>
<textarea id="txtJSInput">
/********************** Author: Hutia *********************/
window.onload=init; //------------------ // Static Variable //-----
-------------
var KEYWORDS="abstract break byte case catch char class cons
t continue default delete do double else extends false final finally f
loat for function goto if implements import in instanceof int interface&nbs
p;long native null package private protected public reset return short stat
ic super switch synchronized this throw transient true try var void wh
ile with"; var OBJECTS="Anchor Applet Area Arguments Array Boolean 
;Button Checkbox Collection Crypto Date Dictionary Document Drive Drives Element
Enumerator Event File FileObject FileSystemObject FileUpload Folder Folders For
m Frame Function Global Hidden History HTMLElement Image Infinity Input Jav










