<!---//

function openVideo(url,name) {
var width = 500;
var height = 300;
var w=window.open("http://stream.lipki.info/stream/?" + url, name, "width="+width+",height="+height+",resizable=0,toolbar=0,location=0,status=0,menubar=0,directories=0,scrollbars=no,top=200,left=200");
w.focus();
}

window.status = 'ai: ок'; 
//--->