function clearMe(formfield){
	if (formfield.defaultValue==formfield.value) { formfield.value = ""; }
}

function showdiv(iddiv) {
	
  if(document.getElementById(iddiv).style.display == 'none') {
  	$('#'+iddiv+'').show("slow");
  } else {
	$('#'+iddiv+'').hide("slow");
  }
  
}

function verberg_banner(iddiv) {
	
	$('#'+iddiv+'_1').hide("slow");
	$('#'+iddiv+'_2').hide("slow");
	
}
