/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl*
*	You may remove all comments for faster loading *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#ECB98C';	// Background color when mouse is not over
	var LowSubBgColor='#794547';			// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#EFBC8F';			// Background color when mouse is over on subs
	var FontLowColor='#A11133'//black'; // Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
	var FontHighColor='#6c7bb9';		// Font color when mouse is over
	var FontSubHighColor='#794547';		// Font color subs when mouse is over
	var BorderColor='WHITE'//black';	// Border color
	var BorderSubColor='#794547';		// Border color for subs
	var BorderWidth=0;					// Border width
	//var TopBorderWidth=0;	        // Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="Tahoma"		// Font family menu items
	var FontSize=8;						// Font size menu items
	var FontBold=0;						// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='Right';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=1.77;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;	        // vertical overlap child/ parent
	var StartTop=135;					// Menu offset x coordinate
	var StartLeft=-300;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=300;					// Multiple frames x correction
	var LeftPaddng=3;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=600;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	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 first level when loading new document 1 or 0
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=1;					// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	

if (navigator.appName == 'Netscape') {  StartLeft = StartLeft - 12; } 


function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

//  Menu tree Parameters
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.gif:Image2.gif"

   	//about Menu Block 	
    Menu1=new Array("rollover:images/links_02.gif:images/links-over_02.gif","index.html","",0,26,178,0);
		
		

	// Products			
	Menu2=new Array("rollover:images/links_03.gif:images/links-over_03.gif","aboutus.html","",5,26,178,0); //the number 1 here indicates the number of drop downs links
	
        Menu2_1=new Array("» Vision & Mission","vision_mission.html","",0,26,140); 
		Menu2_2=new Array("» Technology","technology.html","",0,26,140);
		Menu2_3=new Array("» Infrastructure","infrastructure.html","",0,26,140);
		Menu2_4=new Array("» Our Transcriptionist","our _transcriptionist.html","",0,26,140);
		Menu2_5=new Array("» Office Locations","office_locations.html","",0,26,140);
		
	// Services Menu Block 	
	Menu3=new Array("rollover:images/links_04.gif:images/links-over_04.gif","market_transcription.html","",7,26,178,0); //the number 1 here indicates the number of drop downs links
		Menu3_1=new Array("» Market Research","market_transcription.html","",0,26,140);
        Menu3_2=new Array("» Medical Transcription","medical_transcription.html","",0,26,140); 
		Menu3_3=new Array("» Business Transcription","business_transcription.html","",0,26,140);
		Menu3_4=new Array("» Spanish Transcription","spanish_transcription.html","",0,26,140);
		Menu3_5=new Array("» Legal Transcription","legal_transcription.html","",0,26,140);
		Menu3_6=new Array("» Insurance Transcription","insurance_transcription.html","",0,26,140);
		Menu3_7=new Array("» TV Transcription","tv_transcription.html","",0,26,140);
		
        		
	//Partners  Menu Block  	
	Menu4=new Array("rollover:images/links_05.gif:images/links-over_05.gif","careers.html","",1,26,178,0); //the number 1 here indicates the number of drop downs links
		Menu4_1=new Array("» Current Openings","currnet_openings.html","",0,26,140);

		
	//Resources
	Menu5=new Array("rollover:images/links_06.gif:images/links-over_06.gif","office_locations.html","",0,26,178,0); //the number 1 here indicates the number of drop downs links
		Menu5_1=new Array("» Office Locations","office_locations.html","",0,26,110);
        Menu5_2=new Array("» Free Trial Form","free_trial_form.html","",0,26,110); 
		
	
	//Contact
	Menu6=new Array("rollover:images/links_09.gif:images/links-over_09.gif","free_trial_form.html","",0,50,178,0); 
	
	
	
		

	