

function clearField(element, value)
{
	if(element.value == value)
		element.value = '';
}

//popupfenster -> zur Zeit nur Pressestimmen
function popup(url,name,einstellungen){window.open(url,name,einstellungen);}

//spiel PopUp
function PopUpSpiel() {
 SpielFenster =
 window.open("/html2010/img/spiel/index.shtml", "Spiel", "width=850,height=800,scrollbars");
 SpielFenster.focus();
 }
  
//Download PopUp
function PopUpDownload( url ) {
 DownloadFenster =
 window.open(url, "Download", "width=400,height=220");
 DownloadFenster.focus();
 } 
 
  //film PopUp
function PopUpFilm() {
 FilmFenster =
 window.open("/html2010/img/film/index.html", "Film", "width=600,height=500,scrollbars");
 FilmFenster.focus();
 }
 
 
 
 /* jQueryscripte */
 
 

 window.onload = function() {  
 /*focus im Suchfeld der Startseite*/
 
if( window.location.href.indexOf("content") == -1 )
	$("#qry_str").focus(); 


 
/* Script zum Bildwechsel in content 1*/ 
		  
		 $('#bildwechsel').crossSlide({
  sleep: 2,
  fade: 1
}, [
  { src: '/html2010/img/bild_iphone.gif' },
  { src: '/html2010/img/bild_desktop.gif' },
  { src: '/html2010/img/bild_ipad.gif'  },
  { src: '/html2010/img/bild_mobile.gif' }
]);

}
 

		


 



 
 
 
 

