function privacy(){
				//set this to the file of the credit
				var creditfile="privacypolicy.html"
				if (document.all)
				creditwindow=window.open(creditfile,"","width=545,height=250,scrollbars")
				else
				creditwindow=window.open(creditfile,"","width=545,height=250,scrollbars")
				}
