/* Global Scripts, autofreelife.info */
/* Updated 2-15-04 fn */


/* Back one location in the history obj */
	function goBack()	{ 
				history.back()
	}


/* Change BG Color */
	function changeColor(code) { 
		   document.bgColor=code
	}


/* Generic, new window message window */
	function newWindow (htmFile) 	{
  			msgWindow = window.open(htmFile, "reveal", "toolbar=no,width=300,height=300,status=no,scrollbars=yes,resize=yes,menubar=no,location=no");
	}
	

/* Car Cost Calculator new window */
	
	function carCost (htmFile) 	{
  		msgWindow = window.open(htmFile, "calculator", "toolbar=no,width=500,height=360,status=no,scrollbars=yes,resize=yes,menubar=no,location=no");
	}
	

	
	/*
	alert("Web site still in testing. Some items may not display as intended. Thanks for your patience.") */
	// -->


