							function mailIt_dinewine(){				name   = "graham";				domain = "dinewine";				dotcom = ".com";				topic  = "JWH";				 {				parent.location.href='mailto:'+name+'@'+domain+dotcom+'?subject='+topic;					}				}								function mailIt_christy_lodge(){				name   = "ann";				domain = "lodgingconnection";				dotcom = ".com";				topic  = "Christy Lodge Information Desk";				 {				parent.location.href='mailto:'+name+'@'+domain+dotcom+'?subject='+topic;					}				}							function form_dinewine() {								window.open('form_dinewine.html', 'formWindow',					'toolbar=1,menubar=1,scrollbars=1,resizable=1,width=700,height=825')				}							function close_window() {					window.close('formWindow')				}							function goThere(select)				{					var linkList=selectThis.selectedIndex					if(!linkList==""){window.location.href=selectThis.options[linkList].value;}				}				var months=new Array(13);				months[1]="January";				months[2]="February";				months[3]="March";				months[4]="April";				months[5]="May";				months[6]="June";				months[7]="July";				months[8]="August";				months[9]="September";				months[10]="October";				months[11]="November";				months[12]="December";								var lday=new Array(8);				lday[1]="Sunday, ";				lday[2]="Monday, ";				lday[3]="Tuesday, ";				lday[4]="Wednesday, ";				lday[5]="Thursday, ";				lday[6]="Friday, ";				lday[7]="Saturday, ";								var time=new Date();				var lmonth=months[time.getMonth() + 1];				var date=time.getDate();				var today=lday[time.getDay() + 1];				var year=time.getYear();								function printDate() {								if (year < 2000)				year = year + 1900;								document.write("<B><FONT face=verdana,helvetica,arial size=-2 color=black>" + today + lmonth + " ");				document.write(date + ", " + year + "");				document.write("<\/font><\/B>");				}					var infoWindowBar =			'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=40, left=40';				var tourWindowBar =			'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=750, height=600, top=40, left=40';				var videoWindowBar =			'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=750, height=600, top=60, left=60';				var restaurantWindowBar =	'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=40, left=40';				var golfWindowBar =			'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=50, left=50';				var skiWindowBar =			'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=60, left=60';				var caltransWindowBar =		'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=70, left=70';				var hrefMapWindowBar =		'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=80, left=80';				var imageMapWindowBar =		'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=500, height=500, top=90, left=90';				var movieWindowBar =			'titlebar=0, toolbar=0, menubar=0, statusbar=0, scrollbars=0, resizable=0, width=775, height=600, top=40, left=40';				var slideWindowBar =			'titlebar=0, toolbar=0, menubar=0, statusbar=0, scrollbars=0, resizable=0, width=775, height=600, top=80, left=80';												function infoWindow(url) {					window.open(url, 'Off_Page_Window', infoWindowBar )				}								function tourWindow(url) {					window.open(url, 'Off_Page_Window', tourWindowBar )				}								function videoWindow(url) {					window.open(url, 'Off_Page_Window', videoWindowBar )				}								function restaurantWindow(url) {					window.open(url, 'Restaurant_Window', restaurantWindowBar )				}								function golfWindow(url) {					window.open(url, "Golf_Window", golfWindowBar )				}								function skiWindow(url) {					window.open(url, "Ski_Window", skiWindowBar )				}								function caltransWindow(url) {					window.open(url, "CalTrans_Window", caltransWindowBar )				}								function movieWindow(url) {					window.open(url, "Movie_Window", movieWindowBar )				}								function slideWindow(url) {					window.open(url, "Slide_Window", slideWindowBar )				}								function hrefMapWindow(url) {					window.open(url, "Href_Map_Window", hrefMapWindowBar );				}				function imageMapWindow(content) {					win = window.open("", "Image_Map_Window", imageMapWindowBar )									if (win != null) {						win.document.open('text/html');						win.document.write("<html>");						win.document.write("<head>");						win.document.write("<title>map window<\/title>");						win.document.write("<\/head>");						win.document.write("<body>");						win.document.write("<center>");						win.document.write("<img src=" + content + ">");						win.document.write("<\/center>");						win.document.write("<\/body>");						win.document.write("<\/html>");						win.document.close()						}				}						var windowBar_picture =	'titlebar=1, toolbar=0, menubar=0, statusbar=0, scrollbars=0, resizable=0, width=850, height=600, top=100, left=100';								function pictureImage(content) {					win = window.open("", "Picture_Window", windowBar_picture )									if (win != null) {						win.document.open('text/html');						win.document.write("<html>");						win.document.write("<head>");						win.document.write("<title>picture window<\/title>");						win.document.write("<\/head>");						win.document.write("<body>");						win.document.write("<center>");						win.document.write("<img src=" + content + " width=800>");						win.document.write("<\/center>");						win.document.write("<\/body>");						win.document.write("<\/html>");						win.document.close()						}				}							function pop( content ) 				{					win = window.open("", "Picture_Window_2", windowBar_pop )					if (win != null) 							{						win.document.open('text/html');						win.document.write("<HTML><HEAD><TITLE>JavaScript Alert<\/title><\/head><body>");						win.document.write("<center>");						win.document.write("<img src=" + content + " width=800>");						win.document.write("<\/center>");						win.document.write("<\/body><\/html>");						win.document.close()					}				}
