function hide (id) {
	document.getElementById(id).style.display = 'none';
	if ( /msie/i.test(navigator.userAgent) ) {
  	flashMovie = document.getElementById("main_film");
  } else {
    flashMovie = document.getElementById("main_film_embed");
  }
	if (flashMovie) {
	  setTimeout("flashMovie.wlaczPlayer()",2000);
  }
}
//Get cookie routine by Shelley Powers 
function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    // if cookie exists
    if (offset != -1) { 
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1) end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
      }
   }
  return returnvalue;
}

//alert(document.referrer);

//if ( get_cookie('toplayer') == '' ) {
  var loc = window.location.toString();


  if( navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/iPad/i)|| screen.width <= 699){
	  if ( loc.indexOf('/?stavka') != -1 || loc == 'http://www.stavka.pl') {
		  		document.getElementById('p-naglowek').style.backgroundImage="url(/images_menus_big/2/49ad2bdb76573/naglowek-stavka.jpg)";
			  } else  if ( loc.indexOf('/?telemark') != -1) {
		  		document.getElementById('p-naglowek').style.backgroundImage="url(/images_menus_big/2/49ad2bdb76573/naglowek-telemark.jpg)";			
			  } else if ( loc.indexOf('/?bestafilm') != -1) {
		  		document.getElementById('p-naglowek').style.backgroundImage="url(/images_menus_big/2/49ad2bdb76573/naglowek-bestafilm-sk.jpg)";			
			  } else if ( loc.indexOf('/?studiobesta') != -1) {
		  		document.getElementById('p-naglowek').style.backgroundImage="url(/images_menus_big/2/49ad2bdb76573/naglowek-studiobesta.jpg)";			
			  } else if ( loc == 'http://www.besta.pl/' || loc == 'http://www.besta.pl/2-49ad2bdb76573.htm') {
		  		document.getElementById('p-naglowek').style.backgroundImage="url(/images_menus_big/2/49ad2bdb76573/naglowek-bestafilm.jpg)";			
			  }
  }else{
  
	  if ( loc.indexOf('/?stavka') != -1 || loc == 'http://www.stavka.pl') {
	document.write('<div id="toplayer"><embed width="800" height="400" wmode="transparent" menu="true" loop="true" play="true" src="/pliki/toplayer/toplayer_stavka.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></div>');
	  } else  if ( loc.indexOf('/?telemark') != -1) {
	document.write('<div id="toplayer"><embed width="800" height="400" wmode="transparent" menu="true" loop="true" play="true" src="/pliki/toplayer/toplayer_telemark.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></div>');
	  } else if ( loc.indexOf('/?bestafilm') != -1) {
	document.write('<div id="toplayer"><embed width="800" height="400" wmode="transparent" menu="true" loop="true" play="true" src="/pliki/toplayer/toplayer_bestafilmsk.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></div>');
	  } else if ( loc.indexOf('/?studiobesta') != -1) {
	document.write('<div id="toplayer"><embed width="800" height="400" wmode="transparent" menu="true" loop="true" play="true" src="/pliki/toplayer/toplayer_studiobesta.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></div>');
	  } else if ( loc == 'http://www.besta.pl/' || loc == 'http://www.besta.pl/2-49ad2bdb76573.htm') {
	document.write('<div id="toplayer"><embed width="800" height="400" wmode="transparent" menu="true" loop="true" play="true" src="/pliki/toplayer/toplayer_bestafilm.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></div>');
	  }
  }
//}
//document.cookie="toplayer=true"

