/******************************************
* Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/
iens6=document.all||document.getElementById
ns4=document.layers

//specify speed of scroll (greater=faster)
var speed=2
if (iens6){
document.write('<div id="container" style="position:relative;width:175px;height:145px;overflow:hidden;">')
document.write('<div id="content" style="position:absolute;width:170px;left:0;top:0;">')
}
document.write('<ilayer name="nscontainer" width="170" height="150" clip="0,0,175,150"> <layer name="nscontent" width="170" height="150" visibility="hidden"><ul class="scroll"><li><a href="liposuction.html">SmartLipo MPX&trade; & VASER&reg; Liposelection: fat removal under local anesthesia</a></li><li><a href="photodynamiclaser.html">Laser Treatments for Acne</a></li><li><a href="flt.html">Filler Facelift/ Non-Surgical Facelift (FLT)</a></li><li><a href="nosejob.html">Non-Surgical Nose Job</a></li><li><a href="sweating.html">VASER&reg; for Excessive Sweating</a></li><li><a href="filling.html">Wrinkle Fillers</a></li><li><a href="juvaderm.html">JUVÉDERM&trade;</a></li><li><a href="dark_circles.html">Dark Circles</a></li><li><a href="restylane.html">Restylane&reg;</a></li><li><a href="radiesse.html">RADIESSE&reg;</a></li><li><a href="sculptra.html">Sculptra&trade;</a></li><li><a href="evolence.html">EVOLENCE&reg;</a></li><li><a href="siliconemicrodropletinj.html">Microdroplet Silicone Injections</a></li><li><a href="skinregeneration.html">Fraxel Restore Dual&reg; and Fraxel Repair&reg; Laser Resurfacing</a></li><li><a href="thermalift.html">Thermage&reg; - Radiofrequency Skin Tightening</a></li><li><a href="velasmooth.htm">Cellulite Treatments</a></li><li><a href="photofacial.html">Photofacials</a></li><li><a href="acnescars.html">Acne and Acne Scars</a></li><li><a href="medlite.html">Medlite Laser Toning</a></li><li><a href="botox.html">BOTOX&reg; for Wrinkles and Sweating</a></li><li><a href="hair_removal.html">Laser Hair Removal</a></li><li><a href="cappillaries.html">Laser Treatments for Capillaries, Scars, and Redness</a></li><li><a href="agespots.html">Laser Removal of Age Spots</a></li><li><a href="legveins.html">Leg Veins</a></li><li><a href="scars.html">Scar Revision</a></li><li><a href="zeno.html">Zeno: Acne Solution</a></li><li><a href="peels.html">Rejuvenation Peels & Microdermabrasion</a></li><li><a href="hair_rejuv.html">Hair Rejuvenation</a></li><li><a href="tattoo.html">Tattoo Removal</a></li><li><a href="thulium.html">Fraxel Thulium&trade;</a></li><li><a href="antiaging.html">pfrankmd&trade; Skin Care Products</a></li><li><a href="dermatology.html">General and Surgical Dermatology</a></li></ul></layer></ilayer>')
if (iens6)
document.write('</div></div>')

document.write('<table width="175px" cellpadding="0" cellspacing="0" style="padding:0; margin:0;"><tr><td><p align="right" style="padding: 0 12px; 0 0; margin: 0;"> <a href="#" onMouseover="moveup()" onMouseout="clearTimeout(moveupvar)"><img src="images/up.gif" border="0" alt="Up" /></a> <a href="#" onMouseover="movedown()" onMouseout="clearTimeout(movedownvar)"><img src="images/down.gif" border="0" alt="Down" /></a></p></td></tr></table>')
if (iens6){
var crossobj=document.getElementById? document.getElementById("content") : document.all.content
var contentheight=crossobj.offsetHeight
}
else if (ns4){
var crossobj=document.nscontainer.document.nscontent
var contentheight=crossobj.clip.height
}

function movedown(){
if (iens6 && parseInt(crossobj.style.top)>=(contentheight*(-1)+100))
crossobj.style.top=parseInt(crossobj.style.top)-speed+"px"
else if (ns4 && crossobj.top>=(contentheight*(-1)+100))
crossobj.top-=speed
movedownvar=setTimeout("movedown()",20)
}

function moveup(){
if (iens6 && parseInt(crossobj.style.top)<=0)
crossobj.style.top=parseInt(crossobj.style.top)+speed+"px"
else if (ns4 && crossobj.top<=0)
crossobj.top+=speed
moveupvar=setTimeout("moveup()",20)

}

function getcontent_height(){
if (iens6)
contentheight=crossobj.offsetHeight
else if (ns4)
document.nscontainer.document.nscontent.visibility="show"
}
window.onload=getcontent_height

