var enquiry = 'office_at_westbay_dot_co_dot_uk';
function get_enquiry(){
var re= /_at_/gi;
enquiry = enquiry.replace(re,'@');
var re= /_dot_/gi;
enquiry = enquiry.replace(re,'.');
var the_link="mai" + "lto" +":"+enquiry+"?subject=Enquiry";
window.location=the_link;
}


var terms = 'office_at_westbay_dot_co_dot_uk';
function get_terms(){
var re= /_at_/gi;
terms = terms.replace(re,'@');
var re= /_dot_/gi;
terms = terms.replace(re,'.');
var the_link="mai" + "lto" +":"+terms+"?subject=Terms%20/%20Conditions";
window.location=the_link;
}


var advert = 'office_at_westbay_dot_co_dot_uk';
function get_advert(){
var re= /_at_/gi;
advert = advert.replace(re,'@');
var re= /_dot_/gi;
advert = advert.replace(re,'.');
var the_link="mai" + "lto" +":"+advert+"?subject=Advertising";
window.location=the_link;
}


var Pic1 = new Array();

Pic1[0] = 'images_info/House2.jpg'
Pic1[1] = 'images_info/House3.jpg'

var t;
var j1 = 0;
var p1 = Pic1.length;
var preLoad1 = new Array();
for (i = 0; i < p1; i++) {
preLoad1[i] = new Image();
preLoad1[i].src = Pic1[i];
}

function runSlideShow1() {
if (document.all) {
document.images.SlideShow1.style.filter="blendTrans(duration=2)";
document.images.SlideShow1.filters.blendTrans.Apply();
}
document.images.SlideShow1.src = preLoad1[j1].src;
if (document.all) {
document.images.SlideShow1.filters.blendTrans.Play();
}
j1 = j1 + 1;
if (j1 > (p1 - 1)) j1 = 0;
t = setTimeout('runSlideShow1()', 6000);
}
