Acutally I'm just testing it at the moment on my local C Drive. Everything is in the same directory.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script language="JavaScript" src="popup.js"></script>
</head>
<body>
<script>
window.onload=function(){
new popUp(200, 100, 500, 400, "faq", "<ul>
<li><strong>Home Again Micro Chip</strong>
<ul>
<li>Its a reality: pets get lost. Without proper identification, 90% never return home. The HomeAgain pet
identification system includes a national network of over 20,000 veterinarians and animal shelters, 200,000
volunteer PetRescuers, and pet safety and wellness services designed to prevent your pet from becoming an
unfortunate statistic. Give your pet the protection it needs for only $39.99, Give it a HomeAgain microchip!!!
Each puppy that recieves a microchip will come with an I.D. tag with your puppies unique 10 digit number. </li>
</ul>
</li>
<li><strong>Deposit</strong>
<ul>
<li>A $100 deposit will hold the puppy of your choice for 7 days. Deposits are non-refundable. Please call
us and write in the special instructions box the name of the puppy to let us know which puppy you would like to
reserve. 740-497-2333 </li>
</ul>
</li>
<li><strong>Shipping Options</strong>
<ul>
<li><strong>Standard Shipping to Nearest Airport
</strong>
<ul>
<li>Includes the following: 1. Airfare 2. Vet Health Certificate 3. Travel Kennel 4. Puppy Toy</li>
</ul>
</li>
<li><strong>Overnight Shipping
</strong>
<ul>
<li>Unknown</li>
</ul>
</li>
<li><strong>Local Pickup in Mount Vernon, OH
</strong>
<ul>
<li>16149 Wooster Rd. Mt. Vernon OH 43050</li>
<li><a href="http://maps.google.com/maps?q=16149+Wooster+Rd.+Mt.+Vernon+OH+43050&oe=utf-
8&client=firefox-a&ie=UTF8&hq=&hnear=16149+Wooster+Rd,+Mt+Vernon,+Knox,+Ohio
+43050&gl=us&ei=iooATJ2SFsL88Aba6oWlDQ&ved=0CBkQ8gEwAA&z=16" target="_blank">Google Map
Link</a></li>
</ul>
</li>
<li><strong>Door to Door Delivery
</strong>
<ul>
<li>Little Puppies Online will hand deliver your puppy to your door</li>
<li>Please call 740-497-2333 before you choose this option.</li>
</ul>
</li>
</ul>
</li>
<li><strong>Unconditional Replacement Guarantee
</strong>
<ul>
<li>1 (one) year Unconditional Replacement Guarantee</li>
<li>2 (two) year Unconditional Replacement Guarantee</li>
<li>3 (three) year Unconditional Replacement Guarantee</li>
<li>If you purchase an unconditional replacement guarantee, you have the assurance that if your pet is in
an unfortunate accident, we will give you a new puppy. Nothing will replace your pet, but having a new puppy
will help ease the pain. Also, with this guarantee, you will not have to worry about the financial aspect of
buying a new puppy. If your puppy dies for any reason at all within one year of purchase, we will replace it
with any puppy of your choice of equal or lesser value plus shipping (if needed). All we need is a death
certificate from your local veterinarian.</li>
</ul>
</li>
</ul>", "white", "black", "bold 10pt sans-serif", "Title Bar", "navy", "white", "#dddddd", "gray", "black", true, true, true, true, false);
}
</script>
<a href="javascript:showbox('faq')">link</a>
</body>
</html>