<script language="JavaScript"><!--//declare the value for the site variable// var site = "http://racetracker.cfhosting.ca";//var site = "http://127.0.0.1:8500/racetracker";var site = "http://www.racetracker.ca";function help(topic)// function variable_in_link will assign the first variable// passed to it as variable_value {new_win = window.open(site+'/info/infowindow.cfm?topic='+topic,'', 'width=320,height=200,right=100,top=100,titlebar=yes,scrollbars=yes')}// opens a new window containing the requested informationfunction infowindow(){ window.open(site + "/info/infowindow.cfm", "infowindow", "width=300,height=300,scrollbars=yes,left=50,top=100")}// opens a new window containing the requested helpfunction helpwindow(){ window.open(site + "/help/helpwindow.cfm", "helpwindow", "width=300,height=300,scrollbars=yes,left=50,top=100")}function smallwindow(){		//window.resizeTo(width=300,height=300,left=50,top=100,scrollbars=yes,toolbar=no,resizable=off,statusbar=no,menubar=no);	window.self(width=300,height=300,left=50,top=100,scrollbars=yes,toolbar=no,resizable=off,statusbar=no,menubar=no)		}//-->function opensurvey() { survey_win = window.open(site+'/survey.cfm', 'survey', 'width=540,height=500,right=100,top=20,titlebar=yes,scrollbars=yes')}</script> 
