//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";	// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	163; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "/menuscript/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

// annotations as to what the bits look like they do

// menu item cell background on the normal page
var mCOLOR = 	"";	// main nav cell color

// color the background goes when the mouse is over it, adjusted
var rCOLOR = 	"navy";	// main nav cell rollover color

// width of the border for the main menu - i've adjusted it to zero to hide the border
var bSIZE = 	0;		// main nav border size

// color of the border round the menu items, not relevent with the obrde set to zero width
var bCOLOR = 	"#FABBBC"	// main nav border color

// text color of the menu items
var aLINK = 	"navy";	// main nav link color

// color the background of a menu goes when mouse over it. - left alone
var aHOVER = 	"#FFCC33";		// main nav link hover-color (dual purpose)

// presumably the CSS decoration code applied to a link
var aDEC = 	"none";		// main nav link decoration

// font to be used
var fFONT = 	"arial";	// main nav font face

// font size in pixels - technically bad coding since it eleminates percentage based scaling
var fSIZE = 	12;		// main nav font size (pixels)

// CSS font weight
var fWEIGHT = 	"bold"		// main nav font weight

// CSS horizontal text padding
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)

// CSS vertical text padding
var vPADDING = 	0;		// main nav vertical cell padding

// specify if text needs to be offset from centreline
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

// assuming this forces the menu header to remain in the rollover state as the mouse
// looks at a submenu
var keepLIT =	true;		// keep rollover color when browsing menu

// appears to be a vertical offset
var vOFFSET = 	5;		// shift the submenus vertically

// appears to be a horizontal offset
var hOFFSET = 	4;		// shift the submenus horizontally

// colour of a menu item
var smCOLOR = 	"#FABBBC";	// submenu cell color

// colour it goes when the mouse is over it
var srCOLOR = 	"pink";	// submenu cell rollover color

// width of a submenu border, here left at '1'
var sbSIZE = 	1;		// submenu border size

// colour of a submenu border
var sbCOLOR = 	"#FDE8E3"	// submenu border color

// submenu text color - normal
var saLINK = 	"navy";	// submenu link color

// submenu text colour - mouse over
var saHOVER = 	"red";		// submenu link hover-color (dual purpose)

// submenu text decoration
var saDEC = 	"none";		// submenu link decoration

// submenu text font
var sfFONT = 	"arial,comic sans ms";// submenu font face

// submenu text size
var sfSIZE = 	13;		// submenu font size (pixels)

//submenu text weight
var sfWEIGHT = 	"normal"	// submenu font weight

// text indent
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)

// vertical padding
var svPADDING = 1;		// submenu vertical cell padding

// vertical offset from centreline
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

// drop shadow size
var shSIZE =	5;		// submenu drop shadow size

// drop shadow color
var shCOLOR =	"cccccc";	// submenu drop shadow color

// drop shadow opacity (%)
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

// again keep a menu highlighted when looking at a submenu
var keepSubLIT = true;		// keep submenu rollover color when browsing child menu

// vertical offset
var chvOFFSET = -12;		// shift the child menus vertically

// horizontal offset
var chhOFFSET = 5;		// shift the child menus horizontally

// howlong to keep a menu open for, in miliseconds
var closeTIMER = 330;		// menu closing delay time

// allows you to click anywhere in the cell to activate the link, not just the text
var cellCLICK = true;		// links activate on TD click

// changes the cursor
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

// not totally sure about this one
var altDISPLAY = "true";		// where to display alt text

// looks like it makes the menu adjust as the page size changes
var allowRESIZE = true;		// allow resize/reload

