﻿// USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
Left_styles={};Left_menus={}; // do not remove this line

// You can remove most comments from this file to reduce the size if you like.



/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

Left_hideTimeout=500; // 1000==1 second
Left_subShowTimeout=5;
Left_keepHighlighted=true;
Left_findCURRENT=false; // find the item linking to the current page and apply it the CURRENT style class
Left_findCURRENTTree=true;
Left_overlapControlsInIE=true;
Left_rightToLeft=true; // if the menu text should have "rtl" direction (e.g. Hebrew, Arabic)




/******************************************************
	(2) MENU STYLES (CSS CLASSES)
*******************************************************/

// You can define different style classes here and then assign them globally to the menu tree(s)
// in section 3 below or set them to any UL element from your menu tree(s) in the page source


Left_imagesPath="../KeepHoverMenuTools/"; // path to the directory containing the menu images


Left_styles['Left_MM']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#000000',	// BorderColor ('color')
0,		// Padding
'',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#000000',	// BorderColor ('color')
'#FFFFFF',	// OVER BorderColor
5,		// Padding
'[menu_off.png]',	// Background ('color','transparent','[image_source]')
'[menu_over.jpg]',	// OVER Background
'#ffffff',	// Color
'#000000',	// OVER Color
'10px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'tahoma',	// FontFamily
'bold',		// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'right',		// TextAlign ('left','center','right','justify')
1,		// ItemsSeparatorSize
'none',	// ItemsSeparatorStyle (border-style valid values)
'',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'[menu_off.png]',	// SubMenuImageSource ('[image_source]')
'',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
4,			// SubMenuImageHeight
'0',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'',		// VISITED BorderColor
'[menu_off.png]',		// VISITED Background
'',		// VISITED Color
'none',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'',		// CURRENT BorderColor
'',		// CURRENT Background
'',		// CURRENT Color
'none',			// CURRENT TextDecoration
'',	// CURRENT SubMenuImageSource
'',		// Custom additional CSS for the items (valid CSS)
'',		// OVER Custom additional CSS for the items (valid CSS)
'',		// CURRENT Custom additional CSS for the items (valid CSS)
''		// VISITED Custom additional CSS for the items (valid CSS)
]];


//SubMenu

Left_styles['Left_SM']=[ // SubMenus
[
// MENU BOX STYLE
1,		// BorderWidth
'none',	// BorderStyle (CSS valid values except 'none')
'#3f3534',	// BorderColor ('color')
0,		// Padding
'#FFE2C2',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#3f3534',	// BorderColor ('color') 
'#ffe2c2',	// OVER BorderColor
2,		// Padding
'#ffe2c2',	// Background ('color','transparent','[image_source]') 
'#403634',	// OVER Background
'#000000',	// Color
'#ffffff',	// OVER Color
'11px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'tahoma',	// FontFamily
'normal',	// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'right',		// TextAlign ('left','center','right','justify')
1,		// ItemsSeparatorSize 
'none',	// ItemsSeparatorStyle (border-style valid values)
'#E0E1E3',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'',	// SubMenuImageSource ('[image_source]')
'',	// OverSubMenuImageSource
0,			// SubMenuImageWidth
0,			// SubMenuImageHeight
'0',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'',		// VISITED BorderColor
'FFE2C2',		// VISITED Background
'',		// VISITED Color
'none',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#CBCBEF',		// CURRENT BorderColor
'#FFFBF0',		// CURRENT Background
'#252455',		// CURRENT Color
'none',			// CURRENT TextDecoration
'',	// CURRENT SubMenuImageSource
'',		// Custom additional CSS for the items (valid CSS)
'',		// OVER Custom additional CSS for the items (valid CSS)
'',		// CURRENT Custom additional CSS for the items (valid CSS)
''		// VISITED Custom additional CSS for the items (valid CSS)
]];




/******************************************************
	(3) MENU TREE FEATURES
*******************************************************/

// Normally you would probably have just one menu tree (i.e. one main menu with sub menus).
// But you are actually not limited to just one and you can have as many menu trees as you like.
// Just copy/paste a config block below and configure it for another UL element if you like.


