function Regulamento(event) {

var win = new Window({className: "dialog", width:640, height:480, url: "/expedicao/regulamento.html", zIndex: 100, resizable: true, title: "Regulamento", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: true})
//win.setStatusBar("Status bar info");
win.showCenter();


}

function Esqueceu() {

var win = new Window({className: "dialog", width:550, height:100, url: "/expedicao/esqueceu.php", zIndex: 100, resizable: true, title: "Recuperar senha esquecida", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: true})
//win.setStatusBar("Status bar info");
win.showCenter();

}