//Link Description script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code and TOS, visit http://www.dynamicdrive.com

//change link descriptions to your own. Extend as needed
var linktext=new Array()
linktext[0]="<h2>Home Page</h2>Manage your pets with award winning software from Paw Planner."
linktext[1]="<h2>Your Pets</h2>Add, Edit or Update your pets."
linktext[2]="<h2>Pet Gallery</h2>Create a live pet gallery show!"
linktext[3]="<h2>Lost Pet</h2>Select photo and print a flyer immediately if your pet becomes lost"
linktext[4]="<h2>Lost Pet Report</h2>Quickly print a flyer for distribution if your pet becomes lost."
linktext[5]="<h2>Pet Sitter</h2>Provide infomation to your pet sitter, including medications, vet phone numbers and favortie activities."
linktext[6]="<h2>Gallery View</h2>View all your current pet photos."
linktext[7]="<h2>Edit Pet</h2>Easily make changes to each of your pet's records."
linktext[8]="<h2>Veterinarians</h2>Add your pet veterinarian and emergency care veterinarian information."
linktext[9]="<h2>Edit Owners</h2>Set up information for each pet owner."
linktext[10]="<h2>Edit Groomers</h2>Keep information about your pet's groomer, location, hours and rates."
linktext[11]="<h2>Official Records</h2>Keep track of your pet's birth records and registration."
linktext[12]="<h2>Backup Your Files</h2>Protect your data! Copy your data, software and images to another source for safe keeping."
linktext[13]="<h2>Help Documentation</h2>Get program help quickly and easily using the built in 'Help and Support' link."

var ns6=document.getElementById&&!document.all
var ie=document.all

function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext]
}

function resetit(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=' '
else if (ns6) document.getElementById(whichdiv).innerHTML=' '
}
