	function searchpage(thepage){
		if (document.getElementById('txtsearch').value==""){
			alert("Please enter search criteria.")
		}else{
			var	Path = document.getElementById('txtsearch');
			location.href = thepage + '&search=true&criteria=' + Path.value
		}
	
	}
	function video_flash(){
		var	Path = document.getElementById('videowrapper');
		var thestyle = Path.style.display;

		if(thestyle=="none"){
			Path.style.display="block";
		}else{
			Path.style.display="none";
			var	Path2 = document.getElementById('videofeature');
			Path2.innerHTML = "";
		}

	}
	function video_noflash() {
			var leftVal = (screen.availWidth-300)/2;
			var topVal = (screen.availHeight-300)/2;
			var thedest=window.open("test.mov",null,"height=484,width=570,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,left=" +leftVal+",top="+topVal);
	}
	function show_video(val){
			var	Path = document.getElementById('flashdet');
			document.location = 'interior.aspx?id=secondhand_smoke&subid='+val+'&show_video=true&flash='+Path.value
	}
	function load_File(loc) {
			var leftVal = (screen.availWidth-300)/2;
			var topVal = (screen.availHeight-300)/2;
			var thedest=window.open(loc,null,"height=800,width=700,status=no,toolbar=yes,menubar=no,location=no,scrollbars=yes,resizable=no,left=" +leftVal+",top="+topVal);
	}