<!-- Hide from incompatible browsers
	
	//New window for each legal documents
	
	function copyright(){
		window.open('copyright.htm','copyright','width=250,height=250,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=no')
	}
	function legal(){
		window.open('legalterms.htm','legal','width=600,height=540,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	function co(){
		window.open('companyprivacy.htm','legal','width=600,height=540,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	function web(){
		window.open('webprivacy.htm','legal','width=600,height=540,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	function copyright1(){
		window.open('../copyright.htm','copyright','width=250,height=250,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=no')
	}
	function legal1(){
		window.open('../legalterms.htm','legal','width=600,height=540,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
		function co1(){
		window.open('../companyprivacy.htm','legal','width=600,height=540,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	function web1(){
		window.open('../webprivacy.htm','legal','width=600,height=540,toolbars=no,menubar=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes')
	}
	// Stop hiding from incompatible browsers-->