TransMenu.spacerGif = "/Temi/vallecalda/script/img/x.gif";								// path to a transparent spacer gif
TransMenu.dingbatOn = "";							   											// path to the active sub menu dingbat
TransMenu.dingbatOff = "";							   										// path to the inactive sub menu dingbat
TransMenu.dingbatSize = 0;																	// size of the dingbat (square shape assumed)
TransMenu.menuPadding = 0;																	// padding between menu border and items grid
TransMenu.itemPadding = 0;																	// additional padding around each item
TransMenu.shadowSize = 0;																	// size of shadow under menu
TransMenu.shadowOffset = 0;																// distance shadow should be offset from leading edge
TransMenu.shadowColor = "";																	// color of shadow (transparency is set in CSS)
TransMenu.shadowPng = "";              							 							// a PNG graphic to serve as the shadow for mac IE5
TransMenu.backgroundColor = "#963439";													// color of the background (transparency set in CSS)
TransMenu.backgroundPng = "/Temi/vallecalda/script/img/white-90.png";			// a PNG graphic to server as the background for mac IE5
TransMenu.hideDelay = 1000;																	// number of milliseconds to wait before hiding a menu
TransMenu.slideTime = 400;																	// number of milliseconds it takes to open and close a menu