Left_menus['Left_Menu1']=[ // the UL element with id="Left_Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('horizontal','vertical')
'relative',	// Position ('relative','absolute','fixed')
'0em',		// X Position (values in CSS valid units- px,em,ex)
'0em',		// Y Position (values in CSS valid units- px,em,ex)
true,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
-1,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'164px',		// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'Left_MM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
],[
// SUB-MENUS FEATURES
-1,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'150px',		// Width ('auto',values in CSS valid units - px,em,ex)
'',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'Left_SM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];


/*
========================================
 SmartMenus v6.0.2 Script Core
 Commercial License No.: UN-LICENSED
========================================
 Please note: THIS IS NOT FREE SOFTWARE.
 Licensing information:
 http://www.smartmenus.org/license/
========================================
 (c)2008 ET VADIKOM-VASIL DINKOV
========================================
*/


// ===
Left_d=document;
Left_u="undefined";
Left_n=navigator;
Left_w=window;
Left_a=Left_n.userAgent.toLowerCase();
Left_dl=Left_d.getElementsByTagName&&Left_d.createElement?1:0;
Left_qM=Left_d.compatMode!="CSS1Compat";
Left_mC=/mac/.test(Left_a);
Left_iE=Left_dl&&!Left_w.innerWidth&&/msie/.test(Left_a);
Left_iEM=Left_mC&&Left_iE;
Left_iEMo=Left_iEM&&/msie 5\.0/.test(Left_a);
Left_iEMn=Left_iEM&&/msie 6/.test(Left_a);
Left_iE7=Left_iE&&typeof XMLHttpRequest!=Left_u&&!Left_qM;
Left_iEW=Left_iE&&!Left_mC;
Left_iEWo=Left_iEW&&!Left_iE7;
Left_iEW5=Left_iEWo&&!Left_d.createEventObject?1:0;
Left_iEW5x=Left_iEWo&&!Left_d.compatMode?1:0;
Left_oPv=/opera/.test(Left_a)?parseFloat(Left_a.replace(/.*opera[ \/]/,"")):0;
Left_oP=Left_oPv>=5;
Left_oP7=Left_oPv>=7;
Left_oP7m=Left_oP&&!Left_oP7;
Left_oPo2=Left_oP7&&Left_oPv<7.2;
Left_oP9=Left_oPv>=9;
Left_kNv=/konqueror/.test(Left_a)?parseFloat(Left_a.replace(/.*eror\//,"")):0;
Left_kN=Left_kNv>=3.2;
Left_kN4=Left_kNv>=4;
Left_sFv=/webkit/.test(Left_a)?parseFloat(Left_a.replace(/.*bkit\//,"")):0;
Left_sF=Left_sFv>0;
Left_sF3=Left_sFv>=420;
Left_iC=/icab/.test(Left_a);
Left_gC=Left_n.product=="Gecko"&&!Left_sF&&!Left_kN;
Left_pS=Left_n.productSub;
Left_gCo=Left_gC&&Left_pS<20031007;
Left_gC13=Left_gC&&Left_pS>=20030312;
Left_nS=!Left_iE&&(!Left_kN||Left_kN4)&&(!Left_sF||Left_sFv<125||Left_sF3);
Left_oM=(Left_iEWo||Left_oP7&&!Left_oP9||Left_iEMn)&&Left_qM||Left_iEM&&!Left_iEMn&&(!Left_d.doctype||!/\.dtd/.test(Left_d.doctype.name));
Left_dE=Left_d.documentElement||"";
Left_dV=Left_d.defaultView;
Left_x=/xml/i.test(Left_d.contentType);
Left_r=typeof Left_rightToLeft!=Left_u?Left_rightToLeft:0;
Left_=["",""];
Left_h=Left_s=Left_T=Left_M=0;
Left_c=null;
Left_o=[""];
Left_O=[""];
Left_S=[""];
Left_I={};
Left_F=Left_overlapControlsInIE?[Left_iEW&&!Left_iEW5?1:0,Left_iEW5?1:0]:[0,0];
Left_iA=[""];

function Left_gO(i)
{
    return Left_d.getElementById(i)
};

function Left_gT(o,t)
{
    return o.getElementsByTagName(t)
 };

function Left_nN(o)
{
    return o.nodeName.replace(/.*:/,"").toUpperCase()
 };

function Left_cE(t,o)
{
    var n=o.namespaceURI;
    return n?Left_d.createElementNS(n,t):Left_d.createElement(t)};
    function Left_gA(l){var a=l.firstChild;
    while(a){if(Left_nN(a)=="A")return a;
    a=a.nextSibling}return Left_gT(l,"a")[0]

};

function Left_gL(a)
{
    a=a.parentNode;
    while(Left_nN(a)!="LI")a=a.parentNode;
    return a

};

function Left_sC(o,c)
{
    var n=o.className;
    o.className=n?n.indexOf(c)<0?n+" "+c:n:c};
    function Left_aE(o,e,f){if(typeof o[e]!="function"){o[e]=f}else if(o[e]!=f&&o[e]!=Left_fE){o["O"+e]=o[e];
    o["N"+e]=f;
    o[e]=Left_fE}

};
function Left_fE(e)
{
    if(!e)e=event;
    var t=e.type;
    this["Oon"+t](e);
    this["Non"+t](e)};
    function Left_cT(p,c){while(c){if(c==p)return 1;
    c=c.parentNode}return 0
};
function Left_cI(s,i)
{
    var b="background-image:",c="background-color:";
    if(!i)i=";";
    if(s.charAt(0)=="[")
    {
        s=Left_imagesPath+s.substring(1,s.length-1);
        if(!Left_I[s]){Left_I[s]=new Image;
        Left_I[s].src=s}return b+"url("+s+")"+i+c+"transparent"+i
        
    }
    
    return b+"none"+i+c+s+i

};

function Left_fC(r)
{

    var l,a,as,d,n,h,H,i;
    d=/(index|default)\.[^#\?]*/i;
    n=/#.*/;
    h=location.href.replace(d,"");
    as=Left_gT(r,"a");
    for(i=0;i<as.length;i++)
    {
        a=as[i];
        H=a.href.replace(d,"");
        if(H!="javascript:;"&&(H==h||H==h.replace(n,"")))
        {
            Left_sC(a,"CURRENT");
            if(Left_findCURRENTTree)
            {
                l=Left_gL(a).parentNode.parentNode;
                while(Left_nN(l)=="LI")
                {
                    Left_sC(Left_gA(l),"CURRENT");
                    l=l.parentNode.parentNode
                }
             }
          }
       }

};

function Left_hS()
{
    if(Left_h)return;
    var i,s=Left_gT(Left_d,"select");
    for(i=0;i<s.length;i++){s[i].VS=s[i].currentStyle.visibility;
    s[i].style.visibility="hidden"}Left_h=1

};


function Left_sS()
{
    if(!Left_h)return;
    var i,s=Left_gT(Left_d,"select");
    for(i=0;i<s.length;i++)s[i].style.visibility=s[i].VS;
    Left_h=0
};

function Left_iF(u,w,h,x,y)
{
    if(!u.IF)u.IF=Left_iA.length;
    var i=u.IF;
    Left_iA[i]=Left_cE("<iframe src=javascript:0 tabindex=-9 style=position:absolute;z-index:9000;width:"+w+"px;height:"+h+"px;left:"+x+"px;top:"+y+"px;filter:alpha(opacity=0)>","");
    u.parentNode.insertBefore(Left_iA[i],u)
};

function Left_hI(i)
{
    var g=Left_iA[i].removeNode(1)
 };
 
function Left_pA(a,C,r,h,l)
{
    var s,c,X=Y=-C[0];
    s=a.firstChild;
    if(Left_iEW&&h||Left_iEM){X=l&&h?r?Left_iEWo&&!Left_iEW5&&!Left_r?-C[0]-C[5]*2-C[23]:0:C[16]>0&&!/NOSEPA/.test(Left_gL(a).className)?C[18]=="transparent"?C[16]+C[19]*2:C[19]:0:0;
    Y=0}c="top:"+(Y+parseInt(C[25]=="middle"?(a.offsetHeight-C[24])/2:C[25]))+"px;"+(r?"left":"right")+":"+(X+C[0]+C[5])+"px;";
    Left_iE?s.style.cssText=c:s.setAttribute("style",c);
    s.style.display="block";
    if(Left_iEM)Y=s.offsetWidth

};

function Left_fW(u)
{
    var l,a,S,w=0,W,C=Left_styles[u.className][0],M=Left_menus[u.MM][1],b=C[0]*2+C[3]*2,n,x;
    n=parseInt(M[3])||0;
    x=parseInt(M[4])||0;
    l=u.firstChild;
    while(l){if(Left_nN(l)=="LI"){a=Left_gA(l);
    S=a.style;
    if(u.AW==1){if(Left_iEW5x)a.innerHTML="<nobr>"+a.innerHTML+"</nobr>";
    W=a.offsetWidth;
    if(w<W)w=W;
    if(Left_iEW5x)a.innerHTML=a.firstChild.innerHTML}if(!Left_iEW5x){S.whiteSpace="normal";
    S.display="block"}}l=l.nextSibling}if(u.AW==1){w+=b;
    if(w<n)w=n;
    if(x&&w>x)w=x;
    u.style.width=w-(!Left_oM?b:0)+"px"}

};

function Left_fA(u)
{
    var C=Left_styles[u.className][1];
    if(C[20]){var l=u.firstChild;
    while(l){if(l.SH)Left_pA(Left_gA(l),C,u.RL,u.HR);
    l=l.nextSibling}}u.FM=1
};

function Left_iL(u)
{
    var l,a,f,c;
    f=u.LV==1;
    c=Left_menus[u.MM][f?0:1][f?10:6];
    l=u.firstChild;
    while(l)
    {
        if(Left_nN(l)=="LI"){a=Left_gA(l);
        if(f&&!u.PP)a.VU=1;
        Left_aE(a,"onfocus",Left_oF);
        Left_aE(a,"onblur",Left_oB);
        Left_aE(a,"onmousedown",Left_oD);
            if(c)
            {
            a.OC=1;
            Left_aE(a,"onclick",Left_oC)
            }
        Left_aE(a,"onmouseover",Left_oV);
        Left_aE(a,"onmouseout",Left_oU);
        if(a.className&&/NOLINK/.test(a.className))a.href="javascript:;"
        
        }
         //====================================
        //Modified By : Abdulla Abdelhaq 28/4/2008 Primus
        if(querySt("menu_id") != '')
        {
            var tmpLeftMenuStr = new String("MenuStatic_")
            tmpLeftMenuStr  = tmpLeftMenuStr.concat(querySt("menu_id"))
          if (a.id == tmpLeftMenuStr)
         { a.style.backgroundColor='';
         
          a.style.color='';}
        }
        //====================================
        
        l=l.nextSibling}if(!f||!u.HR||!Left_r)Left_sC(Left_gL(a),"NOSEPARATOR")
        
    
      

};

function Left_oD()
{
    this.MD=1
};

function Left_oB()
{
    if(!this.MD)Left_mU();
    this.MD=0
};

function Left_oF()
{
    Left_mV();
    Left_c=this;
    Left_sM(1)
};
function Left_oC()
{
    Left_c=this;
    if(!Left_gL(Left_c).SH)return;
    Left_sM(1);
    if(Left_c.blur)Left_c.blur();
    return false
    };
    
    
function Left_oV(e)
{
    if(!e)e=event;
    if(this.VU)Left_mV();
    if(Left_cT(this,e.relatedTarget||e.fromElement)&&(!Left_oP||e.offsetX!=0||e.offsetY!=0))return;
    if(Left_s){clearTimeout(Left_s);
    Left_s=0}Left_c=this;
    Left_s=setTimeout("Left_sM()",Left_subShowTimeout)
};

function Left_oU(e)
{
    if(!e)e=event;
    if(this.VU)Left_mU();
    if(Left_cT(this,e.relatedTarget||e.toElement))return;
    if(this.blur)this.blur();
    if(Left_s){clearTimeout(Left_s);
    Left_s=0}
};

function Left_mV()
{
    clearTimeout(Left_T)
};

function Left_mU()
{
    clearTimeout(Left_T);
    Left_T=setTimeout("Left_hD()",Left_hideTimeout)
};

function Left_hM(o,f)
{
    var S=o.style;
    S.display="none";
    S.visibility="hidden";
    if(f)o.parentNode.style.zIndex=1;
    if(Left_F[0]&&o.IF)Left_hI(o.IF)
};

function Left_hD()
{
    var i,o;
    if(Left_s){clearTimeout(Left_s);
    Left_s=0}for(i=Left_S.length-1;i>0;i--){o=Left_S[i];
    if(i!=1||o.PP)Left_hM(o,(i!=1&&(Left_iE||Left_gCo)));
    o=Left_O[i];
    if(o&&Left_keepHighlighted)o.className=o.CN}Left_S=[""];
    Left_O=[""];
    Left_c=null;
    if(Left_F[1])Left_sS()
};

function Left_rL()
{
    if(Left_iEW&&!Left_iEW5){var o=Left_dB;
    while(o){if(o.dir=="rtl"||o.currentStyle&&o.currentStyle.direction=="rtl")return 1;
    o=o.parentNode}}return 0
};

function Left_cA(o,f)
{
    var c={x:0,y:0};
    while(o&&(!f||o!=Left_dB)){c.x+=o.offsetLeft;
    c.y+=o.offsetTop;
    o=o.offsetParent}return c

};

function Left_gW()
{
    var c,f,d,b,i,w="clientWidth",h="clientHeight",A,B,D;
    f=Left_gC?15:0;
    d=Left_dE[h];
    b=Left_dB[h];
    i=Left_w.innerHeight;
    A={h:b,w:Left_dB[w]};
    B={h:d,w:Left_dE[w]};
    D=Left_qM?Left_dB:Left_dE;
    c=!i?Left_qM?A:B:d&&b&&(!Left_kN||Left_kN4)&&(!Left_sF||Left_sF3)?d>b?d>i?A:B:b>i?B:A:b&&Left_gC?A:{h:i-f,w:innerWidth-f};
    c.x=Left_w.pageXOffset||D.scrollLeft-(Left_rL()?D.scrollWidth-c.w:0)||0;
    c.y=Left_w.pageYOffset||D.scrollTop||0;
    return c
};

function Left_kW(x,y,w,h,c,r,f){
    if(f){c.x=0;
    c.y=0}var k={y:0};
    if(r&&x<c.x||!r&&x+w>c.x+c.w)k.x=1;
    if(h<c.h&&y+h>c.y+c.h)k.y=c.y+c.h-h-y;
    else if(h>=c.h||y<c.y)k.y=c.y-y;
    return k
};

function Left_pM(u)
{
    var x,y,sX,sY,aX,aY,w,h,M,S,p,l,a,f,C,W,H,c,k,b;
    S=u.style;
    w=u.offsetWidth;
    h=u.offsetHeight;
    M=Left_menus[u.MM];
    l=u.parentNode;
    p=l.parentNode;
    a=Left_gA(l);
    f=u.LV==2;
    C=Left_cA(l,Left_sF&&!Left_sF3&&M[0][1]!="relative");
    W=a.offsetWidth;
    H=a.offsetHeight;
    c=Left_gW();
    sX=f?M[0][6]:M[1][0];
    sY=f?M[0][7]:M[1][1];
    if(f&&u.HR){x=u.RL?W-w-sX:sX;
    y=u.BT?-h-sY:H+sY}else{x=u.RL?sX-w:W-sX;
    y=u.BT?H-sY-h:sY}aX=C.x+x;
    aY=C.y+y;
    if(Left_gC&&Left_pS>=20010801||Left_iEW||Left_oP&&!Left_oP9||Left_sF3||Left_kN4)while(p.LV&&(p.LV>1||p.PP)){b=Left_styles[p.className][0][0];
    aX+=b;
    aY+=b;
    if(Left_gC13&&M[0][1]=="fixed")break;
    p=p.parentNode.parentNode}k=Left_kW(aX,aY,w,h,c,u.RL,M[0][1]=="fixed"&&!Left_iEWo&&!Left_iEM&&(!Left_gCo||Left_gC13));
    if(k.x)x=f&&u.HR?u.RL?c.x-aX+x:c.x+c.w-w-aX+x:u.RL?W-sX:sX-w;
    y+=k.y;
    S.right="auto";if(Left_nS){S.left="auto";
    S.top="auto";
    S.marginLeft=x+"px";
    S.marginTop=y-H+"px"}else{S.left=x+"px";
    S.top=y+"px";
    if(Left_F[0])Left_iF(u,w,h,x,y);
    if(Left_F[1])Left_hS()}

};

function Left_sM(c)
{
    var a,l,u,U,S,v,k,i,o;
    a=Left_c;
    if(!a)return;
    l=Left_gL(a);
    if(Left_dV&&Left_dV.getComputedStyle&&Left_dV.getComputedStyle(a,"").getPropertyValue("display")=="inline"||l.currentStyle&&l.currentStyle.listStyleType&&l.currentStyle.listStyleType!="none")return;
    u=l.parentNode;
    v=u.LV;
    if(Left_S.length>v+1&&Left_S[v+1].style.display!="none"){k=Left_o[v]!=a?v:v+1;
    for(i=Left_S.length-1;i>k;)Left_hM(Left_S[i--])}if(v==1){o=Left_S[1];
    if(o&&o!=u&&o.PP)Left_hM(o)}if(Left_keepHighlighted)for(i=v+1;i>=v;i--){o=Left_O[i];
    if(o&&o.className.indexOf(Left_gL(o).parentNode.className+"O")>-1&&(i>v||Left_O[v]!=a))o.className=o.CN}Left_o[v]=a;
    Left_S[v]=u;
    if(a.OC&&!c||!l.SH)return;
    U=Left_gT(l,"ul")[0];
    S=U.style;
    if(S.display=="block")return;
    if(Left_keepHighlighted){a.CN=a.className||"";
    a.className=(a.CN?a.CN+" ":"")+u.className+"O"}if(Left_iE||Left_gCo){if(Left_O[v])Left_gL(Left_O[v]).style.zIndex=1;
    l.style.zIndex=10000}Left_O[v]=a;
    Left_S[v+1]=U;
    if(Left_iEW5)Left_nF(u);
    if(!U.FM){S.display="none";
    S.visibility="hidden";
    S.overflow="visible";
    if(Left_iEW){if(!Left_iEW5)Left_fL(U);
    S.height="auto"}}S.display="block";
    if(!U.FM&&U.AW)Left_fW(U);
    Left_pM(U);
    if(!U.FM)Left_fA(U);
    if(Left_iEW5)Left_nF(u,1);
    if(Left_oPo2||Left_oP&&U.RL||Left_kN4||Left_sF3){S.display="none";
    i=U.offsetHeight;
S.display="block"}Left_sH(U)

};

function Left_sH(u)
{
    var f=(!Left_iEW5&&typeof u.filters!="unknown"&&(u.filters||"").length!=0&&typeof u.filters[0].apply!=Left_u);
    if(f)u.filters[0].apply();
    u.style.visibility="visible";
    if(f)u.filters[0].play()
};

function Left_fL(u)
{
    u=u.children;
    for(var i=0;i<u.length;)u[i++].style.styleFloat="left"
};

function Left_nF(u,f)
{
    u=Left_gT(u,"li")[0];
    if(f){u.style.styleFloat=u.FT}else{u.FT=u.currentStyle.styleFloat;
    u.style.styleFloat="none"}
};

function Left_iM(m,r)
{
    var M,N,u,us,U,p,l,a,i,j,C,s,S="display:block;border:0;width:0;"+(Left_oP?"max-":"")+"height:0;",I,R;
    M=Left_menus[m][0];
    N=Left_menus[m][1];
    r.MM=m;
    r.PP=M[1]=="popup";
    r.HR=M[0]=="vertical"&&!r.PP;
    r.RL=M[4]||Left_r;
    r.BT=M[5];
    if(Left_iEM&&Left_r&&r.HR)return;
    r.className=M[9];
    r.LV=1;
    us=Left_gT(r,"ul");
    U=[];
    for(i=0;i<us.length;)U[i]=us[i++];
    for(i=0;i<U.length;){u=U[i++];
    u.MM=m;
    u.PP=r.PP;
    u.HR=r.HR;
    u.RL=r.RL;
    u.BT=r.BT;
    u.AW=N[2]=="auto"?u.style.width?2:1:0;
    p=u.parentNode.parentNode;
    if(!u.className)u.className=p==r?N[5]:p.className;
    u.LV=2;
    while(p!=r){u.LV++;
    p=p.parentNode.parentNode}l=u.parentNode;
    l.SH=1;
    p=l.parentNode;
    C=Left_styles[p.className][1];
    if(C[20]){a=Left_gA(l);
    a.style[r.RL?"paddingLeft":"paddingRight"]=(C[5]*2+C[23])+"px";
    R=Left_imagesPath+C[21].substring(1,C[21].length-1);
    if(Left_iE){s='<span class="'+p.className+'S">'+(Left_iEM||Left_iEWo?'':'<img src="'+R+'" alt="+" style="'+S+'" />')+'</span>';
    if(Left_iEM){s+=a.innerHTML;
    a.innerHTML="";
    a.innerHTML=s}else{a.insertAdjacentHTML('afterBegin',s)}}else{s=Left_cE("span",a);
    s.className=p.className+"S";
    I=Left_cE("img",s);
    I.src=Left_oP7&&Left_oPv<8?"":R;
    I.setAttribute("alt","+");
    I.setAttribute("style",S);
    s.appendChild(I);
    a.insertBefore(s,a.firstChild)}if(u.LV==2)Left_pA(a,C,r.RL,r.HR,1)}Left_iL(u);
    u.onmouseover=Left_mV;
    u.onmouseout=Left_mU;
    if((Left_iEWo||Left_iEMn)&&r.HR){C=Left_styles[u.className][1];
    s="border-width:0 0 "+(C[18]=="transparent"?0:C[16])+"px 0;padding:0 0 "+(C[16]>0?C[18]=="transparent"?C[19]*2+C[16]:C[19]:0)+"px 0;margin:0 0 "+(C[16]>0&&C[18]!="transparent"?C[19]:0)+"px 0;";
    for(j=0;j<u.children.length-1;)u.children[j++].runtimeStyle.cssText=s}}Left_iL(r);
    if(r.PP){r.onmouseover=Left_mV;
    r.onmouseout=Left_mU}if(Left_iEW)r.style.backgroundImage="url(https://)";
    if(Left_findCURRENT)Left_fC(r);
r.IN=2
};

function Left_mN()
{
    if(Left_oP7m||Left_kNv&&!Left_kN||Left_iC||Left_iEMo||Left_M)return;
    if(typeof Left_L!=Left_u)Left_M=1;
    var m,r,h,u,U,c,l;
    for(m in Left_menus){r=(Left_iEM||Left_gC&&Left_pS<20040113&&Left_x)&&!Left_M?0:Left_gO(m);
    if(!r){c=1}else if(!r.IN){if(Left_iEW){h=r.outerHTML||"";
    u=(h.match(/<UL/ig)||"").length;
    U=(h.match(/<\/UL/ig)||"").length}if(u&&u==U||r.nextSibling||Left_M){l=r.lastChild;
    while(Left_nN(l)!="LI")l=l.previousSibling;
    if(Left_gA(l).offsetHeight){if(typeof Left_dB==Left_u)Left_dB=Left_gT(Left_d,"body")[0];
    r.IN=1;
    Left_iM(m,r)}else{c=1}}else{c=1}}}if(c)setTimeout("Left_mN()",100)
};

function Left_cS()
{
var A=[],c,C,m,M,N,p,f,r,h,t,i,a,P,x,y,Q=Left_r?"right":"left",s,E="/",F="*",D=E+F+F+E,H,T,L,R;
s={b:"background-image:",d:"display:block;",f:"float:left;",g:"float:"+Q+";",h:"* html>body ",i:" !important;",l:"float:none;",m:"margin:0",p:"padding:0",r:"margin-left:",s:"screen,projection",t:"transparent",w:"white-space:",x:"px 0 0;",y:":visited",z:">li{left:0;}",A:"position:absolute;",B:"background",C:" li a.CURRENT",D:"{position:fixed;}* html ul#",F:":first-child",H:"height:1%;",I:"display:inline;",N:" li a.NOROLL",R:"position:relative;",S:"position:static;",T:"text-decoration:",W:"width:100%;",X:"border-color:",Y:"border-style:",Z:"border-width:"};
for(c in Left_styles)A[A.length]="."+c;
Left_[0]+=A.join(",")+","+A.join(" li,")+" li{"+s.d+"list-style:none;"+s.p+";"+s.m+";line-height:normal;direction:ltr;}"+A.join(" li,")+" li{"+s.R+s.B+":none;}"+A.join(" a,")+" a{"+s.d+s.R+(Left_r?"direction:rtl;":"")+"}"+s.h+A.join(" a,"+s.h)+" a{"+s.S+"}* html "+A.join(" li,* html ")+" li{"+s.I+s.W+"display"+D+":block;float"+D+":left;}*"+s.F+"+html "+A.join(" li,*"+s.F+"+html ")+" li{"+s.W+s.f+"}"+s.h+A.join(" li,"+s.h)+" li{"+s.d+"width:auto;}"+A.join(" ul,")+" ul{display:none;"+s.A+"top:-9999px;width:11px;overflow:hidden;z-index:11111;}ul"+D+A.join(" ul,ul"+D)+" ul{"+s.d+"}* html "+A.join(" ul,* html ")+" ul{"+s.d+"}.NOSEPARATOR{"+s.Z+"0"+s.i+s.p+s.i+s.m+s.i+"}.NOLINK{cursor:default"+s.i+"}";
for(m in Left_menus){M=Left_menus[m][0];
N=Left_menus[m][1];
C=Left_styles[M[9]];
p=M[1]=="popup";
f=M[1]=="fixed";
r=M[1]=="relative";
h=M[0]=="vertical";
a=N[2]=="auto";
P=M[5]&&!p?"bottom":"top";
x="#"+m;
if(!p)C[3]=1;
Left_[0]+=x+"{"+(!p?s.Z+"0;"+s.p+";"+s.B+"-color:"+s.t+";"+s.b+"none;":"")+"z-index:"+(p?10900:9999)+";position:"+(p?"absolute":h&&r?"static":M[1])+";height:auto;}"+x+" ul{"+(M[4]&&!h||Left_r?"right:0;":"left:-800px;")+"}"+(f?"ul"+x+"{"+s.A+"}ul"+D+x+s.D+m+"{"+s.A+"}ul"+D+x+" ul"+s.D+m+" ul{"+s.A+"}":"");
if(!Left_gC)Left_[1]+="ul"+x+" ul{"+s.A+"}";
Left_[Left_r?0:1]+="* html "+x+" a{"+(!h||p?s.H:Left_r?s.S:"")+"}*"+s.F+"+html "+x+" a{"+(!h||p?"min-"+s.H:s.S)+"}"+(!h||p?s.h+x+" a{height:auto;}":"");
if(!h||p){Left_[0]+=x+"{"+P+":"+(p?"-9999px":M[3])+";"+(M[4]&&!p?"right":Q)+":"+(p?"0":M[2])+";width:"+M[8]+";}";
if(r)Left_[0]+=s.h+x+">li{"+s.r+(M[4]?"":"-")+M[2]+s.i+s.W+"}"+s.h+x+">li"+s.F+"{"+s.r+"0"+s.i+"}"}else{Left_[0]+=x+"{"+P+":0;"+Q+":0;"+s.W+(r?"padding-"+P+":"+M[3]+";"+s.g:"margin-"+P+":"+M[3]+";")+"}"+x+" li{"+s.g+"width:auto;left:"+(Left_r?"-":"")+M[2]+";}";
C=C[1];
if(C[16]>0){t=C[18]==s.t;
y="li{"+s.Z+"0 "+(t?0:C[16])+s.x+s.p+" "+(t?C[19]*2+C[16]:C[19])+s.x+s.m+" "+(t?0:C[19])+s.x+"}";
Left_[0]+=x+">"+y+"@media "+s.s+"{* html "+x+" "+y+"}"}Left_[0]+=x+" a{"+s.w+" "+D+"nowrap;}head"+s.F+"+body "+x+s.z+"*>*>html:lang(en),"+x+s.z+x+">li"+s.F+"{margin-"+Q+":"+M[2]+s.i+"}"+x+">li>a{"+E+F+E+F+E+E+F+E+s.f+E+F+" "+F+E+"}"+s.h+x+">li>a{"+s.g+"}"+(r?"* html "+x+"{"+s.l+"}":"")+s.h+x+">li{"+s.l+"}"+(Left_r?"":"* html>bo\\64 y "+x+">li{"+s.g+"}");
Left_[1]+=x+" ul li{left:0;"+(Left_iEW?s.W:"")+"}"}Left_[0]+=x+" ul li{"+s.l+"}";
Left_[1]+=x+" ul a{"+(Left_iEW?s.H:"")+(Left_iEWo&&h&&!p&&!Left_r?s.S:"")+(!Left_iEWo&&a?Left_iE7?"display:inline-block;":s.I:"")+s.w+(a&&!Left_iEW5x?"nowrap":"normal")+";}"+x+" ul{"+(Left_iEW?"overflow:scroll;height:11px;":"")+(a?"":"width:"+N[2]+";")+"}"+(Left_nS?x+" li{"+s.S+"}":"")}for(c in Left_styles){m=Left_styles[c][0];
i=Left_styles[c][1];
x="."+c;
y=x+" li a";
Left_[Left_styles[c][3]?0:1]+=x+"{"+s.Z+m[0]+"px;"+s.Y+m[1]+";"+s.X+m[2]+";padding:"+m[3]+"px;"+Left_cI(m[4])+(m[5]!=""?"filter:"+m[5]+";":"")+(m[6]+(m[6]!=""&&m[6].charAt(m[6].length-1)!=";"?";":""))+"}"+x+" li{"+s.Y+i[17]+";"+s.X+i[18]+";"+s.Z+"0 0 "+(i[18]==s.t?0:i[16])+"px 0;"+s.p+" 0 "+(i[16]>0?i[18]==s.t?i[19]*2+i[16]:i[19]:0)+"px 0;"+s.m+" 0 "+(i[16]>0&&i[18]!=s.t?i[19]:0)+"px 0;}"+x+s.C+","+x+s.C+":link,"+x+s.C+s.y+"{"+s.Z+i[0]+"px;"+s.Y+i[32]+";"+s.X+i[33]+";"+Left_cI(i[34])+"color:"+i[35]+";"+s.T+i[36]+";"+(i[40]+(i[40]!=""&&i[40].charAt(i[40].length-1)!=";"?";":""))+"}"+y+","+y+":link{cursor:pointer;"+s.Z+i[0]+"px;"+s.Y+i[1]+";"+s.X+i[3]+";padding:"+i[5]+"px;"+Left_cI(i[6])+"color:"+i[8]+";font-size:"+i[10]+";font-family:"+i[11]+";font-weight:"+i[12]+";"+s.T+i[13]+";text-align:"+i[15]+";"+(i[38]+(i[38]!=""&&i[38].charAt(i[38].length-1)!=";"?";":""))+"}"+y+s.y+"{"+s.Z+i[0]+"px;"+s.Y+i[26]+";"+s.X+i[27]+";"+Left_cI(i[28])+"color:"+i[29]+";"+s.T+i[30]+";"+(i[41]+(i[41]!=""&&i[41].charAt(i[41].length-1)!=";"?";":""))+"}"+y+":hover,"+y+":focus,"+y+":active,"+y+x+"O,"+y+x+"O:link,"+y+x+"O"+s.y+","+x+s.C+":hover,"+x+s.C+":focus,"+x+s.C+":active{"+s.Z+i[0]+"px;"+s.Y+i[2]+";"+s.X+i[4]+";"+Left_cI(i[7])+"color:"+i[9]+";"+s.T+i[14]+";"+(i[39]+(i[39]!=""&&i[39].charAt(i[39].length-1)!=";"?";":""))+"}"+x+s.N+"{"+s.Y+i[1]+s.i+s.X+i[3]+s.i+Left_cI(i[6],s.i)+"color:"+i[8]+s.i+s.T+i[13]+s.i+"}";
if(i[20])Left_[1]+=x+s.C+" "+x+"S,"+x+s.C+":link "+x+"S,"+x+s.C+s.y+" "+x+"S{"+Left_cI(i[37])+"}"+y+" "+x+"S,"+y+":link "+x+"S{"+s.d+s.A+Left_cI(i[21])+s.B+"-repeat:no-repeat;width:"+i[23]+"px;height:"+i[24]+"px;font-size:8px;display:none;}"+y+s.y+" "+x+"S{"+Left_cI(i[31])+"}"+y+":hover "+x+"S,"+y+":focus "+x+"S,"+y+":active "+x+"S,"+y+x+"O "+x+"S,"+y+x+"O:link "+x+"S,"+y+x+"O"+s.y+" "+x+"S,"+x+s.C+":hover "+x+"S,"+x+s.C+":focus "+x+"S,"+x+s.C+":active "+x+"S{"+Left_cI(i[22])+"}"+x+s.N+" "+x+"S{"+Left_cI(i[21])+"}"}R=Left_[0]+(!Left_oP7m&&(!Left_kNv||Left_kN)&&!Left_iC&&!Left_iEMo?Left_[1]:"");
if(!Left_oP7m)H=Left_gT(Left_d,"head")[0];
T=Left_d.styleSheets;
L=T?T.length:0;
if(H&&(T||Left_oPv>=7.5)&&!Left_iEM&&(!Left_gC||Left_x)&&(!Left_kNv||Left_kN)&&(!Left_sF||Left_sFv>=400)){var S=Left_cE("style",H);
S.setAttribute("type","text/css");
S.setAttribute("media",s.s);
H.appendChild(S);
if(T&&T.length>L&&T[L].insertRule){T=T[L];
R=R.replace(/}([^}])/g,"}|$1").split("|");
for(i=0;i<R.length;)try{T.insertRule(R[i++],T.cssRules.length)}catch(e){}}else{Left_iE?T[L].cssText=R:S.appendChild(Left_d.createTextNode(R))}}else{Left_d.write('<style type="text/css" media="'+s.s+'">'+R+'</style>')}Left_mN()};
if(Left_dl||Left_oP){Left_wL=Left_w.onload||0;
Left_w.onload=function(){Left_L=1;
if(Left_wL)Left_wL()};
Left_cS()

}

//=================================================================
 //Modified By : Abdulla Abdelhaq 28/4/2008 Primus
 function querySt(ji) {
 
    var strSearch = new String(ji);
    var strCurrentItem = new String()

    hu = window.location.search.substring(1);
    gy = hu.split("&");
    for (i=0;i<gy.length;i++)
    {
        ft = gy[i].split("=");
       strCurrentItem = ft[0]
    
       
        if (strCurrentItem.toLowerCase() == strSearch.toLowerCase()) 
        {
          return ft[1];
           }
      
     }
    
    
    return ""
    }

//=================================================================
