function showWindow1()
{
  win = new Window( { className: 'alphacube', url: 'http://eadr.ru/my/login.php',
    title: 'Вход', width:1000,
    height:570, destroyOnClose: true, recenterAuto:false } ); 
  win.showCenter();
}
function showWindow2()
{
  win = new Window( { className: 'alphacube', url: 'http://eadr.ru/my/registration/',
    title: 'Регистрация', width:1000,
    height:570, destroyOnClose: true, recenterAuto:false } ); 
  win.showCenter();
}
function showWindow6()
{
  win = new Window( { className: 'alphacube', url: 'http://eadr.ru/allnews.html',
    title: 'Панель управления', width:400,
    height:600, destroyOnClose: true, recenterAuto:false } ); 
  win.showCenter();
}
function showWindow4()
{
  win = new Window( { className: 'alphacube', url: 'http://eadr.ru/domain_c.php',
    title: 'Проверка домена', width:800,
    height:370, destroyOnClose: true, recenterAuto:false } ); 
  win.showCenter();
}
function showWindow5()
{
  win = new Window( { className: 'alphacube', url: 'http://eadr.ru/allprice.html',
    title: 'Цены на регистрацию доменов', width:830,
    height:620, destroyOnClose: true, recenterAuto:false } ); 
  win.showCenter();
}
function showWindow7()
{
  win = new Window( { className: 'alphacube', url: 'http://eadr.ru/dnev.html',
    title: 'Дневники', width:300,
    height:150, destroyOnClose: true, recenterAuto:false } ); 
  win.showCenter();
}
