function cnf (qstn, redir) {
    if (confirm(qstn)) document.location = redir;
}


function language(url, lang) {    
	parent.box.location.replace('http://www.rahuoja.ee/lang.php?set_lang=' + lang);
	location.href = 'http://rahuoja.itx.ee'+url;	   
}


function language2(url) {    
    self.location.href = 'http://rahuoja.itx.ee'+url;
	parent.location.href = 'http://rahuoja.itx.ee'+url;
}