//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.dynamicdrive.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 = 	35;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	122; 		// 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 = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#769359";	// main nav cell color
var rCOLOR = 	"#769359";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"black";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana";	// main nav font face
var fSIZE = 	13;		// 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 keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#EFEFDE";	// submenu cell color

var srCOLOR = 	"#EFEFDE";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Lucida";// 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 = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 50;		// 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 = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
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 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 = -3;		// [** 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 ***********************************************************

addMainItem("index.php","Home",60,"center","","",0,0,"","","","","");   
         
         	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(120,"left","left",-4,0,"","","","","","","");

             addSubmenuItem("faq.php","Policy","","");
               addSubmenuItem("links.php","LINKS","","");
	        addSubmenuItem("oldnews.php","Old News","","");


addMainItem("","Special",60,"center","","",0,0,"","","","","");   

 
      	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(120,"left","left",-4,0,"","","","","","","");

                	// add submenu link items ("url","Link name","_target","alt text")
             
                	
	         
	          addSubmenuItem("t31christmas.php","Christmas","",""); 
	          addSubmenuItem("advent08.php","Advent 2008","",""); 
	          
	       
	        addSubmenuItem("givengifts.php","Gifts to Forums","",""); 
	            
            addSubmenuItem("givengifts2.php","Gifts to Friends","",""); 
            
	         addSubmenuItem("fgifts.php","Forum Gifts","","");  
	         
	         


addMainItem("","Themes",70,"center","","",0,0,"","","","","");

         defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");
             
      
             
          addSubmenuItem("t12palerose.php","Pale Rose","","");
           addSubmenuItem("t12pink.php","Pink Sets","","");
           
           addSubmenuItem("t23brick.php","Brick Theme","","");  
            addSubmenuItem("t26lightblue.php","Lightblue","","");
          
           addSubmenuItem("t30dblue.php","Delightful Blue","","");
             addSubmenuItem("t39blackstyle.php","Black Style","","");
             
              addSubmenuItem("t50trad.php","Traditional","","");
             addSubmenuItem("t51mahogny.php","Mahogny ","","");
             addSubmenuItem("t59line.php","Wood LINE","","");
             addSubmenuItem("t59linered.php","Red LINE","","");
             addSubmenuItem("t59linesteel.php","Steel LINE","","");
             
              addSubmenuItem("t61retro.php","Retro","","");
             
             
             addSubmenuItem("t81autumn.php","Autumn","","");
              addSubmenuItem("t81gingham.php","Gingham","","");
             addSubmenuItem("t83elegance.php","Elegance","","");
              addSubmenuItem("t87darkelegance.php","Dark Elegance","","");
             
             	 
             
              
              
 addMainItem("","Sets",80,"center","","",0,0,"","","","","");         
           	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");
	
	
	         addSubmenuItem("set45conversions.php","Converted Colonial","","");
              addSubmenuItem("set4502groovy.php","Converted Groovy","","");
             
              
              addSubmenuItem("set15kitchen.php","Kitchens","","");  
                          
              
                 addSubmenuItem("setdecosets.php","Deco sets","","");
                 addSubmenuItem("setcurtains.php","Curtains","","");
                  addSubmenuItem("setart.php","Paintings","","");
                  addSubmenuItem("setdeco.php","Wall Decor","","");
                addSubmenuItem("set46lamps.php","Lamps","","");  
              
              
              
 addMainItem("mm/mm.php","Maxis matches",110,"center","","",0,0,"","","","","");  
 
      	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(120,"left","left",-4,0,"","","","","","","");
	       addSubmenuItem("01amish.php","Amish","","");   
	       
	       addSubmenuItem("18aville.php","Andersonville","","");
           addSubmenuItem("19barcelona.php","Barcelona","",""); 
           
	     addSubmenuItem("34bachman.php","Bachman","","");  
	      addSubmenuItem("38corner.php","CornerStone","","");  
	        
	     addSubmenuItem("40country.php","Country","","");
	     addSubmenuItem("41werkstudy.php","Werkbunnst","","");
	     addSubmenuItem("46mmlamps.php","Lamps","","");   
	          addSubmenuItem("47space.php","SpaceMiser","",""); 
	          addSubmenuItem("48narsisco.php","Narsisco","",""); 
	          
	              
         addSubmenuItem("53greenkit.php","Green Checked","","");
           addSubmenuItem("54parisienne.php","Parisienne","",""); 
      
      
          
      addSubmenuItem("60saurus.php","SofaSaurus","","");
         addSubmenuItem("62tuscan.php","Tuscan","","");
         addSubmenuItem("62tuscanlight.php","Light Tuscan","","");
          addSubmenuItem("63cape.php","Cape Crab","","");
         addSubmenuItem("64numicakit.php","Numica","","");
          addSubmenuItem("67memo.php","Miss Memo","","");
          
          addSubmenuItem("74legacy.php","Colonial Legacy","","");
            addSubmenuItem("75ferm.php","Ferm","","");
            
             addSubmenuItem("82formal.php","Formal Shop","","");
              addSubmenuItem("84tomayo.php","El Tomayo","",""); 
              addSubmenuItem("86pine.php","Cheap Pine","","");
              
             addSubmenuItem("90ordure.php","Ordure Cafe","","");



	        

