
// ULTIMATE DROPDOWN MENU v3.1.1 by Brothercake
// http://www.brothercake.com/dropdown/ 

//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************
// *** or http://www.dynamicdrive.com/dynamicindex1/topmen3/index.htm ****


// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "center";	// alignment
var absLEFT = 	95;		// absolute left or right position (if not center)
var absTOP = 	40; 		// absolute top position

var staticMENU = false;		// static positioning mode (not Opera 5)

var stretchMENU = true;	  	// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF =	"/js/";	        // base path to .js and image files
var zORDER = 	100;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#746DB1";	// main nav cell color
var rCOLOR = 	"#8A82D1";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#A89EFF"	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (not ns4)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face		
var fSIZE = 	11;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	1;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	1;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#8A82D1";	// submenu cell color
var srCOLOR = 	"#807BB0";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#ECEBFF"	// submenu border color
var saLINK = 	"#ffffff";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (not ns4)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";	// submenu font face		
var sfSIZE = 	11;		// submenu font size (pixels)	
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	2;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	1;		// submenu drop shadow size
var shCOLOR =	"#999999";	// submenu drop shadow color
var shOPACITY = 45;		// submenu drop shadow opacity (not ns4 or Opera 5)

var keepSubLIT = true;    // keep submenu rollover color when browsing child menu
var chvOFFSET = 0;        // shift the child menus vertically
var chhOFFSET = 0;        // shift the child menus horizontally

var closeTIMER = 0;       // menu closing delay time

var cellCLICK = true;     // links activate on TD click
var aCURSOR = "hand";     // cursor for active links (not ns4 or op5)

var altDISPLAY = "";      // where to display alt text
var allowRESIZE = true;   // allow resize/reload





//** LINKS ***********************************************************

// add main link item ("url","Link name",width,"text-alignment","target")

// define submenu properties (width,"align to edge","text-alignment")

addMainItem("http://vts.transcription.com/default.htm","Main",95,"center",""); 
	defineSubmenuProperties(95,"center","right");

addMainItem("http://vts.transcription.com/services.html","Services",95,"center",""); 
	defineSubmenuProperties(95,"center","right");

addMainItem("","Company",95,"center",""); 
	defineSubmenuProperties(95,"center","right");

	addSubmenuItem("http://vts.transcription.com/aboutvts.html","About VTS","");
	addSubmenuItem("http://vts.transcription.com/employment.html","Employment","");
	addSubmenuItem("http://vts.transcription.com/employment_form.html","Application","");

addMainItem("http://vts.transcription.com/technology.html","Technology",95,"center",""); 
	defineSubmenuProperties(95,"center","right");

addMainItem("http://vts.transcription.com/contact.html","Contact",95,"center",""); 
	defineSubmenuProperties(95,"center","right");

addMainItem("","Login",95,"center",""); 
	defineSubmenuProperties(95,"center","right");

	addSubmenuItem("http://vts.transcription.com/clients/login.asp","Client Login","");
	addSubmenuItem("http://vts.transcription.com/intranet/login.asp","Employee Login","");


//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

