function movieWindow(size)
{
	var launchWin = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=0,left=0,width='+screen.width+',height='+screen.height;
	window.open('/island-tour.asp?size='+size,'IslandTour',launchWin);
	muteSound();
}

function footerStuff()
{
	document.write('<div name="footer" id="footer" style="width:960px; margin-top:5px; ');
	if(flashIsWorking){
		document.write('position:absolute; visibility:hidden;');
	}
	document.write('">');
	document.write('<div style="float:left; width:480px; text-align:left; padding:0px; margin:0px;" class="footerText">');
	document.write('<form method="post" action="/island-alerts.asp" name="dataForm" onsubmit="this.Email_Address.email=true; return verify(this);"');
	document.write(' style="padding:0px; margin:0px;"><input type="hidden" name="ss" value="<%=strSession%>" />');
	document.write('<label title="Your contact information will only be used to provide you with Z islander Alerts">sign up for island alerts:&nbsp;');
	document.write('<input name="Email_Address" type="text" class="statusField" id="Email_Address" onfocus="javascript:clearField(this,\'email address\');"');
	document.write(' value="email address" size="30" maxlength="100" style="text-align:center;" /></label>');
	document.write('<label title="Your contact information will only be used to provide you with Z islander Alerts">');
	document.write('<input name="submit" type="submit" class="statusField" id="submit" value="Submit" style="border-style:outset; margin-left:5px;" />');
	document.write('</label></form></div>');
	document.write('<div style="width:480px; margin-left:480px; text-align:right;" class="bodyText">');
	document.write('Watch the Z-islander Movie Tour Now: ');
	document.write('<a href="#" onclick="javascript:movieWindow(2);"');
	document.write(' class="whiteLink">Hi</a>&nbsp;|&nbsp;');
	document.write('<a href="#" onclick="javascript:movieWindow(1);"');
	document.write('class="whiteLink">Lo</a></div>');
	document.write('</div>');
}