function sendfriend(lan, pageurl){
	var u = escape(top.window.location.href);
	window.open('pdfpopup.html','sendfriend','width=408,height=282');
	return false;
}

function init() {
	theEmail = document.getElementById('send');
	thePrint = document.getElementById('print');
	if (theEmail) {
		theEmail.onclick = function() {
			sendfriend(this.className,this.href);
			return false;
		}
	}
	if (thePrint) {
		thePrint.onclick = function() {
			window.print();
			return false;
		}
	}
}



var bgNum = Math.round(Math.random() * 5)

  bgSel = new Array(6);
  bgSel[0] = "/assets/images/noggus-en-noggus/kringloop-bg01.gif";
  bgSel[1] = "/assets/images/noggus-en-noggus/kringloop-bg02.gif";
  bgSel[2] = "/assets/images/noggus-en-noggus/kringloop-bg05.gif";
  bgSel[3] = "/assets/images/noggus-en-noggus/kringloop-bg12.gif";
  bgSel[4] = "/assets/images/noggus-en-noggus/kringloop-bg01.gif";
  bgSel[5] = "/assets/images/noggus-en-noggus/kringloop-bg02.gif";

  var base = bgSel[bgNum];


ddsmoothmenu.init({
 mainmenuid: "menu", //menu DIV id
 orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
 classname: 'vertical', //class added to menu's outer DIV
 //customtheme: ["#1c5a80", "#18374a"],
 contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
