function openWelcomeDialog() {

Dialog.alert({url: "http://www.sipegap.com.ar/window/ventana.htm", options: {method: 'get'}}, 
                     {top: 50, width:500, className: "alphacube", okLabel: "Cerrar"}); 

}

