function OpenRegWnd(url,name,other)
{
  other='height=550, width=600, top=5,left=5,toolbar=0,resizable=0,menubar=0,scrollbars=1,status=1,channelmode=0,directories=0,location=0';
  wnd1=window.open(url,name,other);
  wnd1.window.status='Регистрация нового участника';
  wnd1.window.focus();

}

function OpenLogo(url,name,other)
{ 
  other='height=520, width=590, top=5,left=5,toolbar=0,resizable=1,menubar=0,scrollbars=1,status=1,channelmode=0,directories=0,location=0';
  wnd=window.open('',name,other);
  wnd.document.write('<html><head><title>Неофициальные логотипы - Джекки Чан</title></head><body leftmargin=5 topmargin=5 bgcolor=#e9e9e9><img src="files/images/logos/'+url+'" alt="Новостной ПОРТАЛ о Джеки Чане"></body></html>');
  wnd.window.status='www.jackie-chan.ru';
  wnd.window.focus();
}

function OpenUserInfo(url,name,other)
{ 
  other='height=550, width=600, top=5,left=5,toolbar=0,resizable=0,menubar=0,scrollbars=1,status=1,channelmode=0,directories=0,location=0';
  wnd1=window.open(url,name,other);
  wnd1.window.status='Сведения об участнике';
  wnd1.window.focus();

}

function OpenPhoto(url)
{ 
  other='height=700, width=1020,top=5,left=5,toolbar=0,resizable=1,menubar=0,scrollbars=1,status=0,channelmode=0,directories=0,location=0';
  wndphoto=window.open(url,'Фотогалерея',other);
  wndphoto.window.status='Фотогалерея - Новостной Портал о Джеки Чане - Мир Джеки Чана в Рунете!';
  wndphoto.window.focus();
}
