<!--//dental health info popup codefunction treatment_popup(page) {	window.open('popups/' + page + '.asp','treatments',config='width=860,height=700,left=25,top=25,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,status=no');}//video player popupfunction player_popup(id,w,h){	//set standard video sizing by default	if (w==undefined){w=481}else{w = parseFloat(w)};	if (h==undefined){h=370}else{h = parseFloat(h)};	window.open('flash/player.asp?id=' + id + '&w=' + w + '&h=' + h,'treatmentVid',config='width=' + w +',height=' + h +',left=25,top=25,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,status=no');}// -->