addMainItem("","Build ",60,"center","","",0,0,"","","","","");

         defineSubmenuProperties(130,"left","left",-4,0,"","","","","","","");
         
           
            addSubmenuItem("09midatlantic.php","Stairs","","");
            
             addSubmenuItem("16cbuild.php","Castel","","");
             
            
               addSubmenuItem("32monticello.php","Monticello","","");
               
               addSubmenuItem("buildmonticello.php","Monticello sets","","");
               
                 addSubmenuItem("93grimgreen.php","Rec Maxis Doors","",""); 
        
              addSubmenuItem("49spf.php","Single Pane Fixed","","");
                   addSubmenuItem("buildblack.php","SPF sets","","");
          
              addSubmenuItem("37singlehung.php","Single Hung","","");
               addSubmenuItem("buildsh.php","SH sets","","");
          
            addSubmenuItem("68executive.php","Executive","","");
             addSubmenuItem("76fashion.php","Fashion","","");
            
             addSubmenuItem("aff1swiss.php","Affilate Simblesse","","");
              addSubmenuItem("buildswiss.php","Swiss sets","","");
            
            addSubmenuItem("78schnee.php","Schnee Lodge","","");
            addSubmenuItem("79federal.php","Federal","","");  
            addSubmenuItem("buildfed.php","Federal set","","");
            
             addSubmenuItem("89fenestra.php","Fenestra Factory","",""); 
             
           
             
             
             
             
             
             

addMainItem("","Walls ",60,"center","","",0,0,"","","","","");

                 defineSubmenuProperties(100,"left","left",-4,0,"","","","","","","");         
                  
        
          
            addSubmenuItem("twpastel.php","Theme Pastel","","");
            addSubmenuItem("twdark.php","Dark Collection","","");
             addSubmenuItem("twbirds.php","Flowers and Dots","","");
            addSubmenuItem("twvines.php","Vines Collection","","");
             addSubmenuItem("twretro.php","Retro Series","","");
             
             
              addSubmenuItem("wconwalls.php","Converted Walls","","");  
             
            
            addSubmenuItem("wwood.php","Wood","","");
            addSubmenuItem("wtex.php","Textured","","");
            
             addSubmenuItem("wgreen.php","Green","","");   
              addSubmenuItem("wlav.php","Lavendel","",""); 
            addSubmenuItem("wpink.php","Pink","","");  
            addSubmenuItem("worange.php","Orange","","");       
            addSubmenuItem("wbrown.php","Brown","",""); 

            
             addSubmenuItem("floors.php","Floor sets","",""); 
            
            
                
 addMainItem("","Hacked",60,"center","","",0,0,"","","","","");

         defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");

	         addSubmenuItem("cvcdresser.php","C&C Anywere Dresser","","");
	         addSubmenuItem("cvcfridge.php","C&C AlaCarte Fridge","","");
	         addSubmenuItem("sswdishnpc.php","DishwasherNPC","","");
	         addSubmenuItem("sswfridge.php","WellStockedFridge","","");
	         addSubmenuItem("tributelogical.php","Permalamps","","");
	         addSubmenuItem("tributesome.php","SuperSculpture","","");
	         addSubmenuItem("apthacked.php","Apt Hacked","","");            
             

             






             
            
          
           
         

  
      
         
         
         
         
 


//**DO NOT EDIT THIS *****
}//***********************
//************************

