	povneta=getCookie("povneta");
//	if( povneta != 'f' ){
//		povneta = 't';
//	}
	image=getCookie("image");
	image_dmm=getCookie("image_dmm");
	xDay = new Date;
	xDay.setHours(xDay.getHours() + 2592000);
	xDay = xDay.toGMTString();

    function statusMsg(str) {
		window.status = str;
		return true;
    }
	function getCookie(key){
	    tmp=document.cookie+";";
	    tmp1=tmp.indexOf(key, 0);
	    if(tmp1!=-1){
	        tmp=tmp.substring(tmp1, tmp.length);
	        start=tmp.indexOf("=", 0)+ 1;
	        end=tmp.indexOf(";", start);
	        return(unescape(tmp.substring(start, end)));
	    }
	    return("");
	}
	function imagechange(arg01){
		document.cookie = "image=" + escape(arg01) + ";expires=" + xDay ;
		location.reload();
	}
	function imagechange_dmm(arg01){
		document.cookie = "image_dmm=" + escape(arg01) + ";expires=" + xDay ;
		location.reload();
	}

