function OtworzNews( param, tytul, width, height ) 
{

	Nowe=window.open("showNews.php?param="+param+"&tytul="+tytul, "","toolbar=no, scrollbars=yes, location=no, directories=no, status=no, menubar=no, resizable=yes, width="+width+", height="+height+", top=10, left=10");
	
}


function ciastko(nazwa)
{
    startCookie=document.cookie.indexOf( nazwa );

    if (startCookie==-1) 
    {
        var waznosc=new Date();
        var tresc='plakat Metalmania 2007'; 
        tresc=escape(tresc);
        waznosc.setTime(waznosc.getTime()+1000*60*60*24*1);
        document.cookie=nazwa + tresc + ";expires=" + waznosc.toGMTString(); 
    
        return true;
    }
    else {
        return false;
    }
}



function otworzPlakat()
{
    if( ciastko('MM2007') )
    {
        Nowe=window.open("../plakat.html", "okienko","toolbar=no, scrollbars=no, location=no, directories=no, status=no, menubar=no, resizable=no, width=600, height=417, top=0, left=0");

        setTimeout( "Nowe.close();", 10000);
    }
}
