var leisaWindow;
var contactWindow;

function launchLeisa(){
leisaWindow=window.open("leisa.htm","New","width=680,height=460,status=no,location=no,toolbar=no,resizable=no,scrollbars=no,top=150,left=160");
leisaWindow.focus();
}

function launchContact(){
contactWindow=window.open("contact.htm","New","width=526,height=120,status=no,location=no,toolbar=no,resizable=no,scrollbars=no,top=332,left=240");
contactWindow.focus();
}
