//UDMv3.0.2
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************


// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	10; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5/6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF =	"../jvs/";	// base path 
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#ffffff";	// main nav cell color
var rCOLOR = 	"#ececec";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#ffffff"	// main nav border color
var aLINK = 	"#0000cc";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Arial";	// main nav font face		
var fSIZE = 	15;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	-5;		// shift the submenus vertically
var hOFFSET = 	5;		// shift the submenus horizontally

var smCOLOR = 	"#ffffff";	// submenu cell color
var srCOLOR = 	"#ececec";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#cccccc";	// submenu border color
var saLINK = 	"#0000cc";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Arial";// submenu font face		
var sfSIZE = 	13;		// submenu font size (pixels)	
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	5;		// menu drop shadow size 
var shCOLOR =	"#cccccc";	// menu drop shadow color
var shOPACITY = 75;		// menu drop shadow opacity (ie5/6 only)

var keepSubLIT=	true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = -3;		// shift the child menus vertically 			
var chhOFFSET = -5;		// shift the child menus horizontally 		

var closeTIMER = 330;		// 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 = "title";		// where to display alt text
var allowRESIZE=true;		// allow resize/reload


//** LINKS ***********************************************************






// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position)
addMainItem("http://www.rsamerica.net/index.htm","Home",90,"center","","RS America.net home",0,0); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(120,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.rsamerica.net/news/index.htm","Latest News","","The latest breaking site news");
	addSubmenuItem("http://www.rsamerica.net/whatis.htm","What Is An RSA?","","What exactly is an RS America?");
	addSubmenuItem("http://www.rsamerica.net/objective.htm","Objectives","","RSAmerica.net site objectives");
	addSubmenuItem("http://www.rsamerica.net/faqs/index.htm","FAQ's","","Frequently Asked Questions");
	addSubmenuItem("http://www.rsamerica.net/links/index.htm","Links","","Links to other related web sites");
	addSubmenuItem("http://www.rsamerica.net/map/index.htm","Site Map","","A simple site map");
	addSubmenuItem("http://www.rsamerica.net/search.htm","Site Search","","Search the RSAmerica.net website");
	
	



addMainItem("","Articles",90,"center","","",0,0); 

	defineSubmenuProperties(125,"center","center",0,0);
	
	addSubmenuItem("http://www.rsamerica.net/articles/member/index.htm","Member Articles","","Various articles from members");
	addSubmenuItem("http://www.rsamerica.net/articles/tech/index.htm","Technical Articles","","Various technical articles");
	addSubmenuItem("http://www.rsamerica.net/articles/roadtest/index.htm","Road Test Articles","","RS America road tests");



addMainItem("http://www.rsamerica.net/forum/index.htm","Chat/Forum",110,"center","","Chat about your favorite subject",0,0); 


addMainItem("","Market Place",120,"center","","Advertise items For Sale or Wanted items",0,0); 

	defineSubmenuProperties(150,"","center",0,-20);

	addSubmenuItem("http://www.rsamerica.net/market/vehicles/index.htm","Vehicles For Sale","","Buy or sell an RS America");
	addSubmenuItem("http://www.rsamerica.net/market/parts/index.htm","Parts And Accessories","","Buy or sell RSA parts and accessories");
	addSubmenuItem("http://www.rsamerica.net/market/want_ads/index.htm","Want Ads","","Advertise what you're looking for");

addMainItem("","Picture Gallery",110,"center","","Pictures of members cars",0,0); 

	defineSubmenuProperties(120,"right","right",0,0);

	addSubmenuItem("http://www.rsamerica.net/gallery/index.htm","Member webpages","","Registry member web pages");
	addSubmenuItem("http://www.rsamerica.net/License_plates.htm","License Plates","","Registry member license plates");
	addSubmenuItem("http://www.rsamerica.net/portrait.htm","RSA Portraits","","Custom RSA Portraits");
	addSubmenuItem("http://www.rsamerica.net/In_Memoriam.htm","In Memoriam","","Images of damaged RSA's");


addMainItem("","Registry",110,"center","","Data on the PCA - RS America registry",0,0);


	defineSubmenuProperties(130,"right","right",0,0);
	
	addSubmenuItem("http://www.rsamerica.net/registry/index.htm","What is a Registry?","","Registry general info"); 

	addSubmenuItem("http://www.rsamerica.net/registry/statistics/index.htm","Registry Statistics","","Statistics on cars in the PCA - RS America registry");


addMainItem("","OEM Info",90,"center","","Original Equipment Manufacturer's Information",0,0); 

	defineSubmenuProperties(210,"right","right",0,0);

	addSubmenuItem("http://www.rsamerica.net/OEMinfo/factory_data/index.htm","Factory Data","","Factory data not publicly available");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/literature/index.htm","Literature (available to the public)","","Literature available to the public");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/equipment/index.htm","Equipment","","Original RS America equipment");	 
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/toolkit/index.htm","Toolkit","","Info on the toolkit & its contents");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/manuals/index.htm","Manuals/Booklets/Documents","","Documents that came with a new RSA");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/Lug wrench/index.htm","Lug Wrench","","The factory original lug wrench");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/air pump/index.htm","Air compressor","","Data on the air pump used for the spare tire");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/Rear_bins/index.htm","Rear stowage bins","","Details of rear stowage bins in place of rear seats");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/RearSeats/index.htm","Rear Seats","","Data on rear seats (1994 models only)");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/RSA_sport_seats/index.htm","Sport Seats","","Cloth covered seats - unique to the RSA");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/wheels/index.htm","Wheels","","Details of the Cup 1 wheels");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/Spare_wheel/index.htm","Spare wheel","","Data on the spare wheel");
	addSubmenuItem("http://www.rsamerica.net/OEMinfo/Whaletail/index.htm","Whaletail","","Details of rear spoiler - unique to the RSA");






//**DO NOT EDIT THIS *****
}//***********************
//************************

