﻿var winOpened = false;
var imgWin;
function openAktualitu(){
    
    if (!winOpened) {
        winOpened = true;
        var pMain = document.getElementById("main");
        imgWin = document.createElement("DIV");
        imgWin.style.position = "absolute";
        imgWin.style.width = "500px";
        imgWin.style.height = "500px";
        imgWin.style.marginLeft="-250px"
        imgWin.style.left = "50%";
        imgWin.style.top = "100px";
        imgWin.style.padding = "30px";
        imgWin.style.backgroundColor = "#FFFFFF";
        imgWin.style.border = "1px solid #999999";
        imgWin.style.filter="Alpha(opacity=90)";
        //imgWin.style.MozOpacity = 0.5;
		imgWin.style.opacity=0.9;
		imgWin.id = "imagewin";
		imgWin.className="simpletext"
		imgWin.innerHTML = " CASTINGOVÁ  A MODELINGOVÁ AGENTURA DANA BEROUNSKÁ<br><br>\
        <span style='font-size:16px;font-weight:bold'>Vás zve na CASTING pro KOMPARZISTY</span><br><br>\
        na muzikálové turné<br><span style='font-size:16px;font-weight:bold'>BEN HUR LIVE</span><br><br>\
        turné - EVROPA – září  – prosinec 2009 (zkoušky červen 2009)<br><br>\
        hlásit se můžou: ženy – muži ve věku 18 – 45 let, časově flexibilní,\
        vitální a bezproblémový s chutí něco zažít a ještě si vydělat<br><br>\
        agentura zajistí dopravu, ubytování, jídlo během celého turné honorář za celé turné cca<br><br>\
        <span style='font-size:16px;font-weight:bold'>1650 EUR</span><br><br>\
        !!! termín CASTINGU již 28. 4. – PRAHA  !!!<br><br>\
        o bližší info si pište na: casting@berounska.cz <br><br>\
        Castingová a modelingová agentura Dana Berounská, Moskevská 1623/33, 400 01 Ústí nad Labem<br>   \
        Mob.: +420 603 182 270<br><br><br>\
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\
        <a href='JavaScript:destroyWin()' class='link'>zavřít</a>";
        
        imgWin = pMain.appendChild(imgWin);
        }
    else //return false;
    {
       

    }
}

function destroyWin() {
    if (winOpened) { imgWin.parentNode.removeChild(imgWin); winOpened = false; }
}

function menuActive(item){
  item.src=item.src.slice(item.src.lastIndexOf("images/"),item.src.lastIndexOf("."))+"_active.gif";

}

function menudeActive(item){
  item.src=item.src.slice(item.src.lastIndexOf("images/"),item.src.lastIndexOf("_active.gif"))+".gif";

}

function createBox()
	{
		var imgWin=document.createElement("IMG");
		imgWin.src="images/back2.gif";
		imgWin.style.position="absolute";
		//imgWin.style.width=wdt+2+"px";
		//imgWin.style.height=hgt+23+"px";
		imgWin.style.left="80px";
		imgWin.style.top="-60px";
		imgWin.style.border="1px solid black";
		imgWin.id="imagewin";
		imgWin=footer.appendChild(imgWin);
	}
	function destroyBox()
	{
		footer.removeChild(document.getElementById("imagewin"));
		//footer.removeChild(document.getElementById(imagewin));
	}
