<!--
$(document).ready(function(){
	var buttonLiWidthArr = [];	
	$('li.button-li').each(function(){
		var buttonLiWidth = $(this).width();	
		buttonLiWidthArr.push(buttonLiWidth);
	});
	var max = Math.max.apply(null, buttonLiWidthArr);
	$('li.button-li').css('width', max+'px');
	$('a.top-buttons').css('padding', '0 10px');
});


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function sendform() { 

var x=document.forms["form1"];
x.plaster.value = "nabutertizo";

}


function Go (select) {
  var wert = select.options[select.options.selectedIndex].value;
  if (wert == "leer") {
    select.form.reset();
    return;
    } 
  else 
         {
       location.href = wert;
       }
}


// initialize the rollovers when window loads
/*
window.onload = rolloverInit;

function rolloverInit() {
	// loop through all images on page
	for (var i = 0; i < document.images.length; i++) {
		// if current image is wrapped in an anchor tag (i.e. <a href=""><img></a>)
		if (document.images[i].parentNode.tagName == "A") {
			// initiate rollover setup for this current image, pass the current image to that function
			setupRollover(document.images[i]);
		}
	}
}
*/

//-->