// not a clue, unless is some sort of construction lines when setting the menus up
var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// *** HOME

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","Home",53,"center","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(230,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.trannyweb.com/twusa.shtml","Trannyweb USA","_top","");
	addSubmenuItem("http://www.trannyweb.com/index.shtml","International Front Page","_top","");
	addSubmenuItem("http://www.trannyweb.com/menu.shtml","Trannyweb International","_top","");
	addSubmenuItem("http://www.trannyweb.com/perl/community/pub9990202836783.cgi","Trannyweb UK","_top","");
	addSubmenuItem("http://www.trannyweb.com/twde.shtml","Trannyweb Germany","_top","");


// *** MEMBER SERVICES

addMainItem("","Member Services",125,"center","","",0,0,"");

	defineSubmenuProperties(220,"left","left",-4,0,"");

	addSubmenuItem("http://www.trannyweb.com/perl/community/login.cgi","Login","_top","");
	addSubmenuItem("http://www.trannyweb.com/perl/community/emailpassword.cgi","Forgotten Password","_top","");
	addSubmenuItem("http://www.trannyweb.com/register.shtml","Register","_top","");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Upgrade to Full Membership","_top","");

// *** COMMUNITY FEATURES

addMainItem("","Community Features",150,"center","","",0,0,"");

	defineSubmenuProperties(190,"left","left",-4,0,"");

	addSubmenuItem("http://www.trannyweb.com/perl/community/cforums.cgi?forumid=110908734022732","USA Forum","_top","Our American Forums!");
	addSubmenuItem("http://www.trannyweb.com/perl/community/cfdirectory.cgi?categoryid=9990113479095","Trannyweb Forums Directory","_top","The largest tranny forums in the world!");
	addSubmenuItem("http://www.trannyweb.com/chat.shtml","TrannyChat","_top","Our tranny chat rooms");
	addSubmenuItem("http://www.trannyweb.com/perl/community/blogging.cgi","TrannyBlogger","_top","Share your innermost thoughts");
	addSubmenuItem("http://www.trannyweb.com/classifieds.shtml","TrannyAds","_top","Find love in our personal ads section");
	addSubmenuItem("http://www.trannystuff.com","TrannyStuff","_blank","Jewellery and stuff for special girls like us!");
	addSubmenuItem("http://www.trannybooks.com","TrannyBooks","_top","Books and videos on Tranny subjects");
	addSubmenuItem("http://www.trannyweb.com/featured.shtml","TrannyLinks","_top","Featured links to other tranny related sites");
	addSubmenuItem("http://www.trannybay.com","TrannyBay Auction","_blank","Our Tranny Auction");
	addSubmenuItem("http://www.trannyweb.com/perl/community/poll.cgi","TrannyPolls","_top","What's your opinion?");
	addSubmenuItem("http://www.trannyweb.com/perl/community/survey.cgi","TrannySurvey","_top","Help us improve by doing our survey");
	addSubmenuItem("http://www.trannyweb.com/mabel.shtml","TrannySearch","_top","The largest dedicated tranny search engine in the world");
	addSubmenuItem("http://www.trannyweb.com/clubs.shtml","TrannyClubs","_top","Start your own Trannyweb!");
	addSubmenuItem("http://www.trannyweb.com/birthdays.shtml","Birthday Girls","_top","Members with birthdays today or tomorrow");
	addSubmenuItem("http://www.trannyweb.com/trib.shtml","The Tranny Tribune","_top","Our monthly newsletter");
	addSubmenuItem("http://www.trannyweb.com/perl/community/whoshere.cgi","Who's Online","_top","See who's here right now");
	
	
	
// *** Full Member's Features

addMainItem("","Full Member's Features",155,"center","","",0,0,"");

	defineSubmenuProperties(200,"left","left",-4,0,"");

	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","TrannyPix Galleries","_top","Thousands of pictures of our beautiful tranny girls");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","TrannyCards","_top","Send a TrannyCard to a friend");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Membersearch","_top","Find a member anywhere in the world");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","TrannySites","_top","Create your own tranny web site");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Your TrannyMail","_top","You own feminine email account");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Download T-Log","_top","Our free tranny software");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Members discounts","_top","Discounts for full members");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Your TrannyCredit Balance","_top","Check your TrannyCredit Balance");
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Ten Random Profiles","_top","Ten member's profiles chosen at random");	
	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Full Member's Forums","_top","Forums for our Full Members only");
		defineChildmenuProperties(170,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
		
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Elite Member's Forum","_top","For our Full Members only");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","High Heel Heaven","_top","Our high heel forum");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Ladies Who Lunch","_top","For lady's lunches and nites out");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Tranny Fantasies","_top","Your fantasies revealed");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Transsexual Transylvania","_top","For our Post-op girls");

	    addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","TrannyGames","_top","Waste a little time with our silly games");
		defineChildmenuProperties(170,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
		
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Blackjack","_top","Blackjack");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Hangman","_top","Hangman");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","In Between","_top","In Between");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Memory","_top","Memory");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Poker","_top","Poker");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Top Players","_top","Top Players");
		addChildmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Movers and Shakers","_top","Movers and Shakers");
		
// *** Miscellaneous

addMainItem("","Misc",80,"center","","",0,0,"");

	defineSubmenuProperties(300,"left","left",-4,0,"");


	addSubmenuItem("http://www.trannyweb.com/journo.shtml","Write for The Tranny Tribune","_top","Become an international journalist");
	addSubmenuItem("http://www.trannyweb.com/authors.shtml","Get your Tranny Book Published","_top","Get your Tranny Book Published");	
    addSubmenuItem("http://www.trannyweb.com/addurl.shtml","Add your site to our TrannySearch search engine","_top","Be part of the world's largest dedicated transgender search engine");
	addSubmenuItem("http://www.trannyweb.com/perl/community/cforums.cgi?forumid=109551804312750","Trannyweb Technical Support","_top","Got a teckie problem?");
	addSubmenuItem("http://www.trannyweb.com/mission.shtml","Our Mission Statement","_top","What we're about");
	addSubmenuItem("http://www.trannyweb.com/classes.shtml","Forum Titles Explained","_top","Forum Titles Explained");
	addSubmenuItem("http://www.trannyweb.com/sitemap.shtml","Trannyweb Community Site Map","_top","Trannyweb Community Site Map");	
	addSubmenuItem("http://www.trannyweb.com/advertise.shtml","Advertise with Trannyweb","_top","Info for advertisers");




// *** Upgrade

addMainItem("","Upgrade Membership",140,"center","","",0,0,"");

	defineSubmenuProperties(170,"right","left",-4,0,"");

	addSubmenuItem("http://www.trannyweb.com/upgradeusa.shtml","Full Membership - USA","_top","");



// *** Help

addMainItem("","Help",57,"center","","",0,0,"");

	defineSubmenuProperties(220,"right","left",-4,0,"");

	addSubmenuItem("#help","Help for this page","","");

	addSubmenuItem("http://www.trannyweb.com/perl/community/pub9990202836273.cgi?categoryid=9990202836273&action=viewad&itemid=9990202907909","Why can't I log in?","_top","");
	addSubmenuItem("http://www.trannyweb.com/FAQ","Trannyweb FAQ's","_top","");
	addSubmenuItem("http://www.trannyweb.com/terms.shtml","TrannyWeb Terms & Conditions","_top","");
	addSubmenuItem("http://www.trannyweb.com/privacy.shtml","TrannyWeb Privacy Policy","_top","");
	addSubmenuItem("http://www.trannyweb.com/about.shtml","About TrannyWeb","_top","");
	addSubmenuItem("mailto:bugs@trannyweb.tv","Report Bugs","_top","");
	addSubmenuItem("http://www.trannyweb.com/contact.shtml","Contact Trannyweb","_top","");

//**DO NOT EDIT THIS *****
}//***********************
//************************
