
function showWindow()
{
  win = new Window( { className: 'alphacube', url: 'http://www.yahoo.com',
    title: 'Simple Window', width:400,
    height:300, destroyOnClose: true, recenterAuto:false } ); 
  win.showCenter();
}
