function CommentBox() {
DisplayAlert('CommentBox',500,70);
}
function DisplayAlert(id,left,top) {
document.getElementById(id).style.left=left+'px';
document.getElementById(id).style.top=top+'px';
document.getElementById(id).style.display='block';
}

function ContactBox() {
DisplayAlert('ContactBox',500,70);
}
function DisplayAlert(id,left,top) {
document.getElementById(id).style.right=right+'px';
document.getElementById(id).style.top=top+'px';
document.getElementById(id).style.display='block';
}

function LegalBox() {
DisplayAlert('LegalBox',50,-350);
}
function DisplayAlert(id,left,top) {
document.getElementById(id).style.left=left+'px';
document.getElementById(id).style.top=top+'px';
document.getElementById(id).style.display='block';
}

function BookingBox() {
DisplayAlert('BookingBox',120,-750);
}
function DisplayAlert(id,left,top) {
document.getElementById(id).style.left=left+'px';
document.getElementById(id).style.top=top+'px';
document.getElementById(id).style.display='block';
}

function QuoteBox() {
DisplayAlert('QuoteBox',120,-950);
}
function DisplayAlert(id,left,top) {
document.getElementById(id).style.left=left+'px';
document.getElementById(id).style.top=top+'px';
document.getElementById(id).style.display='block';
}