<!-- Hide from incompatible browsers
	
	function copyrightWin(){
		window.open('../copyright.htm','legalcopy','width=518,height=150,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	
	function coPrivacyWin(){
		window.open('../privacypolicy.htm','legal','width=518,height=500,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	
	function webPrivacyWin(){
		window.open('../websitepolicy.htm','legal','width=518,height=500,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	
	function form1(){
		window.open('form1.htm','legal','width=518,height=500,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	function form2(){
		window.open('form2.htm','legal','width=518,height=500,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	function franchiseform(){
		window.open('franchiseform.htm','legal','width=518,height=500,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	// Stop hiding from incompatible browsers-->
	
