function setVal(){
	with(document.form1){
		appNm.value = navigator.appName;
		appVer.value = navigator.appVersion;
		appOS.value = navigator.platform;
		ref.value = document.referrer;
		scrnw.value = screen.width;
		scrnh.value = screen.height;
		scrnd.value = screen.colorDepth;
	}
}
