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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.freepokertourneys.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



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



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

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

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

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

var mCOLOR = 	"#000000";	// main nav cell color
var rCOLOR = 	"yellow";	// main nav cell rollover color
var bSIZE = 	1;		      // main nav border size
var bCOLOR = 	"yellow"	   // main nav border color
var aLINK = 	"Yellow";	// main nav link color
var aHOVER = 	"Black";		// main nav link hover-color (dual purpose)
var aDEC = 	   "none";	   // main nav link decoration
var fFONT = 	"arial";	   // main nav font face
var fSIZE = 	12;		   // 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 = 	0;		   // main nav vertical cell padding
var vtOFFSET = 	0;		   // main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		   // keep rollover color when browsing menu
var vOFFSET = 	0;		      // shift the submenus vertically
var hOFFSET = 	0;		      // shift the submenus horizontally


var smCOLOR = 	"black";	   // submenu cell color
var srCOLOR = 	"yellow";	// submenu cell rollover color
var sbSIZE = 	1;	         // submenu border size
var sbCOLOR = 	"yellow"	   // submenu border color
var saLINK = 	"yellow";	// submenu link color
var saHOVER = 	"black";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";    // submenu font face
var sfSIZE = 	12;		   // submenu font size (pixels)
var sfWEIGHT = "bold"		// submenu font weight
var stINDENT = 5;			   // 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 =	2;		      // submenu drop shadow size
var shCOLOR =	"#000000";	// submenu drop shadow color
var shOPACITY = 75;		   // submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		   // shift the child menus vertically
var chhOFFSET = 7;		   // shift the child menus horizontally

var openTIMER = 1;		   // [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 230;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		   // where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		   // show a red grid
var gridWIDTH = 760;		   // override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;	   	// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;	   	// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		   // [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -1;		   // [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		   // [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		   // [** new **] right arrow (not ns4/op5/op6)



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


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		// add submenu link items ("url","Link name","_target","alt text")
	
addMainItem("http://www.freepokertourneys.com/","HOME",120,"center","","Backroom Poker Lounge Forum",0,0,"","","","","");	
	defineSubmenuProperties(120,"left","left",-0,0,"","","","","","","");
		addSubmenuItem("http://www.freepokertourneys.com/phpBB2","Forum","_New","Backroom Poker Lounge");
		addSubmenuItem("http://www.freepokertourneys.com/feedback.html","Contact Me","","");
      
addMainItem("http://www.freepokertourneys.com/phpBB2","FORUM",120,"center","","Backroom Poker Lounge Forum",0,0,"","","","","");

