document.write("<style type=\"text/css\">");
document.write("#popup_mapa { -moz-opacity: .999999; }");
document.write(".style2 { text-align:center; margin-top:0px; margin-bottom:0.1px }");
document.write("<\/style>");


document.write('<div id="popup_mapa" style="position:fixed; left:0px; top:0px; right:0px; bottom:0px; z-index:2; background-image:url('+XCLAIM_ROOT_DIR+'Resources/80_black.png); overflow:hidden; visibility:hidden; display:none">');
document.write('<p class="style2">&nbsp;</p>');
document.write('<p class="style2"><a href="#" onclick="FWSlave(top.frames,\'Mapa\',0,-1);"><img src="'+XCLAIM_ROOT_DIR+'Resources/top_stripe_silver.png" border="0" width="857" height="50" alt="" style="vertical-align:baseline"/></a></p>');
document.write('<p class="style2"><iframe id="mapa_iframe" frameborder="0" scrolling="auto"></iframe></p>');
document.write('</div>');


function FWImage_Mapa(chain,msg)
{
	if (chain==1)
		FWShowHideLayerFade("popup_mapa",msg,msg);
	else 
		FWShowHideLayerFade("popup_mapa",!msg,msg);
}
window.FT_Mapa=new Object;
window.FT_Mapa['0']=FWImage_Mapa;




function custom_modal_iframe_mapa (src, width, height,swap_1, swap_2, swap_3)
{
  document.getElementById ('mapa_iframe').width  = width ;
  document.getElementById ('mapa_iframe').height  = height ;
  document.getElementById ('mapa_iframe').src  = src ;
  setTimeout('FWRestore(2,\'Mapa\');FWSlave(top.frames,\'Mapa\',1,2);FWLSwap(\'item1'+swap_1+'\',2,\''+swap_3+'\',\'item1\',\'Mapa\',1)',0);
}


document.write("<style type=\"text/css\">");
document.write("#popup_obrazky { -moz-opacity: .999999; }");
document.write(".style2 { text-align:center; margin-top:0px; margin-bottom:0.1px }");
document.write("<\/style>");


document.write('<div id="popup_obrazky" style="position:fixed; left:0px; top:0px; right:0px; bottom:0px; z-index:2; background-image:url('+XCLAIM_ROOT_DIR+'Resources/80_black.png); overflow:hidden; visibility:hidden; display:none">');
document.write('<p class="style2">&nbsp;</p>');
document.write('<p class="style2"><a href="#" onclick="FWSlave(top.frames,\'obrazky\',0,-1);"><img src="'+XCLAIM_ROOT_DIR+'Resources/top_stripe_silver.png" border="0" width="857" height="50" alt="" style="vertical-align:baseline"/></a></p>');
document.write('<p class="style2"><iframe id="obrazky_iframe" frameborder="0" scrolling="none"></iframe></p>');
document.write('</div>');


function FWImage_obrazky(chain,msg)
{
	if (chain==1)
		FWShowHideLayerFade("popup_obrazky",msg,msg);
	else 
		FWShowHideLayerFade("popup_obrazky",!msg,msg);
}
window.FT_obrazky=new Object;
window.FT_obrazky['0']=FWImage_obrazky;




function custom_modal_iframe_obrazky (src, width, height,swap_1, swap_2, swap_3)
{
  document.getElementById ('obrazky_iframe').width  = width ;
  document.getElementById ('obrazky_iframe').height  = height ;
  document.getElementById ('obrazky_iframe').src  = src ;
  setTimeout('FWRestore(2,\'obrazky\');FWSlave(top.frames,\'obrazky\',1,2);FWLSwap(\'item1'+swap_1+'\',2,\''+swap_3+'\',\'item1\',\'obrazky\',1)',0);
}
