function regulamin() {
		window.open('regulamin.php','', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=620,height=500');}


function ShowPicturePopup(src,x,y)
{		
	
	var window_width = x;
	var window_height = y;			
	var window_top = 50;
	var window_left = 50;	

	
	if((src=="")||(src.indexOf("img/nic.gif")>0))
		return;
	
	var zrodlo="http://www.itv.net.pl/pages/picture.php?src="+src;
	//try
	{
		//var wynik=showModalDialog(zrodlo,null,"dialogWidth:"+window_width+"px;dialogHeight:"+window_height+"px;dialogTop:"+window_top+";dialogLeft:"+window_left+";edge: Raised; center: Yes; help: No; resizable: Yes; status: No;");
	}
	//catch(e)
	{
		var img=window.open(zrodlo,'','titlebar=no,scrollbars=auto,resizable=yes,status=no,width='+window_width+',height='+window_height+',top='+window_top+',left='+window_left);
		img.focus
	}


}


function menu(text)
{
	switch(text)
	{
		case "start":
		top.window.location="http://www.itv.net.pl";
		break;
	}
}

function ShowTV()
{		
	
	var window_width = 610;
	var window_height = 360;			
	var window_top = 50;
	var window_left = 50;	

	
	
	var zrodlo="../tv/index.php";	
	
	{
		var img=window.open(zrodlo,'','titlebar=no,scrollbars=no,resizable=no,status=no,width='+window_width+',height='+window_height+',top='+window_top+',left='+window_left);
		img.focus();
	}


}

function ChooseNews(id)
{
	window.location="index.php?page=news&id="+id;
}

function ChooseProgram(id,id_frame)
{
	top.window.location="../_itv/index.php?page=program&id="+id+"&id_frame="+id_frame;
}


function ChooseFairy(id)
	{
		top.window.location="../_wrozki/index.php?page=wrozka&id="+id+"#forma";
	}
	
function AskFairy(id)
{
    try{
	   top.window.location="../_wrozki/index.php?page=spytaj_wrozki&id_fairy="+id+"#forma";
    }
    catch(e)
    {
        window.location="../_wrozki/index.php?page=spytaj_wrozki&id_fairy="+id+"#forma";
    }
}


function ChooseSpeaker(id)
{
	top.window.location="../_galerie/index.php?page=speaker&id="+id;
}

function ChooseStar(id)
{
	top.window.location="../_galerie/index.php?page=gwiazdy_w_itv&id="+id;
}

