<!--
	// open new win func
    function openWin( path, width, height ) {
			emewin=window.open(path,'SkFun','scrollbars=yes,resizable=yes,resize=no,width='+width+',height='+height+',screenX=20,screenY=50');
			emewin.focus();
	}

	// open new win2 func
    function openWin2( path, width, height ) {
			emewin=window.open(path,'SkFun','scrollbars=yes,resizable=yes,resize=no,width='+width+',height='+height+',screenX=20,screenY=50');
			emewin.focus();
	}


    -->