// return a command-line (GET URL Location.search) parameter
function getQueryParam(sName,sSearchLocation) {
    var sSearch=sSearchLocation; // copy value, just in case. i dont want to manipulate the real location.href by mistake...
    if (typeof(sSearch    )=='undefined') sSearch=document.location.search;
    if (typeof(sSearch.search)=='string') sSearch=sSearch.search;  // in case we got a Location object
    sSearch=sSearch.toString().replace(/^\?/,''); // remove first ?
    sSearch='&'+sSearch+'&';
    
    var res=sSearch.match(new RegExp('&'+sName+'=([^&]*)','i'));
    if (res && res.length>1) {
        return res[1];
    }else{
        return null;
    }
}

// return html content for the menu
function createHTMLMenu(aMenu) {
	var s,i,j,k;
	var myurl;
	var stext;
	var shref;
  var where = new Array();
  var myurl=location.href;
	var atarget;
  for (i=0;i<aMenu.length-1;i++) {
    if (aMenu[i].href==myurl) {
	    where[0]=i;
	  	break;
	  }
		if (typeof(aMenu[i].aLinks)!=="undefined") {
 	  	for (j=0;j<aMenu[i].aLinks.length-1;j++) {
   		  if (aMenu[i].aLinks[j].href==myurl) {
   		    where[0]=i;
   		    where[1]=j;
   				break;
   			}
				if (typeof(aMenu[i].aLinks[j].aLinks)!=="undefined") {
   			  for (k=0;k<aMenu[i].aLinks[j].aLinks.length-1;k++) {
   		      if (aMenu[i].aLinks[j].aLinks[k].href==myurl) {
   		        where[0]=i;
     		      where[1]=j;
     					where[2]=k;
     				  break;
     			  }
     	  	} // for k
				} // defined k
   		} // for j
		} // defined j
  } // for i
  s="<ul>";
    for (i=0;i<aMenu.length-1;i++) {
	    stext=aMenu[i].text;
		  shref=aMenu[i].href;
      if (typeof(aMenu[i].aLinks)=="undefined") {
				s+='<li><a href="' + shref + '"';
			  if (myurl==aMenu[i].href) s+=' class="current"';
	      if (typeof(aMenu[i].target)!="undefined") s+=' target="_blank"';
				s+='>' + stext + '</a></li>';
			}
			else {
			  s+=(i==where[0])? '<li class="open">':'<li class="hidden">';
				s+='<a href="' + shref + '"';
			  if (myurl==aMenu[i].href) s+=' class="current"';
	      if (typeof(aMenu[i].target)!="undefined") s+=' target="_blank"';
				s+='>' + stext + '</a><ul>';
  	  	for (j=0;j<aMenu[i].aLinks.length-1;j++) {
    		  stext=aMenu[i].aLinks[j].text;
    			shref=aMenu[i].aLinks[j].href;
          if (typeof(aMenu[i].aLinks[j].aLinks)=="undefined") {
    				s+='<li><a href="' + shref + '"';
    			  if (myurl==aMenu[i].aLinks[j].href) s+=' class="current"';
    	      if (typeof(aMenu[i].aLinks[j].target)!="undefined") s+=' target="_blank"';
    				s+='>' + stext + '</a></li>';
    			}
    			else {
    			  s+=((j==where[1]) && (i==where[0]))? '<li class="open">':'<li class="hidden">';
	  				s+='<a href="' + shref + '"';
	  		    if (myurl==aMenu[i].aLinks[j].href) s+=' class="current"';
	          if (typeof(aMenu[i].aLinks[j].target)!="undefined") s+=' target="_blank"';
		  		  s+='>' + stext + '</a><ul>';
    			  for (k=0;k<aMenu[i].aLinks[j].aLinks.length-1;k++) {
        		  stext=aMenu[i].aLinks[j].aLinks[k].text;
        			shref=aMenu[i].aLinks[j].aLinks[k].href;
     				  s+='<li><a href="' + shref + '"';
							if (myurl==aMenu[i].aLinks[j].aLinks[k].href) s+=' class="current"';
	            if (typeof(aMenu[i].aLinks[j].aLinks[k].target)!="undefined") s+=' target="_blank"';
						  s+='>' + stext + '</a></li>';
      	  	} // for 3
						s+="</ul></li>"
					} // defined 3
    		} // for 2
				s+="</ul></li>"
			} // defined 2
    } // for 1
	s+="</ul>";
	return s;
}

