							function doit(){				var tg0='<';				var tg1='>';				var ext='lto';				var me='@';				var host4='ork.com';				var host3='linknetw';				var host2='wedding'+host3;				var name='ann';				var topic="Comments or Questions";					{						parent.location.href='mai'+ext+':'+name+me+host2+host4+'?subject='+topic;					}				}				function form_network() {								window.open('form_network.html', 'formWindow',					'toolbar=1,menubar=1,scrollbars=1,resizable=1,width=1100,height=1200')				}							function get_calendar() {								window.open('calendar.html', 'calendarWindow',					'toolbar=0,menubar=0,scrollbars=1,resizable=1,width=800,height=900')				}				function form_wedding_link_network() {								window.open('form_wedding_link_network.html', 'formWindow',					'toolbar=1,menubar=1,scrollbars=1,resizable=1,width=700,height=800')				}							function form_connection() {								window.open('form_connection.html', 'formWindow',					'toolbar=0,menubar=0,scrollbars=1,resizable=1,width=700,height=750')				}							function close_window() {					window.close('formWindow')				}							function goThere(select)				{					var linkList=selectThis.selectedIndex					if(!linkList==""){window.location.href=selectThis.options[linkList].value;}				}					var pictureWindowBar =		'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=10, left=10';				var infoWindowBar =			'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=20, left=20';				var weddingWindowBar =		'toolbar=1, menubar=1, statusbar=1, scrollbars=1, resizable=1, width=800, height=900, top=30, left=30';				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=800, height=900, top=90, left=90';								function infoWindow(url) {					window.open(url, 'Off_Page_Window', infoWindowBar )				}				function weddingWindow(url) {					window.open(url, 'Wedding_Window', weddingWindowBar )				}								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 hrefMapWindow(url) {					hrefWindow = open(url, "", 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()						}				}				function pictureImage(content) {					win = window.open("", "Picture_Window", pictureWindowBar )									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 + ">");						win.document.write("<\/center>");						win.document.write("<\/body>");						win.document.write("<\/html>");						win.document.close()						}				}					var x,y								if (document.layers){ document.captureEvents(Event.MOUSEMOVE) }					document.onmousemove = FindXY;								function FindXY(loc) {					x = (document.layers) ? loc.pageX : event.clientX;					y = (document.layers) ? loc.pageY : event.clientY;						document.xy_location.elements[0].value = x;						document.xy_location.elements[1].value = y;				}