BLANK_IMAGE = '/images/b.gif';
//keywords
var code="code";var url="url";var sub="sub";

var NOSTYLE = {
   border:0,
   shadow:0,
   color:{
      border:"",
      shadow:"",
      bgON:"",
      bgOVER:""
   },
   css:{
      ON:"clsCMOn",
      OVER:"clsCMOver"
   }
};


var STYLE = {
   border:1,         // item's border width, pixels; zero means "none"
   shadow:1,         // item's shadow size, pixels; zero means "none"
   color:{
      border   :"#3367D0", // color of the item border, if any
      shadow   :"#CCCCFF", // color of the item shadow, if any
      bgON     :"#6699FF",   // background color for the items
      bgOVER   :"#CCCCFF"  // background color for the item which is under mouse right now
   },
   css:{
      ON:"clsCMOn",     // CSS class for items
      OVER:"clsCMOver"  // CSS class  for item which is under mouse
   }
};
var STYLE_TOP = {
   border:1,         // item's border width, pixels; zero means "none"
   shadow:1,         // item's shadow size, pixels; zero means "none"
   color:{
      border   :"#3367D0", // color of the item border, if any
      shadow   :"#CCCCFF", // color of the item shadow, if any
      bgON     :"#CC0033",   // background color for the items
      bgOVER   :"#CCCCFF"  // background color for the item which is under mouse right now
   },
   css:{
      ON:"clsCMOnTop",     // CSS class for items
      OVER:"clsCMOverTop"  // CSS class  for item which is under mouse
   }
};

	var NAV1_ITEMS_TOP = [
	   {pos:[2,79], itemoff:[0,99], leveloff:[18,0], style:STYLE_TOP, size:[18,142]},
	   {code:"Home", url:"http://www.kiteschule.com/index.php", target:""}
	];
	var NAV1_ITEMS = [
	   {pos:[2,79], itemoff:[0,99], leveloff:[18,0], style:STYLE, size:[18,142]},
	   {code:"Home", url:"http://www.kiteschule.com/index.php", target:""}
	];
	
	var NAV2_ITEMS_TOP = [
	   {pos:[145,79], itemoff:[0,99], leveloff:[18,0], style:STYLE_TOP, size:[18,142]},
	   {code:"Online KiteSHOP", url:"/kite_shop/index.php", target:""}
	];
	var NAV2_ITEMS = [
	   {pos:[145,79], itemoff:[0,99], leveloff:[18,0], style:STYLE, size:[18,142]},
	   {code:"Online KiteSHOP", url:"/kite_shop/index.php", target:""}
	];
	
	var NAV3_ITEMS_TOP = [
	   {pos:[288,79], itemoff:[0,99], leveloff:[18,0], style:STYLE_TOP, size:[18,142]},
	   {code:"Kiteschule Ostsee", url:"/ostsee_news.php", target:""}
	];
	var NAV3_ITEMS = [
	   {pos:[288,79], itemoff:[0,99], leveloff:[18,0], style:STYLE, size:[18,142]},
	   {code:"Kiteschule Ostsee", url:"/ostsee_news.php", target:""}
	];

	var NAV4_ITEMS_TOP = [
	   {pos:[431,79], itemoff:[0,99], leveloff:[18,0], style:STYLE_TOP, size:[18,142]},
	   {code:"Kiteschule Djerba", url:"/djerba_news.php", target:""}
	];
	var NAV4_ITEMS = [
	   {pos:[431,79], itemoff:[0,99], leveloff:[18,0], style:STYLE, size:[18,142]},
	   {code:"Kiteschule Djerba", url:"/djerba_news.php", target:""}
	];

	var NAV5_ITEMS_TOP = [
	   {pos:[574,79], itemoff:[0,99], leveloff:[18,0], style:STYLE_TOP, size:[18,142]},
	   {code:"Kiteschule Snow", url:"/snow_news.php", target:""}
	];
	var NAV5_ITEMS = [
	   {pos:[574,79], itemoff:[0,99], leveloff:[18,0], style:STYLE, size:[18,142]},
	   {code:"Kiteschule Snow", url:"/snow_news.php", target:""}
	];

	var NAV6_ITEMS_TOP = [
	   {pos:[717,79], itemoff:[0,99], leveloff:[18,0], style:STYLE_TOP, size:[18,142]},
	   {code:"Kitereisen/Brasilien", url:"/brasilia_news.php", target:""}
	];
	var NAV6_ITEMS = [
	   {pos:[717,79], itemoff:[0,99], leveloff:[18,0], style:STYLE, size:[18,142]},
	   {code:"Kitereisen/Brasilien", url:"/brasilia_news.php", target:""}
	];

	var NAV7_ITEMS_TOP = [
	   {pos:[860,79], itemoff:[0,99], leveloff:[18,0], style:STYLE_TOP, size:[18,142]},
	   {code:"Kontakt / Sonstiges", url:"/kontakt.php", target:""}
	];
	var NAV7_ITEMS = [
	   {pos:[860,79], itemoff:[0,99], leveloff:[18,0], style:STYLE, size:[18,142]},
	   {code:"Kontakt / Sonstiges", url:"/kontakt.php", target:""}
	];