var aMenu = [
  { href: "http://www.free.org.il/gallery/food.html",
    text: "תמונות מתעשיות מזון",
    aLinks: [
      { href: "http://www.free.org.il/gallery/fish.html",
        text: "דגים"},
      { href: "http://www.free.org.il/gallery/chicken.html",
        text: "בשר תרנגולות"},
      { href: "http://www.free.org.il/gallery/cows_meat.html",
        text: "בשר פרות"},
      { href: "http://www.free.org.il/gallery/sheep_meat.html",
        text: "בשר כבשים"},
      { href: "http://www.free.org.il/gallery/ducks.html",
        text: "בשר אווזים וברווזים"},
      { href: "http://www.free.org.il/gallery/veal.html",
        text: "בשר עגלי חלב"},
      { href: "http://www.free.org.il/gallery/pigs.html",
        text: "בשר חזירים"},
      { href: "http://www.free.org.il/gallery/organic_meat.html",
        text: "בשר אורגני"},
      { href: "http://www.free.org.il/gallery/eggs.html",
        text: "תעשיית הביצים"},
      { href: "http://www.free.org.il/gallery/milk.html",
        text: "חלב פרות"},
      { href: "http://www.free.org.il/gallery/sheep_goat_milk.html",
        text: "חלב כבשים ועיזים"},
      { href: "http://www.free.org.il/gallery/buffalo_milk.html",
        text: "חלב באפאלו"},
      { href: "http://www.free.org.il/gallery/organic_milk.html",
        text: "חלב אורגני"},
      {end:"end of items"}
    ]},
  { href: "http://www.free.org.il/gallery/wear.html",
    text: "תמונות מתעשיות לבוש",
    aLinks: [
      { href: "http://www.free.org.il/gallery/leather.html",
        text: "עורות"},
      { href: "http://www.free.org.il/gallery/fur.html",
        text: "פרוות"},
      { href: "http://www.free.org.il/gallery/wool.html",
        text: "צמר"},
      {end:"end of items"}
    ]},
  { href: "http://www.free.org.il/gallery/vivisection.html",
    text: "תמונות מניסויים בבעלי-חיים"},
  { href: "http://www.free.org.il/gallery/act/gallery_act.html",
    text: "פעילות לזכויות בעלי-חיים",
    aLinks: [
      { href: "http://www.free.org.il/gallery/act/gallery_act_regular.html",
        text: "פעילויות קבועות",
    		aLinks: [
      	  { href: "http://www.free.org.il/gallery/act/regular/veg-ta.html",
          text: "משמרות צמחונות בת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/regular/veg-jr.html",
          text: "משמרות צמחונות בירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/regular/veg-rishon.html",
          text: "משמרות צמחונות בראשל&quot;צ"},
      	  { href: "http://www.free.org.il/gallery/act/regular/veg-modiin.html",
          text: "משמרות צמחונות במודיעין"},
      	  { href: "http://www.free.org.il/gallery/act/regular/stands.html",
          text: "דוכני הסברה"},
      	  { href: "http://www.free.org.il/gallery/act/regular/fwc.html",
          text: "אירועי 'אוכל ללא אכזריות'"},
      		{end:"end of items"}
				]},
      { href: "http://www.free.org.il/gallery/act/gallery_act_08.html",
        text: "פעילות לזכויות בעלי חיים 2008",
    		aLinks: [
      	  { href: "http://www.free.org.il/gallery/act/08/raanana_college.html",
          text: "יום ירוק במכללת רעננה"},
      	  { href: "http://www.free.org.il/gallery/act/08/fwc_ap.html",
          text: "אוכל ללא אכזריות, אפריל, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/08/veg-rishon.html",
          text: "משמרות צמחונות בראשל&quot;צ"},
      	  { href: "http://www.free.org.il/gallery/act/08/veg-modiin.html",
          text: "משמרות צמחונות במודיעין"},
      	  { href: "http://www.free.org.il/gallery/act/08/fwc_mar.html",
          text: "אוכל ללא אכזריות, מרץ, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/08/veg-jer.html",
          text: "משמרות צמחונות בירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/08/fwc_feb.html",
          text: "אוכל ללא אכזריות, פברואר, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/08/fwc_jan.html",
          text: "אוכל ללא אכזריות, ינואר, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/08/misgav.html",
          text: "יום ירוק - בי&quot;ס משגב"},
      	  { href: "http://www.free.org.il/gallery/act/08/cinematheuqe.html",
          text: "דוכן הסברה בסינמטק, תל אביב"},
      	  { href: "http://www.free.org.il/gallery/act/08/stands.html",
          text: "דוכני הסברה"},
      	  { href: "http://www.free.org.il/gallery/act/08/veg-ta.html",
          text: "משמרות צמחונות בת&quot;א"},
      		{end:"end of items"}
				]},
      { href: "http://www.free.org.il/gallery/act/gallery_act_07.html",
        text: "פעילות לזכויות בעלי חיים 2007",
    		aLinks: [
      	  { href: "http://www.free.org.il/gallery/act/07/fwc_dec.html",
          text: "אוכל ללא אכזריות, דצמבר, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/07/fwc_nov.html",
          text: "אוכל ללא אכזריות, נובמבר, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/07/ariel_student.html",
          text: "יריד סטודנטים במכללת אריאל"},
      	  { href: "http://www.free.org.il/gallery/act/07/2-oct.html",
          text: "צעדת ההזדהות עם בעלי החיים במשקים"},
      	  { href: "http://www.free.org.il/gallery/act/07/bereshit.html",
          text: "פסטיבל &quot;בראשית&quot;"},
      	  { href: "http://www.free.org.il/gallery/act/07/kaparot.html",
          text: "הפגנה נגד כפרות, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/07/youth_kfar_saba.html",
          text: "דוכן ביריד נוער, כפר-סבא"},
      	  { href: "http://www.free.org.il/gallery/act/07/fwc_jr.html",
          text: "אוכל ללא אכזריות, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/07/karmiel_fest.html",
          text: "פסטיבל המחולות בכרמיאל"},
      	  { href: "http://www.free.org.il/gallery/act/07/stud_heifa.html",
          text: "יום הסטודנט, אוניברסיטת חיפה"},
      	  { href: "http://www.free.org.il/gallery/act/07/mass_event.html",
          text: "דוכן באירוע המונים, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/07/tech.html",
          text: "יום ירוק בטכניון, חיפה"},
      	  { href: "http://www.free.org.il/gallery/act/07/shan.html",
          text: "פסטיבל &quot;שנטיפי&quot;"},
      	  { href: "http://www.free.org.il/gallery/act/07/animalrights-student_day_rehovot.html",
          text: "דוכן בפקולטה לחקלאות, רחובות"},
      	  { href: "http://www.free.org.il/gallery/act/07/animal_rights_idc_herzliya.html",
          text: "המרכז הבינתחומי הרצליה"},
      	  { href: "http://www.free.org.il/gallery/act/07/ar_independence-day.html",
          text: "יום העצמאות, לונדון מיניסטור, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/07/boom2007.html",
          text: "פסטיבל &quot;בומבמלה&quot;"},
      	  { href: "http://www.free.org.il/gallery/act/07/youth-festival-pardes-hana.html",
          text: "&quot;המכבי הצעיר&quot;, פרדס חנה"},
      	  { href: "http://www.free.org.il/gallery/act/07/purim_stand.html",
          text: "פעילות פורים, תל אביב"},
      	  { href: "http://www.free.org.il/gallery/act/07/kfar_saba_stand.html",
          text: "דוכני הסברה, כפר סבא"},
      	  { href: "http://www.free.org.il/gallery/act/07/veg-ta.html",
          text: "משמרות צמחונות בת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/07/veg-jr.html",
          text: "משמרות צמחונות בירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/07/veg-modiin.html",
          text: "משמרות צמחונות במודיעין"},
      	  { href: "http://www.free.org.il/gallery/act/07/stands.html",
          text: "דוכני הסברה"},
      		{end:"end of items"}
				]},
      { href: "http://www.free.org.il/gallery/act/gallery_act3.html",
        text: "פעילות לזכויות בעלי חיים 2006",
    		aLinks: [
      	  { href: "http://www.free.org.il/gallery/act/06/fwc-jerusalem-2006.html",
          text: "אוכל ללא אכזריות, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/06/veg-protest-modiin-2006.html",
          text: "משמרות צמחונות, מודיעין"},
      	  { href: "http://www.free.org.il/gallery/act/06/fwc-ta-2006.html",
          text: "אוכל ללא אכזריות, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/06/veg-ta-2006.html",
          text: "משמרות צמחונות, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/06/shekel.html",
          text: "פסטיבל &quot;בשקל&quot;, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/06/shantipi-2006.html",
          text: "&quot;שנטיפי&quot;"},
      	  { href: "http://www.free.org.il/gallery/act/06/tech2006.html",
          text: "יום ירוק בטכניון, חיפה"},
      	  { href: "http://www.free.org.il/gallery/act/06/sapir-2006.html",
          text: "מכללת ספיר, שדרות"},
      	  { href: "http://www.free.org.il/gallery/act/06/ving-2006.html",
          text: "מכללת וינגייט"},
      	  { href: "http://www.free.org.il/gallery/act/06/ash-clg-2006.html",
          text: "יריד במכללת אשקלון"},
      	  { href: "http://www.free.org.il/gallery/act/06/herz-bt-2006.html",
          text: "המרכז הבינתחומי, הרצליה"},
      	  { href: "http://www.free.org.il/gallery/act/06/k-sem-2006.html",
          text: "סמינר הקיבוצים, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/06/ta-stud-2006.html",
          text: "יום הסטודנט, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/06/boom2006.html",
          text: "פסטיבל &quot;בומבמלה&quot;"},
      	  { href: "http://www.free.org.il/gallery/act/06/meatout2006.html",
          text: "יום ללא בשר, נהריה"},
      	  { href: "http://www.free.org.il/gallery/act/06/elect2006.html",
          text: "יום הבחירות - ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/06/veg-golani-2006.html",
          text: "משמרות צמחונות, צומת גולני"},
      	  { href: "http://www.free.org.il/gallery/act/06/misgav2006.html",
          text: "ביה&quot;ס משגב"},
      	  { href: "http://www.free.org.il/gallery/act/06/stand-rally-rishon-2006.html",
          text: "עם חתולי ראשל&quot;צ"},
      	  { href: "http://www.free.org.il/gallery/act/06/kaparot-jr-2006.html",
          text: "הפגנה נגד כפרות, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/06/bereshit-2006.html",
          text: "פסטיבל &quot;בראשית&quot;"},
      		{end:"end of items"}
				]},
      { href: "http://www.free.org.il/gallery/act/gallery_act2.html",
        text: "פעילות לזכויות בעלי חיים 2005",
    		aLinks: [
      	  { href: "http://www.free.org.il/gallery/act/05/kabri.html",
          text: "בי&quot;ס כברי"},
      	  { href: "http://www.free.org.il/gallery/act/05/stand-tv-2005.html",
          text: "דוכני הסברה, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/05/fwc-rehovot-2005.html",
          text: "פקולטה לחקלאות, רחובות"},
      	  { href: "http://www.free.org.il/gallery/act/05/minhal-2005.html",
          text: "המכללה למנהל, ראשל&quot;צ"},
      	  { href: "http://www.free.org.il/gallery/act/05/anti-mc-2005.html",
          text: "הפגנות נגד מקדונלדס"},
      	  { href: "http://www.free.org.il/gallery/act/05/bereshit-2005.html",
          text: "פסטיבל &quot;בראשית&quot;"},
      	  { href: "http://www.free.org.il/gallery/act/05/kaparot-jr-2005.html",
          text: "הפגנה נגד כפרות, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/05/2-oct-ta-2005.html",
          text: "לווית הזדהות עם בעה&quot;ח במשקים"},
      	  { href: "http://www.free.org.il/gallery/act/05/medrano-modein-2005.html",
          text: "הפגנה נגדקרקס מדראנו, מודיעין"},
      	  { href: "http://www.free.org.il/gallery/act/05/fwc-jr-2005.html",
          text: "יום ללא בשר, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/05/veg-protest-jr-2005.html",
          text: "משמרות צמחונות,ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/05/meat-out-2005.html",
          text: "יום ללא בשר, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/05/mederano-jr-2005.html",
          text: "הפגנה נגדקרקס מדראנו, ירושלים"},
      	  { href: "http://www.free.org.il/gallery/act/05/shan-2005.html",
          text: "&quot;שנטיפי&quot;"},
      	  { href: "http://www.free.org.il/gallery/act/05/ta-stud-2005.html",
          text: "יום הסטודנט, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/05/atsmaut_2005.html",
          text: "יום העצמאות, ת&quot;א"},
      	  { href: "http://www.free.org.il/gallery/act/05/earth-day-2005.html",
          text: "יום כדור-הארץ, ת&quot;א"},
      		{end:"end of items"}
				]},
      {end:"end of items"}
    ]},
  { href: "http://www.free.org.il/gallery/other.html",
    text: "שונות",
    aLinks: [
      { href: "http://www.free.org.il/gallery/kaparot.html",
        text: "כפרות"},
      { href: "http://www.free.org.il/gallery/goat_tapuah.html",
        text: "שחיטת עז לפסח"},
      { href: "http://www.free.org.il/gallery/bull_fight.html",
        text: "מלחמות שוורים"},
      {end:"end of items"}
    ]},
  {end:"end of menus"}
];

// add the menu to screen
var oMenu=document.getElementById("right-nav");
if (oMenu) {
	oMenu.innerHTML = createHTMLMenu(aMenu);
}
