		function Hide(str) {
		x = document.getElementById(str);
		x.style.display = 'none';
		}
		
		function Show(str) {
		x = document.getElementById(str);
		x.style.display = 'block';
		}
		
		function SlideUp() {
           Hide('OfficeInfo');
		   Hide('PatientInfo');
		   Hide('Treatment');
		   Hide('LinksSub');
			}
		
		function OfficeInfo() {
          SlideUp();
		  Show('OfficeInfo');
			}
			
		  function PatientInfo() {
          SlideUp();
		  Show('PatientInfo');
			}
			
		  function Treatment() {
          SlideUp();
		  Show('Treatment');
			}
			
		  function LinksSub() {
          SlideUp();
		  Show('LinksSub');
			}

function loadFlash() {
		var ho = new SWFObject("header.swf", "topheader", "754", "177", "8", "#9ED0E7", true);
		ho.addParam("wmode", "transparent");
		ho.write("header");
				
		var ao = new SWFObject("flash3A.swf", "topheader", "550", "254", "8", "#8EAFD2");
		ao.addParam("wmode", "transparent");
		ao.write("slides");
		
}

function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}

function count() {
var statsa='/statistics/count.asp';
var d=new Date();
var s=d.getSeconds();
var m=d.getMinutes();
var x=s*m;
f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';} 
if (navigator.appName=='Microsoft Internet Explorer'){b='MSIE';} 
if (navigator.appVersion.indexOf('MSIE 3')>0) {b='MSIE';}
u='' + escape(document.URL); w=screen.width; h=screen.height; 
v=navigator.appName; 
fs = window.screen.fontSmoothingEnabled;
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
j=navigator.javaEnabled();
info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&b=' + b + '&x=' + x;
//document.write('<img src="' + statsa + '?'+info+ '" width=0 height=0 border=0>');
IMGpreviewHTML = '<img src="' + statsa + '?'+info+ '" width=0 height=0 border=0>';
document.getElementById('IMGpreview').innerHTML = IMGpreviewHTML
}
			