//--------------------------------------------------------------------------------
function JCProcLeft(i,sbnm)
{
var Lnk="?"+JCLeftMenuLink[i]+"&sbnm="+sbnm+"&info="+encodeURIComponent(SUBDIR+JCLeftMenuOpen[i])+"&lg="+MUCURLANG;
if(JCLeftMenuOpen)
if((JCLeftMenuOpen[i]!='0')&&(JCLeftMenuOpen[i]!=0)&&(JCLeftMenuOpen[i]!=""))window.open(Lnk,'_parent');
};
//--------------------------------------------------------------------------------

//--------------------------------------------------------------------------------
function Jmouseover_leftCol(th,col)
{
//if(EFF)th.filters[0].Apply();
	th.style.color=col;
//	th.bgColor='#880000';
	th.vAlign='bottom';
//if(EFF)    th.filters[0].Play();
};

function Jmouseover_left(th)
{
Jmouseover_leftCol(th,'#DD4411');
};

function Jmouseoutcol_left(th,col)
{
//if(EFF)th.filters[0].Apply();
	th.style.color=col;
//	th.bgColor='';
	th.vAlign='top';
//if(EFF)    th.filters[0].Play();
};
function Jmouseout_left(th){Jmouseoutcol_left(th,'gray');};
//--------------------------------------------------------------------------------
var ObjLeftMenu_876=0;
function JC_InitLeftMenu(obj)
{
if (ObjLeftMenu_876==0)ObjLeftMenu_876=obj;
}
//--------------------------------------------------------------------------------
/*
function JCCreateLeftMenu(submn)
{
var INHTM="",cnt=0;
INHTM+="<table width=100%  height=100%  bgcolor='#eeeeff'  border=0  CELLPADDING=1 CELLSPACING=0 style=\"font-weight:600;font-size:11px;color:black;\"><tr>";
for(var i=0;i<JCLeftMenuInfo.length;i++)
if(JCLeftMenuInfo[i].length>0)
if(JCLeftMenuInfo[i].charAt(0)=='-')
{
        if(submn==cnt-1)INHTM+="\n</tr><tr height=5><td style='font-size:5px;'>&nbsp;</td></tr><tr><td valign=top height=17 class=but_hand onclick='JCProcLeft("+i+","+cnt+")' onmouseover=Jmouseover_left(this) onmouseout=Jmouseoutcol_left(this,'#555555')  style=\"font-family:'"+VGlobFontGeo+"';font-size:12px;color:#555555;'\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+JCLeftMenuInfo[i].substr(1)+"</td>";
}
else
{//'JCProcLeft("+i+")'
                INHTM+="\n</tr><tr height=5><td style='font-size:5px;'>&nbsp;</td></tr><tr><td valign=top height=17 class=but_hand onclick=JCCreateLeftMenu('"+cnt+"')  onmouseover=Jmouseover_left(this) onmouseout=Jmouseoutcol_left(this,'#555555')  style=\"font-family:'"+VGlobFontGeo+"';font-size:12px;color:#555555;'\">&nbsp;&nbsp;"+JCLeftMenuInfo[i]+"</td>";
                cnt++;
};
INHTM+="</tr><tr ><td>&nbsp;</td></tr></table>";
if(ObjLeftMenu_876)
ObjLeftMenu_876.innerHTML=INHTM;
};
*/
//-----------------------------------------------------
/*function JCCreateLeftMenu(submn)
{
var INHTM="",cnt=0;
INHTM+="<table width=100%  height=100%  border=0  CELLPADDING=1 CELLSPACING=0 style=\"font-weight:600;font-size:11px;color:black;\"><tr>";
for(var i=0;i<JCLeftMenuInfo.length;i++)
if(JCLeftMenuInfo[i].length>0)
if(JCLeftMenuInfo[i].charAt(0)=='-')
{
//        if(submn==cnt-1)
//INHTM+="\n</tr><tr height=5><td style='font-size:5px;'>&nbsp;</td></tr><tr><td valign=top height=17 class=but_hand onclick='JCProcLeft("+i+","+cnt+")' onmouseover=Jmouseover_left(this) onmouseout=Jmouseoutcol_left(this,'#555555')  style=\"font-family:'"+VGlobFontGeo+"';font-size:12px;color:#555555;'\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+JCLeftMenuInfo[i].substr(1)+"</td>";
}
else
{//'JCProcLeft("+i+")'
                INHTM+="\n</tr><tr height=5><td style='font-size:5px;'>&nbsp;</td></tr><tr><td valign=top height=17 class=but_hand onclick='JCProcLeft("+i+","+cnt+")'   onmouseover=Jmouseover_leftCol(this,'#0896de') onmouseout=Jmouseoutcol_left(this,'#0896de')  style=\"font-family:'"+VGlobFontGeo+"';font-size:14px;font-weight:700;color:#0896de;'\">&nbsp;&nbsp;"+JCLeftMenuInfo[i].substr(1)+"</td>";
	INHTM+="\n</tr><tr height=5><td background='img/bar2.gif' style='font-size:5px;' align=center></td>";
                cnt++;
};

INHTM+="</tr><tr ><td>&nbsp;</td></tr></table>";
if(ObjLeftMenu_876)
ObjLeftMenu_876.innerHTML=INHTM;
};*/
//-----------------------------------------------------
function JCCreateLeftMenu(submn)
{
var INHTM="",cnt=0;
INHTM+="<table width=100%  height=100%  border=0  CELLPADDING=1 CELLSPACING=0 style=\"font-weight:600;font-size:11px;color:black;\"><tr>";
for(var i=0;i<JCLeftMenuInfo.length;i++)
if(JCLeftMenuInfo[i].length>0)
{
INHTM+="\n</tr><tr><td valign=top height=17 class=but_hand onclick='JCProcLeft("+i+","+cnt+")' onmouseover=Jmouseover_left(this) onmouseout=Jmouseoutcol_left(this,'#555555')  style=\"font-family:'"+VGlobFontGeo+"';font-size:12px;color:#555555;'\">"+JCLeftMenuInfo[i]+"</td>";
INHTM+="\n</tr><tr height=5><td background='img/bar2.gif' style='font-size:5px;' align=center></td>";
};


INHTM+="</tr></table>";
if(ObjLeftMenu_876)
ObjLeftMenu_876.innerHTML=INHTM;
};