$(document).ready(function(){
	
});

var Loading = {
	progress : function()
							{
								$("#layerLoadingProgress").dialog({
									height: 180,
									modal: true
								});
							}
}


function popUpWindowBanner(URLStr, left, top, width, height)
{
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function check(){
	if (document.getElementById('t1').value=='' &&
		document.getElementById('t2').value=='' &&
		document.getElementById('t3').value=='' ) 
		{
			document.getElementById('sheet').innerHTML="Bitte grenzen Sie Ihre Suche ein!<br />";
		}
	else 
		document.getElementById('myform').submit();
}