addMainItem("","POKERSITES",138,"center","","",0,0,"","","","","");
	defineSubmenuProperties(138,"left","left",-4,0,"","","","","","","");
		addSubmenuItem("http://www.freepokertourneys.com/misc/pokersites.html","Full List","_blank","Pokersite List");
		addSubmenuItem("http://www.freepokertourneys.com/misc/Freeroll.html","Freeroll Schedule","","Freeroll Schedule");
			defineChildmenuProperties(102,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
				addChildmenuItem("http://www.freepokertourneys.com/misc/dailyfreerollschedule.php?day=SUNDAY","SUNDAY","_blank","Sunday Freeroll Schedule");
				addChildmenuItem("http://www.freepokertourneys.com/misc/dailyfreerollschedule.php?day=MONDAY","MONDAY","_blank","Monday Freeroll Schedule");
				addChildmenuItem("http://www.freepokertourneys.com/misc/dailyfreerollschedule.php?day=TUESDAY","TUESDAY","_blank","Tuesday Freeroll Schedule");
				addChildmenuItem("http://www.freepokertourneys.com/misc/dailyfreerollschedule.php?day=WEDNESDAY","WEDNESDAY","_blank","Wednesday Freeroll Schedule");
				addChildmenuItem("http://www.freepokertourneys.com/misc/dailyfreerollschedule.php?day=THURSDAY","THURSDAY","_blank","Thursday Freeroll Schedule");
				addChildmenuItem("http://www.freepokertourneys.com/misc/dailyfreerollschedule.php?day=FRIDAY","FRIDAY","_blank","Friday Freeroll Schedule");
				addChildmenuItem("http://www.freepokertourneys.com/misc/dailyfreerollschedule.php?day=SATURDAY","SATURDAY","_blank","Saturday Freeroll Schedule");
	
addMainItem("","CASINOSITES",120,"center","","",0,0,"","","","","");
	defineSubmenuProperties(180,"left","left",-4,0,"","","","","","","");
		addSubmenuItem("http://www.freepokertourneys.com/misc/casinosites.html","Casinosites","_blank","Casino Sites Full List");
		addSubmenuItem("","Free Money $10-$15","","");
	      defineChildmenuProperties(240,"left","left",0,-80,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
				addChildmenuItem("http://www.fortune-affiliates.com/tagservlet/tagservlet?btag=ad_78332","$10 &nbsp;&nbsp; Desert Dollar Casino","_blank","Desert Dollar Casino");
				addChildmenuItem("http://www.goldenballscasino.com/~20612fcJ/en","$10 &nbsp;&nbsp; Golden Balls Casino","_blank","Golden Balls Casino");
				addChildmenuItem("http://banner.goldgatecasino.com/cgi-bin/redir.cgi?greedy4chips","$10 &nbsp;&nbsp; Goldgate Casino","_blank","Goldgate Casino");
				addChildmenuItem("http://www.ipoker.net/jsp/go2icr.jsp?id=714","$10 &nbsp;&nbsp; Ipoker.net","_blank","Ipoker.net");
				addChildmenuItem("http://www.luckyemperor.com/referral.asp?aff_id=aff31758","$10 &nbsp;&nbsp; Lucky Emperor Casino","_blank","Lucky Emperor Casino");
				addChildmenuItem("http://grbanner.mapau.com/cgi-bin/redir.cgi?greedy4chips","$10 &nbsp;&nbsp; Mapau","_blank","Mapau");
				addChildmenuItem("http://www.palaceofchance.com/affiliates/aiddownload.asp?affid=4083","$10 &nbsp;&nbsp; Palace of Chance","_blank","Palace of Chance");
				addChildmenuItem("http://dbbsrv.com/refer/1517693/10000041","$10 &nbsp;&nbsp; UK Casino Club","_blank","UK Casino Club");
				addChildmenuItem("http://www.sunsetpalace.com/affiliates/aiddownload.asp?affid=494","$10 &nbsp;&nbsp; Sunset Palace Casino &nbsp;&nbsp;SP10XX","_blank","Sunset Palace Casino");
				addChildmenuItem("http://www.vegasjokercasino.com/home.asp?btag=aff_106_c1561_b639","$10 &nbsp;&nbsp; Vegas Joker Casino","_blank","Vegas Joker Casino");
				addChildmenuItem("http://www.virtualcitycasino.com/referral.asp?aff_id=aff31758","$10 &nbsp;&nbsp; Virtual Casino City","_blank","Virtual Casino City");
				addChildmenuItem("http://www.zodiaccasino.com/referral.asp?aff_id=aff31758","$10 &nbsp;&nbsp; Zodiac Casino","_blank","Zodiac Casino");
				addChildmenuItem("http://www.crazyvegascasino.com/index.asp?btag=AfBtag824101001","$11 &nbsp;&nbsp; Crazy Vegas Casino","_blank","Crazy Vegas Casino");
				addChildmenuItem("http://www.vegascountrycasino.com/home.asp?btag=aff_105_c1561_b435","$11 &nbsp;&nbsp; Vegas Country Casino","_blank","Vegas Country Casino");
				addChildmenuItem("http://www.vegas7casino.com/home.asp?btag=aff_107_c1561_b1578","$11 &nbsp;&nbsp; Vegas7 Casino","_blank","Vegas7 Casino");
				addChildmenuItem("http://www.fortune-affiliates.com/tagservlet/tagservlet?btag=ad_78333","$15 &nbsp;&nbsp; 7 Sultans Casino","_blank","7 Sultans Casino");
				addChildmenuItem("http://www.aceshigh.com/index.asp?s=aff91575&b=ahc_468x060_125","$15 &nbsp;&nbsp; Aces High Casino","_blank","Aces High Casino");
				addChildmenuItem("http://www.colosseumcasino.com/default1.asp?btag=aff_101_c1561_b823","$15 &nbsp;&nbsp; Colosseum Casino","_blank","Colosseum Casino");
				addChildmenuItem("http://www.grandhotelcasino.com/home.asp?btag=aff_102_c1561_b1209","$15 &nbsp;&nbsp; Grand Hotel Casino","_blank","Grand Hotel Casino");
				addChildmenuItem("http://www.piggspeak.com/nodeposit.asp?bTag=ALbtag287101001","$15 &nbsp;&nbsp; Piggs Peak Casino","_blank","Piggs Peak Casino");
				addChildmenuItem("http://ads.goldenstarnetwork.com/bc.aspx?affId=4171&bannerId=585","$15 &nbsp;&nbsp; River Nile Casino","_blank","River Nile Casino");
				addChildmenuItem("http://www.vegasslotcasino.com/home.asp?btag=aff_103_c1561_b1965","$15 &nbsp;&nbsp; Vegas Slot Casino","_blank","Vegas Slot Casino");
				
	addSubmenuItem("","Free Money $16-$100","","");
	      defineChildmenuProperties(240,"left","left",0,-70,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
	
addChildmenuItem("http://www.captaincookscasino.com/default.asp?aff=greedy41-0-0","$16 &nbsp;&nbsp; Captain Cooks Casino","_blank","Captain Cooks Casino");
			addChildmenuItem("http://www.casinokingdom.com/default.asp?aff=greedy41-0-0","$16 &nbsp;&nbsp; Casino Kingdom","_blank","Casino Kingdom");
				addChildmenuItem("http://www.clubplayercasino.com/affiliates/aiddownload.asp?affid=644","$16 &nbsp;&nbsp; Club Player Online Casino","_blank","Club Player Online Casino");
				addChildmenuItem("http://www.grandroyalcasino.com/remote/AidDownload.asp?casinoID=38&gAID=2224&subGid=0&bannerID=601","$16 &nbsp;&nbsp; Grand Royal Casino","_blank","Grand Royal Casino");
				addChildmenuItem("http://ads.goldenstarnetwork.com/bc.aspx?affId=4171&bannerId=846","$16 &nbsp;&nbsp; Miami Paradise","_blank","Miami Paradise");
				addChildmenuItem("http://www.winnersplayground.com/affiliates/AidDownload.asp?casinoID=99&gAID=2224&subGid=0&bannerID=687","$16 &nbsp;&nbsp; Winners Playground Casino","_blank","Winners Playground Casino");
				addChildmenuItem("http://affiliate.cirruscasino.com/affiliates/aiddownloadcasino.asp?affid=1820&Pub=one","$25 &nbsp;&nbsp; Cirrus Casino &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GYBYP","_blank","Cirrus Casino");
				addChildmenuItem("http://stats.prismcasino.com/affiliates/aiddownloadcasino.asp?affid=1994",         "$25 &nbsp;&nbsp; Prism Casino &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;N9BFQ","_blank","Prism Casino");
				addChildmenuItem("http://banner.casinofortune.com/cgi-bin/redir.cgi?greedy4chips","$30 &nbsp;&nbsp; Casino Fortune","_blank","Casino Fortune");
				addChildmenuItem("http://banner.goldgatecasino.com/cgi-bin/redir.cgi?id=N&member=greedy4chips&profile=30free","$30 &nbsp;&nbsp; Goldgate Casino","_blank","Goldgate Casino");
				addChildmenuItem("http://download.portofinocasino.com/affiliates/aiddownload.asp?affid=1300","$35 &nbsp;&nbsp; Portofino Casino","_blank","Portofino Casino");
				addChildmenuItem("http://www.connectocasino.com/tracking/AidDownload.php?affid=676","$41 &nbsp;&nbsp; Connectto Casino","_blank","Connectto Casino");
				addChildmenuItem("http://affiliate.coolcatcash.com/affiliates/aiddownloadcasino.asp?affid=1799",     "$75 &nbsp;&nbsp; Cool Cat Casino  &nbsp;&nbsp;&nbsp;&nbsp; CATCHIP75","_blank","Cool Cat Casino");
				addChildmenuItem("http://stats.prismcasino.com/affiliates/aiddownloadcasino.asp?affid=1994&Pub=slot","$77 &nbsp;&nbsp; Slots of Vegas &nbsp;&nbsp;&nbsp;&nbsp;SLOTS77","_blank","Slots of Vegas");


addMainItem("","RULES",119,"center","","",0,0,"","","","","");
	defineSubmenuProperties(120,"left","left",-4,0,"","","","","","","");
		addSubmenuItem("http://www.freepokertourneys.com/misc/pokerrules.html","Poker Rules","_blank","Poker Rules");
		addSubmenuItem("http://www.freepokertourneys.com/misc/pokerterms.html","Poker Terms","_blank","Poker Terms");
		addSubmenuItem("http://www.freepokertourneys.com/misc/handrank.html","Hand Ranks","_blank","Hand Ranks");


addMainItem("","Make Money",98,"center","","",0,0,"","","","","");
	defineSubmenuProperties(100,"left","left",-4,0,"","","","","","","");
		addSubmenuItem("http://www.freepokertourneys.com/misc/AffiliateInformation.html","Affiliate Links","_blank","");
		



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