/***********************************************************************************
*	use with menu_com.js file. Last Updated 11/8/05 		
***********************************************************************************/
	var NoOffFirstLineMenus=6;			// # of top nav items

	var LowBgColor='';			// if not using image - main bgcolor off

	var HighBgColor='';			// if not using image - main bgcolor on

	var LowSubBgColor='EEEEEE';			// sub menu item bgcolor off

	var HighSubBgColor='ffffff';		// sub menu item bgcolor on

	var FontLowColor='000000';			// if not using image - main item font color off

	var FontHighColor='000000';			// if not using image - main item font color on

	var FontSubLowColor='000000';		// sub font off

	var FontSubHighColor='CC0000';		// sub font on

	var BorderColor='';			// border color for main items

	var BorderSubColor='CCCCCC';		// border color for sub items

	var BorderWidth=1;				  	// border width (if you set to 0 then neither main nor sub will have a border)

	var BorderBtwnElmnts=0;				// if set to 0, sub items will have a outline box but no line between items			

	var FontFamily="Arial"					

	var FontSize=8;				

	var FontBold=0;						// 0 - Plain, 1 - bold				

	var FontItalic=0;					// 0 - Plain, 1 - italic				

	var MenuTextCentered='left';			

	var MenuCentered='left';			

	var MenuVerticalCentered='top';		

	var ChildOverlap=0;				// hor overlap child/ parent

	var ChildVerticalOverlap=0;		// ver overlap child/ parent

	var StartTop=303;					// in pixel				

	var StartLeft=18;					// in pixel				

	var VerCorrect=0;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=3;				// in NN4, the padding will NOT be applied to the item title that wraps to 2nd line.				

	var TopPaddng=2;				

	var FirstLineHorizontal=0;			// 0 - vertical menu, 1 - horizonal menu

	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0

	var DissapearDelay=500;			

	var TakeOverBgColor=1;			// true/false

	var FirstLineFrame='navig';			// Frame where first level appears

	var SecLineFrame='space';			// Frame where sub levels appear

	var DocTargetFrame='space';			// Frame where target documents appear

	var TargetLoc='';				// span id for relative positioning

	var HideTop=0;				// Hide top menu when loading new document 

	var MenuWrap=1;				

	var RightToLeft=0;				

	var UnfoldsOnClick=0;			// onclick true-1

	var WebMasterCheck=0;			// menu tree check on/off

	var ShowArrow=1;				// 1true/0false

	var KeepHilite=1;				// hilight selected path
	var Arrws=['/bulgaria/images/tri.gif',5,7,'',7,5,'',5,7];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function showPopUp(file, width, height){
var new_win = window.open(file, 'new_win', ('HEIGHT=' + height + ',WIDTH=' + width + ',location=no,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,status=no'));
}

//  Menu tree for GTS Integrated Site Home 
//	MenuX=new Array(Text to show, Link, bg image, number of sub elements, height, width);
//	For rollover images set "Text to show" to "rollover:Image1.jpg:Image2.jpg"
//  Please make sure all link paths start from /transactionservices/homepage/

Menu1=new Array("rollover:images/nav_emcb/menu_header.gif:images/nav_emcb/menu_header.gif","index.htm","",0,40,206);
Menu2=new Array("rollover:/bulgaria/images/spacer.gif:/bulgaria/images/spacer.gif","","",0,20,206);
Menu3=new Array("rollover:images/nav_emcb/lending2.gif:images/nav_emcb/lending.gif","lending.htm","",2,25);
	Menu3_1=new Array("Кредити за оборотни средства", "capital.htm","",0,20,160);
	Menu3_2=new Array("Дългосрочни заеми", "term.htm","",0);
Menu4=new Array("rollover:images/nav_emcb/cfinance2.gif:images/nav_emcb/cfinance.gif","corp_finance.htm","",3,25);
	Menu4_1=new Array("Синдикирани заеми", "credits.htm","",0,20,170);
	Menu4_2=new Array("Облигации", "bonds.htm","",0);
	Menu4_3=new Array("Структурирано финансиране", "finance.htm","",0);
Menu5=new Array("rollover:images/nav_emcb/advisory2.gif:images/nav_emcb/advisory.gif","advisory.htm","",0,25);
Menu6=new Array("rollover:images/nav_emcb/contact_us2.gif:images/nav_emcb/contact_us.gif","contact_us.htm","",0,25);	

