//UDM v3.1.1
 
//**DO NOT EDIT THIS *****
 
if (!exclude) { //********
 
//************************
 

 

 
///////////////////////////////////////////////////////////////////////////
 
//
 
//  ULTIMATE DROPDOWN VERSION 3.1 by Brothercake
 
//  http://www.brothercake.com/dropdown/ 
 
//
 
//  Link-wrapping routine by Brendan Armstrong
 
//  http://
 
//
 
//  KDE modifications by David Joham
 
//  http://
 
//
 
//  Opera 5 reload/resize routine by Michael Wallner
 
//  http://www.wallner-software.com/
 
//
 
///////////////////////////////////////////////////////////////////////////
 

 

 
// *** POSITIONING AND STYLES *********************************************
 

 

 
var menuALIGN = "left";		// alignment
 
var absLEFT = 	0;		// absolute left or right position (if not center)
 
var absTOP = 	0; 		// 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 =	"http://www.pixelfresh.de/";	        // base path to .js and image files
 
var zORDER = 	100;		// base z-order of nav structure (not ns4)
 

 
var mCOLOR = 	"black";	        // main nav cell color
 
var rCOLOR = 	"black";	// main nav cell rollover color
 
var keepLIT =	true;		// keep rollover color when browsing menu
 
var bSIZE = 	0;		// main nav border size
 
var bCOLOR = 	"black"	// main nav border color
 
var aLINK = 	"white";	// main nav link color
 
var aHOVER = 	"#6593d9";		// main nav link hover-color (not ns4)
 
var aDEC = 	"none";		// main nav link decoration
 
var fFONT = 	"arial";	// main nav font face		
 
var fSIZE = 	12;		// main nav font size (pixels)	
 
var fWEIGHT = 	"small"	// 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 vOFFSET = 	2;		// shift the submenus vertically
 
var hOFFSET = 	0;		// shift the submenus horizontally
 

 
var smCOLOR = 	"black";	// submenu cell color
 
var srCOLOR = 	"#6593d9";	// submenu cell rollover color
 
var sbSIZE = 	1;		// submenu border size
 
var sbCOLOR = 	"black"	// submenu border color
 
var saLINK = 	"white";	// submenu link color
 
var saHOVER = 	"";		// submenu link hover-color (not ns4)
 
var saDEC = 	"none";		// submenu link decoration
 
var sfFONT = 	"arial";// submenu font face		
 
var sfSIZE = 	12;		// submenu font size (pixels)	
 
var sfWEIGHT = 	"small"	// 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 =	2;		// submenu drop shadow size
 
var shCOLOR =	"#cccccc";	// submenu drop shadow color
 
var shOPACITY = 45;		// submenu drop shadow opacity (not ns4 or Opera 5)
 

 
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 = 10;		// 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=false;		// allow resize/reload
 

 

 
//** LINKS ***********************************************************
 

 

 

 

 

 

 
addMainItem("http://www.pixelfresh.de/index.htm","Home |",45,"center","");
 

 

 
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
 
addMainItem("http://www.pixelfresh.de/b_basics.htm","Basics |",50,"center","","",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.pixelfresh.de/b_brush.htm","Brushes","","");
	
	addSubmenuItem("http://www.pixelfresh.de/b_ebene.htm","Ebenen","","");
 
	addSubmenuItem("http://www.pixelfresh.de/b_format.htm","Format","","");
	
	addSubmenuItem("http://www.pixelfresh.de/b_masken.htm","Masken","","");
 
	addSubmenuItem("http://www.pixelfresh.de/b_plugin.htm","Plug-in","","");
 
	addSubmenuItem("http://www.pixelfresh.de/b_short.htm","Shortcuts","","");
 
	addSubmenuItem("http://www.pixelfresh.de/b_transgif.htm","Transparentes Gif","","");
 
	addSubmenuItem("http://www.pixelfresh.de/b_werkz.htm","Werkzeuge","","");
 
	
 
		
 
addMainItem("http://www.pixelfresh.de/e_effekte.htm","Effekte |",50,"center","","",0,0,""); 
 

 
	defineSubmenuProperties(120,"left","left",0,0);
 

 
	addSubmenuItem("http://www.pixelfresh.de/e_text.htm","Text","","");
 
	addSubmenuItem("http://www.pixelfresh.de/e_graphik.htm","Graphik","","");
 
   addSubmenuItem("http://www.pixelfresh.de/e_collage.htm","Collagen","","");
 
		
 
	
 
addMainItem("http://www.pixelfresh.de/el_elemente.htm","Elemente |",65,"center","","",0,0,""); 
 

 
	defineSubmenuProperties(120,"left","left",0,0);
 

 
		
 
	addSubmenuItem("http://www.pixelfresh.de/el_tubes.htm","Tubes","","");
 
	addSubmenuItem("http://www.pixelfresh.de/el_butt.htm","Buttons","","");
 
	addSubmenuItem("http://www.pixelfresh.de/el_linie.htm","Linien + Leisten","","");
 
	addSubmenuItem("http://www.pixelfresh.de/el_iface.htm","Interfaces","","");
 
		
 

 
addMainItem("http://www.pixelfresh.de/f_foto.htm","digitale Fotografie |",115,"center","","",0,0,""); 
 

 
	defineSubmenuProperties(120,"left","left",0,0);
 
	
 	addSubmenuItem("http://www.pixelfresh.de/f_basics.htm","Basics","","");
	addSubmenuItem("http://www.pixelfresh.de/f_lesen.htm","Lesenswertes","",""); 
	addSubmenuItem("http://www.pixelfresh.de/f_organi.htm","Organisation","",""); 
	addSubmenuItem("http://www.pixelfresh.de/f_manipu.htm","Manipulation","","");
	addSubmenuItem("http://www.pixelfresh.de/f_foto.htm","Druck","","");
 
		
 

 
addMainItem("http://www.pixelfresh.de/s_sonstiges.htm","Sonstiges |",64,"center","","",0,0,""); 
 

 
	defineSubmenuProperties(120,"left","left",0,0);
 

 
	addSubmenuItem("http://www.pixelfresh.de/s_downl.htm","Download","","");
 
	addSubmenuItem("http://www.pixelfresh.de/s_goodies.htm","Goodies","","");
	
	addSubmenuItem("http://www.pixelfresh.de/s_links.htm","Links","","");
 
	addSubmenuItem("http://www.pixelfresh.de/s_bg.htm","Background","","");
 
	addSubmenuItem("http://forum.pixelfresh.de","Forum","","");
 
	addSubmenuItem("http://www.pixelfresh.de/s_banner.htm","Banner","","");
 
	addSubmenuItem("http://www.pixelfresh.de/map.htm","Sitemap","","");
 

 

 
//**DO NOT EDIT THIS *****
 
}//***********************
 
//************************
 

 
