<!--

//*****************************************
// Blending Image Slide Show Script- 
// © Dynamic Drive (www.dynamicdrive.com)
// For full source code, visit http://www.dynamicdrive.com/
//*****************************************

//specify interval between slide (in mili seconds)
var slidespeed=3000

//specify images
var slideimages=new Array("images/mast1.jpg","images/mast2.jpg","images/mast3.jpg","images/mast4.jpg","images/mast5.jpg","images/mast6.jpg")

//specify corresponding links
var slidelinks=new Array("index.html")

var newwindow=0 //open links in new window? 1=yes, 0=no

var imageholder=new Array()
var ie=document.all
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
if (newwindow)
window.open(slidelinks[whichlink])
else
window.location=slidelinks[whichlink]
}

//-->

<!--
      function openWin(whichWin) {
		NewWindow=window.open(whichWin, 'contact', 'width=320,height=480,scrollbars=no');
	}

function newin(theval) {
newindow =
window.open('http://www.oceanedgebrewster.com/ocean_edge_condos/' + theval,'detail',
'height=500,width=450,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=no,status=no');
}	

// -->
<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
// -->
<!--
function setVis(which) {
document.getElementById('sub0').style.display = "none";
document.getElementById('sub1').style.display = "none";
document.getElementById('sub2').style.display = "none";
document.getElementById('sub3').style.display = "none";
document.getElementById('sub4').style.display = "none";
document.getElementById('sub5').style.display = "none";
document.getElementById('sub6').style.display = "none";
document.getElementById('sub7').style.display = "none";
document.getElementById(which).style.display = "block";
}
// -->
