function posTop()
{
   return typeof window.pageYOffset != "undefined" ?  window.pageYOffset : document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ? document.body.scrollTop : 0;
}


function close()
{
    document.getElementById("dialog").style.display="none";
    document.getElementById("dialogContent").style.display="none";
    document.images["dialogImg"].src="";
}

function getFlashIntro(flash,w,h)
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" style="border: solid 0px red;" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" id="menu_nawigacja_glowna_krakow" align="middle">');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name="movie" value="'+uri+flash+'" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="bgcolor" value="#ffffff" />');
    document.write('<param name="wmode" value="transparent">');
    document.write('<param name="scale" value="scale" />');
    document.write('<param name="menu" value="false" />');
    document.write('<param name="flashVars" value="xmlPath='+uri+'library/continents.php" />');
    document.write('<embed src="'+uri+flash+'" menu="false" flashVars="xmlPath='+uri+'library/continents.php" scale="scale" wmode="transparent" quality="high" width="'+w+'" height="'+h+'" name="menu_nawigacja_glowna_krakow" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
    document.write('</object>');
}

function getFlash(flash,w,h)
{
	var out = '';
    out += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" style="border: solid 0px red;" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" id="menu_nawigacja_glowna_krakow" align="middle">';
    out += '<param name="allowScriptAccess" value="sameDomain" />';
    out += '<param name="movie" value="'+flash+'" />';
    out += '<param name="quality" value="high" />';
    out += '<param name="bgcolor" value="#ffffff" />';
    out += '<param name="wmode" value="transparent">';
    out += '<param name="scale" value="scale" />';
    out += '<param name="menu" value="false" />';
    out += '<embed src="'+flash+'" menu="false" scale="scale" wmode="transparent" quality="high" width="'+w+'" height="'+h+'" name="menu_nawigacja_glowna_krakow" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
    out += '</object>';
    return out;
}

function menu(im,param)
{
    im.src="images/m" + param + ".jpg";
}

function play()
{
	var t = document.viewport.getScrollOffsets();
	var d = document.viewport.getDimensions();
	Element.show("background");
	$("background").style.display="block";
	$("background").setOpacity(0.8);
	$("background").style.height=(document.viewport.getHeight() + t[1]) + "px";
	
	Element.show("play");
	$("play").style.display="block";
	$("play").style.top=(document.viewport.getHeight()+t[1])/2 - 180 + "px";
	$("play").style.left=(document.viewport.getWidth()+t[0])/2 - 240 + "px";
	$("play").style.width="482px";
	$("play").style.height="378px";
	$("panel").style.width="482px";
	
	$("move").innerHTML=getFlash("magiczna_movie_www.swf",480,360);
}

function play2()
{
	var t = document.viewport.getScrollOffsets();
	var d = document.viewport.getDimensions();
	Element.show("background");
	$("background").style.display="block";
	$("background").setOpacity(0.8);
	$("background").style.height=(document.viewport.getHeight() + t[1]) + "px";
	
	Element.show("play");
	$("play").style.display="block";
	$("play").style.top=(document.viewport.getHeight()+t[1])/2 - 190 + "px";
	$("play").style.left=(document.viewport.getWidth()+t[0])/2 - 240 + "px";
	
	$("play").style.width="580px";
	$("play").style.height="378px";
	
	$("panel").style.width="570px";
	
	
	
	$("move").innerHTML='<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/t5slkIJeYz4?fs=1&amp;hl=pl_PL&amp;color1=0xe1600f&amp;color2=0xfebd01"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/t5slkIJeYz4?fs=1&amp;hl=pl_PL&amp;color1=0xe1600f&amp;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>';
}

function stopPlay()
{
	$("background").style.display="none";
	$("background").setOpacity(0.0);
	
	$("play").style.display="none";
	
	$("move").innerHTML='';

}

window.onscroll = function()
{
	var t = document.viewport.getScrollOffsets();
	$("background").style.height=(document.viewport.getHeight() + t[1]) + "px";
};




