<!--
function RedirPage(url,idx){
        var w = top.window.document.location;
        //if (idx)
                var myurl = url;
       /// else
        //        var myurl = 'index.php?' + url;
        w.replace(myurl);
}


function RedirAdvert(url){

	//var w = top.window.document.location;
	//w.replace(url);
	//window.open(url);
	msg=open(url, 'Advert', '');
}

function RedirFramePage(url){
	var w = top.window.idx.document.location;
	w.replace('index.php?' + url);
}

function OpenWin(adresa,jake,nastaveni)
{
	msg=open(adresa,jake,nastaveni);
}

function OpenWinEdit(url, file)
{
	msg=OpenWin(url + '&fsrc='+file, 'WinEdit', 'toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,top=50,left=120,width=950,height=650');
}

function OpenWinImg(url, width, height)
{
	msg=OpenWin(url, 'imgdetail', 'toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,top=150,left=100,width='+width+',height='+height);
}
//-->
