


function SearchBlock(id_content,id_kategoria)
{
    
	//var id_kategoria=document.forma.id_kategoria.value;
	var search_string="";//document.forma.search.value;
    var only_your_tel="";

   try{
        only_your_tel=document.forma.only_your_tel.checked;

        if(only_your_tel)
            only_your_tel=1;
        else
            only_your_tel=""
    }catch(e){}

	var loc="index.php?page=search&only_your_tel="+only_your_tel+"&id_content="+id_content+"&id_kategoria="+id_kategoria+"&search="+search_string
    try{
        if(erotyka==1)
            loc+="&erotyka=1";

        if(button>0)
            loc+="&button="+button;

    }catch(e){}

    loc+="#search";


	//alert(loc);
	window.location=loc

    //var forma=document.forma
    //forma.action=loc
    //forma.submit();

	//document.forma.submit();

}


function Menu(text)
{
	menu(text);
}


function menu(text)
{
	
	switch(text)
	{
		default:
			top.window.location="index.php?page="+text
		break;
	}
	
}

var telefon_window=null;

function GetStuff(id_plik)
{		
	
	var window_width = 360;
	var window_height = 600;
	var window_top = 50;
	var window_left = 50;	

	
	
	var zrodlo="";

    zrodlo+="telefon.php?id_client_system="+id_client_system

    if(id_plik>0)
        zrodlo+="&id_plik="+id_plik;
    else
        zrodlo+="&id_plik=0&change=1";
	
	{
		var telefon_window=window.open(zrodlo,'','titlebar=no,scrollbars=no,resizable=no,status=no,width='+window_width+',height='+window_height+',top='+window_top+',left='+window_left);
		telefon_window.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)
{
	top.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;
}

