function set_sound(a){
	//alert('hello='+a);
	set_cookie('musik_bottom', a, '', '/');
}
function get_box(a){
	var d=document.getElementById(a);
	if(d.style.display=='block')d.style.display='none';else d.style.display='block';
	return false;
}
function set_cookie(cookie_name, cookie_value, cookie_expire, cookie_path, cookie_domain, cookie_secure) {
    var cookie_string = cookie_name + "=" + cookie_value;
    if (cookie_expire) {
        var expire_date = new Date();
        var ms_from_now = cookie_expire * 24 * 60 * 60 * 1000;
        expire_date.setTime(expire_date.getTime() + ms_from_now);
        var expire_string = expire_date.toGMTString();
        cookie_string += "; expires=" + expire_string;
    }
    if (cookie_path)cookie_string += "; path=" + cookie_path;
	if (cookie_domain)cookie_string += "; domain=" + cookie_domain;
    if (cookie_secure)cookie_string += "; true";
    document.cookie = cookie_string;
}
function set_search(a,b){
	if(a.value=='' && b==1){
		a.style.color='#808080';
		a.style.fontStyle='italic';
		a.value='Ïîèñê...';
	}
	else if(a.value=='Ïîèñê...'){
		a.style.color='#000000';
		a.style.fontStyle='normal';
		a.value='';
	}
}
function count_close(){
	if(document.getElementById('popup_bg')){
		document.getElementById('popup_bg').style.display='none';
		if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent)){
			document.getElementById('popup_bg').style.position='fixed';
			document.getElementById('all').style.overflow='visible';
		}
	}
	return false;
}
function count_open(){
	if(document.getElementById('popup_bg')){
		document.getElementById('popup_bg').style.display='block';
		if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent)){
			document.getElementById('popup_bg').style.position='absolute';
			document.getElementById('all').style.overflow='hidden';
		}
	}
	return false;
}
function alt_in_div(a){
/*<a href="#" onclick="displays();return false;" class="cal" onmouseover="document.getElementById(\'rass\').style.backgroundColor=\'#7d987d\'" onmouseout="document.getElementById(\'rass\').style.backgroundColor=\'#004000\'"><span class=smalls>ÏÎÁÅÄÈÒÅËÈ</span></a>
*/
	parent.document.getElementById("body_right_text").innerHTML=a;
}
function alt_in_div_emty(){
	parent.document.getElementById("body_right_text").innerHTML='';
}
var id_open='uuu';
function pict_in_div(a) {
	if (document.getElementById(id_open))document.getElementById(id_open).style.display='none';
	document.getElementById('img_'+a).style.display='block';
	document.getElementById('big_pict_close').style.display='block';
	id_open='img_'+a;
	return false;
}
function flv_in_div(a) {
	if (document.getElementById('big_pict_video'))document.getElementById('big_pict_video').style.display='block';
	document.getElementById('big_pict_video_close').style.display='block';
	window.if_sel.location.href='/video_flv.php?id_v='+a;
	return false;
}


 

