var timeout = 500;
var closetimer = 0;
var ddmenuitem = 0;
// open hidden layer
function mopen(id)
{
// cancel close timer
mcancelclosetime();
// close old layer
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
// get new layer and show it
ddmenuitem = document.getElementById(id);
ddmenuitem.style.visibility = 'visible';
}
// close showed layer
function mclose()
{
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
}
// go close timer
function mclosetime()
{
closetimer = window.setTimeout(mclose, timeout);
}
// cancel close timer
function mcancelclosetime()
{
if(closetimer)
{
window.clearTimeout(closetimer);
closetimer = null;
}
}
// close layer when click-out
document.onclick = mclose;
| |
| |
|
|
| |
| |
|
Terms of Use
Users of the Stansell & Petree Family Dentistry web site are subject to the following terms and conditions in addition to terms and conditions posted elsewhere on this site:
The Stansell & Petree Family Dentistry web site is a dynamic web site, and changes are made on an ongoing basis. The Stansell & Petree Family Dentistry web site is intended for general information only. The material contained within is not offered as professional or dental advice. Users need to seek individual attention by licensed professionals for such service.
Information on the Stansell & Petree Family Dentistry web site is based on current knowledge and understanding of the science of dentistry at the time of site development. Information should be regarded with a clear understanding that continued research may result in new knowledge or recommendations. Representations made are not an indication of the quality of care provided.
Stansell & Petree Family Dentistry does not necessarily endorse resources that appear on the Stansell & Petree Family Dentistry web site, and makes no representation or warranties about the products, services provided or results achieved.
By linking to other web sites, Stansell & Petree Family Dentistry does not endorse business practices on those sites; nor does Stansell & Petree Family Dentistry make any representations or warranties with respect to accuracy of any items or claims therein.
We reserve the right to changes these terms and conditions at any time without notice.
This information and the contents of this site is the property of Stansell & Petree Family Dentistry. Unauthorized copying or use is prohibited.
©2010 Stansell & Petree Family Dentistry
|
|
|
| |
|
| ©2010 Stansell & Petree Family Dentistry | 369 E. Broad Street, Winder, GA 30680 |
Ph: 770.867.2277 Fax: 770.868.5988 | info@spfamilydentistry.com |
| Dr. Stansell and Dr. Petree provide general, cosmetic and implant dentistry services to patients in Winder, Georgia and surrounding Barrow County communities. |
| Terms of Use | Design by Symphony Dental |