<!--
meeton=new Image (177,50)
meeton.src = "http://www.storydentistry.com/images/meet2.jpg"
meetoff=new Image (177,50)
meetoff.src = "http://www.storydentistry.com/images/meet1.jpg"

serviceson=new Image (177,50)
serviceson.src = "http://www.storydentistry.com/images/services2.jpg"
servicesoff=new Image (177,50)
servicesoff.src = "http://www.storydentistry.com/images/services1.jpg"

visiton=new Image (177,50)
visiton.src = "http://www.storydentistry.com/images/visit2.jpg"
visitoff=new Image (177,50)
visitoff.src = "http://www.storydentistry.com/images/visit1.jpg"

questionson=new Image (177,50)
questionson.src = "http://www.storydentistry.com/images/questions2.jpg"
questionsoff=new Image (177,50)
questionsoff.src = "http://www.storydentistry.com/images/questions1.jpg"

galleryon=new Image (177,50)
galleryon.src = "http://www.storydentistry.com/images/gallery2.jpg"
galleryoff=new Image (177,50)
galleryoff.src = "http://www.storydentistry.com/images/gallery1.jpg"

officeon=new Image (177,50)
officeon.src = "http://www.storydentistry.com/images/office2.jpg"
officeoff=new Image (177,50)
officeoff.src = "http://www.storydentistry.com/images/office1.jpg"

// -->

<!--
var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
preloadimages("http://www.storydentistry.com/images/meet2.jpg","http://www.storydentistry.com/images/services2.jpg","http://www.storydentistry.com/images/visit2.jpg","http://www.storydentistry.com/images/questions2.jpg","http://www.storydentistry.com/images/gallery2.jpg","http://www.storydentistry.com/images/office2.jpg");
//-->