//----------------------------------------------------------------------------------
// Title: UDSV Menu Items
// URL: http://www.udsv.nl
// Version: 0.8 BETA
// Last Modify: 08/05/2004
// Author: DesertDog <info@desertdog.nl>
// Copyright (c) 2004 by DesertDog AudioVisual Design
//----------------------------------------------------------------------------------

BLANK_IMAGE="http://www.udsv.nl/pivot/menu/spacer.gif";

//keywords
var code="code";var url="url";var sub="sub";

//styles 
//left out: "shadow":"#ff0000", 
// red= FF0000, blue= 082B9F white=FFFFFF on=fe7b12
var color = {"border":"#FF0000", "bgON":"#FFFFFF","bgOVER":"#DDDDDD"};
var css = {"ON":"styleDLitem", "OVER":"styleDLover"};
var STYLE = {"border":1, "shadow":0,"color":color, "css":css};

//items and formats
var MENU_ITEMS =
[

// pos=start position, itemoff, place next item, level off= place next level, size= size menu item
	{"pos":[5,5], "itemoff":[20,0], "leveloff":[20,0], "style":STYLE, "size":[21,140]},

 // ------------------------------------------------------------------------------------
// HOME
//item no subs
	{code:"Home", url:"http://www.udsv.nl/", "target":"_self"},
//end item no subs
// ------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------
// INFO
//item with subs
	{code:"Info",
sub:[
// level off= place sub level, item off place next sublevelitem
			{"leveloff":[-3,100], "itemoff":[20,0]},
			{code:"Jeugd", url:"/info/jeugd.php", "target":"_self"},
			{code:"Organisatie", url:"/info/organisatie.php", "target":"_self"},
			{code:"Historie", url:"/info/historie.php", "target":"_self"},
			{code:"Paviljoen", url:"/info/paviljoen.php", "target":"_self"},
			{code:"Route", url:"/info/route.php", "target":"_self"},
			{code:"Formulieren", url:"/info/formulieren.php", "target":"_self"},			
			{code:"Archieven", url:"/archieven.php", "target":"_self"},				
	]		
},
//end item with subs
// ------------------------------------------------------------------------------------

// ------------------------------------------------------------------------------------
// TEAMS
//item with subs
	{code:"Teams",
sub:[
// level off= place sub level, item off place next sublevelitem
			{"leveloff":[-3,100], "itemoff":[20,0]},
//			{code:"Overzicht", url:"/teams/teams.php", "target":"_self"},

			{code:"Dames", url:"http://www.udsv.nl/asptest/team.aspx?teamid=2", "target":"_self"},
			{code:"Heren", url:"http://www.udsv.nl/asptest/team.aspx?teamid=1", "target":"_self"},
			{code:"Meisjes A2", url:"http://www.udsv.nl/asptest/team.aspx?teamid=4", "target":"_self"},
			{code:"Meisjes C1", url:"http://www.udsv.nl/asptest/team.aspx?teamid=5", "target":"_self"},
			{code:"Meisjes B2", url:"http://www.udsv.nl/asptest/team.aspx?teamid=3", "target":"_self"},
//			{code:"Jongens A", url:"/teams/teamdetails.php?team=1", "target":"_self"},			
//			{code:"Jeugd", url:"/teams/teamsjeugd.php", "target":"_self"},			
	]		
},
//end item with subs
// ------------------------------------------------------------------------------------

// ------------------------------------------------------------------------------------
// WEDSTRIJDEN
//item no subs
	{code:"Wedstrijden", url:"/wedstrijden/wedstrijden.php", "target":"_self"},

//end item no subs
// ------------------------------------------------------------------------------------

// ------------------------------------------------------------------------------------
// TRAININGEN
//item with subs
	{code:"Trainingen",
sub:[
// level off= place sub level, item off place next sublevelitem
			{"leveloff":[-3,100], "itemoff":[20,0]},
			{code:"Trainingen", url:"/trainingen/trainingen.php", "target":"_self"},
	{code:"Voorbereiding", url:"/trainingen/Voorbereiding.php", "target":"_self"},
			
	]		
},
//end item with subs
// ------------------------------------------------------------------------------------

// ------------------------------------------------------------------------------------
// TOERNOOIEN
//item with subs
//	{code:"Toernooien",
//sub:[
// level off= place sub level, item off place next sublevelitem
//			{"leveloff":[-3,100], "itemoff":[20,0]},
//			{code:"Overzicht", url:"/toernooien/", "target":"_self"},
//			{code:"Aanmelden", url:"/toernooien/toernooimelden.php", "target":"_self"},
//	]		
//},
//end item with subs
// ------------------------------------------------------------------------------------

// ------------------------------------------------------------------------------------


// GASTENBOEK en vacatures
//item no subs
	{code:"Vacatures", url:"/info/vacatures.php", "target":"_self"},
	{code:"Gastenboek", url:"/gb/", "target":"_blank"},	
	{code:"Contact", url:"/contact/", "target":"_self"},
//end item no subs
// ------------------------------------------------------------------------------------

];
