function treplace(telefon)
{
	document.getElementById('chphone1').innerHTML = telefon;
	document.getElementById('chphone2').innerHTML = telefon;
}
function replacelist(id, telefon)
{
	document.getElementById(id).innerHTML = telefon;
}
function open_detail(id)
{
	window.open('/sauna.php?id=' + id, 'sauna', 'width=620,height=550,location=no,menubar=no,toolbar=no,scrollbars=yes');
}
function open_url(url)
{
	window.open(url);
    //var a = document.createElement('A');
    //if (!a) return false; //IF Opera 6
    //a.setAttribute('href',url);
    //a.click();

}
function loadList()
{
	xajax.$('recall_left').innerHTML = 'Загрузка ...';
	xajax_loadList(idsauna);
}
