// JavaScript Document

function writeHomeFlash()
{
	var flashObject = ' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="310">'
	+ ' <param name="movie" value="mainRotator.swf" />'
	+ ' <param name="quality" value="high" />'
	+ ' <embed src="mainRotator.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="310"></embed>'
	+ ' </object>'
	
	document.write(flashObject);

}

function launchGalleryPool(){
window.open("galleryPool.shtml", "","width=800,height=920,top=100,left=100,resizeable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no")
}

function launchGalleryGilboa(){
window.open("galleryGilboa.shtml", "","width=800,height=920,top=100,left=100,resizeable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no")
}

function launchGalleryCayman(){
window.open("galleryCayman.shtml", "","width=800,height=920,top=100,left=100,resizeable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no")
}

function launchGalleryAustralia(){
window.open("galleryAustralia.shtml", "","width=800,height=920,top=100,left=100,resizeable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no")
}

function launchGalleryCozumel(){
window.open("galleryCozumel.shtml", "","width=800,height=920,top=100,left=100,resizeable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no")
}

function launchGalleryFiji(){
window.open("galleryFiji.shtml", "","width=800,height=920,top=100,left=100,resizeable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no")
}
