/* Видео */
function mySensVideo(el){new _uWnd('myVideo','Видеоролик',550,400,{align:'center',fadeclosetype:1,min:1,shadow:1,header:1,resize:0,modal:1,popup:1, oncontent:function(){$.get(el.href,{},function(data){$('#myVideo').html($('#msgVideo',data).html())});}},'<div id="myVideo" style="width:550px;height:400px;align:center;padding-top:20px;"><img src="/_theme/_st/img/ico/ajax.gif" /></div>'); 
}; 
/* ---- */

/* Поиск */
function mySensSearch(el){new _uWnd('mySearch','Поиск по сайту',300,70,{align:'center',fadeclosetype:1,min:1,max:0,shadow:1,header:1,resize:0,modal:1,popup:1, oncontent:function(){$.get(el.href,{},function(data){$('#mySearch').html($('#msgSearch',data).html())});}},'<div id="mySearch" style="width:300px;height:70px;align:center;"><img src="/_theme/_st/img/ico/ajax.gif" /></div>'); 
}; 
/* ---- */

/* Чат */
function mySensChat(el){new _uWnd('myChat','Мини-Чат',990,400,{align:'center',fadeclosetype:1,min:1,max:0,shadow:1,header:1,resize:0,modal:1, oncontent:function(){$.get(el.href,{},function(data){$('#myChat').html($('#msgChat',data).html())});}},'<div id="myChat" style="width:990px;height:400px;align:center;"><img src="/_theme/_st/img/ico/ajax.gif" /></div>'); 
}; 
/* ---- */

/* Новые фото */
function mySensNewPhoto(el){new _uWnd('NewPhoto','Фотогалерея',900,600,{align:'center',fadeclosetype:1,min:1,max:1,shadow:1,header:1,resize:0,modal:1, oncontent:function(){$.get(el.href,{},function(data){$('#NewPhoto').html($('#msgNewPhoto',data).html())});}},'<div id="NewPhoto" align="center" style="width:900px;height:600px;align:center;padding:20px;"><img src="/_theme/_st/img/ico/ajax.gif" /></div>'); 
}; 
/* ---------- */
