﻿// Module ID & link definitions
// Format:
// moduleId:{l:"url_of_this_module",
// 			 t:"title_for_this_module",
// 			 c:"optional color definition for title bar",
//       s:"state of the module (max/min)",     
//       e:"edit title",
//       el: "edit URL"} 
var _modules={
  news_1:{l:"news",  t:"NIEUWS", c:"blue", s:"max", e:"NIEUWS INSTELLING", el: "news/edit"},
  video_1:{l:"video", t:"FILMPJES", c:"blue", s:"max", e:"FILMPJES INSTELLING", el: "video/edit"},    
  vacatures_1:{l:"vacatures",  t:"VACATURES", c:"blue", s:"max", e:"VACATURES INSTELLING", el: "vacatures/edit"},    
  opleidingen_1:{l:"opleidingen", t:"OPLEIDINGEN", c:"blue", s:"max", e:"OPLEIDINGEN INSTELLING", el: ""}, 
  results_1:{l:"search/index",	t:"ZOEKRESULTAAT", c:"blue", s:"max", e:"ZOEKRESULTAAT INSTELLING", el: "searchresults/edit"},
  tags_1:{l:"tags",	t:"TAG CLOUD", c:"blue", s:"max", e:"TAG CLOUD INSTELLING", el: "tags/edit"}
  ,docs_1:{l:"docs",	t:"<i>SLIM ORGANISEREN</i> IN <i>DE</i> PRAKTIJK", c:"blue", s:"max", e:"CASES INSTELLING", el: ""} 
  ,foto_1:{l:"foto",	t:"BUITENCAMPAGNE", c:"blue", s:"max", e:"FOTO INSTELLING", el: ""} 

};                  

     
// if (IE6)
// {
//   var _modules={
//   news_1:{l:"static/news.html",  t:"NEWS", c:"blue", s:"max", e:"NIUWS BEWERKEN", el: "news/edit"},
//   video_1:{l:"static/video.html", t:"VIDEO", c:"blue", s:"max", e:"VIDEO BEWERKEN", el: "video/edit"}    
//   // vacatures_1:{l:"static/vacature.htmls",  t:"VACATURES", c:"blue", s:"max", e:"VACATURES BEWERKEN", el: "vacatures/edit"},    
//   // opleidingen_1:{l:"static/opleidingen.html", t:"OPLEIDINGEN", c:"blue", s:"max", e:"OPLEIDINGEN BEWERKEN", el: "opleidingen/edit"}, 
//   // results_1:{l:"static/searchresults.html",  t:"ZOEK RESULT", c:"blue", s:"max", e:"ZOEK RESULT BEWERKEN", el: "searchresults/edit"},
//   // tags_1:{l:"static/news.html",  t:"TAG CLOUD", c:"blue", s:"max", e:"TAG CLOUD BEWERKEN", el: "tags/edit"}  
// 
// };   
   
// Layout definitions for each tab, aka, which modules go to which columns under which tab
// Format:
//	{i:"id_of_the_module	(refer to _modules)",
//	c:"column_it_belongs_to	(c1, c2, c3)"
//	t:"tab_it_belongs_to	(t1, t2, ...)"} 
//       s:"state of the module (max|min|closed)"}
var _layout=[
  {i:'video_1',c:'c_1',t:'t1', s:"max"},
  {i:'opleidingen_1',c:'c_1',t:'t1', s:"max"},   

  {i:'docs_1',c:'c_2',t:'t1', s:"max"}, 
  {i:'news_1',c:'c_2',t:'t1',s:"max"},/* {i:'m102',c:'c2',t:'t1'},*/
  {i:'foto_1',c:'c_2',t:'t1', s:"max"},

  {i:'vacatures_1',c:'c_3',t:'t1', s:"max"},
  {i:'results_1',c:'c_3',t:'t1', s:"max"},  
  {i:'tags_1',c:'c_3',t:'t1', s:"max"}

  
    
  
  // {i:'m201',c:'c1',t:'t2'},{i:'m202',c:'c2',t:'t2'},{i:'m203',c:'c3',t:'t2'},
  // {i:'m204',c:'c1',t:'t2'},{i:'m206',c:'c2',t:'t2'},{i:'m205',c:'c3',t:'t2'},
  // 
  // {i:'m301',c:'c1',t:'t3'},{i:'m302',c:'c2',t:'t3'},{i:'m303',c:'c3',t:'t3'},
  // 
  // {i:'m400',c:'c1',t:'t4'},{i:'m401',c:'c2',t:'t4'},
  // 
  // {i:'m500',c:'c1',t:'t5'},{i:'m501',c:'c2',t:'t5'},
  // 
  // {i:'m700',c:'c1',t:'t7'},{i:'m701',c:'c2',t:'t7'},
  //             {i:'m702',c:'c2',t:'t7'},
  // 
  // {i:'m601',c:'c1',t:'t6'},
  // {i:'m602',c:'c1',t:'t6'} 
];    

// if (IE6)
// {
//   var _layout=[
//   {i:'news_1',c:'c_2',t:'t1',s:"max"}, {i:'video_1',c:'c_2',t:'t1', s:"max"}
// 
//   ];
// } 
//   
// Column width definitions for each tab
// Valid values are pixel, % or auto
// Currently, "auto" is only valid on column2
// You can support more features by refining function HeaderTabClick()
var _tabs={
 t1:{c1:"450px",c2:"242px",c3:"242px", helper:false}

};   

