function openWindow ()
{
  window.open ("raetsel.html", "", "toolbar=no,location=no,status=yes,menubar=no,scrollbars=auto,resizable=yes,width=300,height=200");
}
function openWindow2 ()
{
  window.open ("versicherung.html", "", "toolbar=no,location=no,status=yes,menubar=no,scrollbars=auto,resizable=yes,width=300,height=200");
}

$(document).ready(function() {

	$('#subsearch input.titlefill').example(function() {
		return $(this).attr('title');
		});

	$('a.lightbox').lightBox({
		txtImage: 'Bild',
		txtOf: 'von'
		});

	$("#datepicker").datepicker();

	});

