/* 
 ================================================
 ToolTip Functions
 ================================================
 
*/
P7_opTTM('id:Shipping','id:shipping','p7TTM07',0,688,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
P7_opTTM('id:Presentation','id:presentation','p7TTM07',0,360,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
P7_opTTM('id:Guarantee','id:guarantee','p7TTM07',0,360,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
P7_opTTM('id:Returns','id:returns','p7TTM07',0,360,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
P7_opTTM('id:Details','id:details','p7TTM07',0,408,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
P7_opTTM('id:Pin','id:pin','p7TTM07',0,444,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
P7_opTTM('id:L','id:l','p7TTM07',0,444,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
P7_opTTM('id:Screw','id:screw','p7TTM07',0,444,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
P7_opTTM('id:Model','id:model','p7TTM07',0,530,12,0,1,0,0,1,300,2,1,1,0,0,0,0);
/* 
 ================================================
 ToolTip Functions
 ================================================
 
*/
function toolTipShipping() {
  document.write('<div id="shipping"><h2 style="margin-top:0px;">Please Allow 1-2 Business Days for Processing</h2><div class="info"><table border="0" cellspacing="0" cellpadding="0" style="margin-bottom:0px; width:640px;"><tr valign="top"><th>Destination</th><th>Method</th><th>Cost</th><th>Shipping speed*</th></tr><tr valign="top"><td rowspan="2">United States</td><td>USPS Priority Mail</td><td><b>Free</b></td><td>2-5 business days </td></tr><tr valign="top"><td>FedEx 2Day Express <b>- Free for orders over $500</b></td><td>$15</td><td>2 business days</td></tr><tr valign="top"><td>APO/FPO</td><td>USPS Priority Mail</td><td><b>Free</b></td><td>2-5 business days</td></tr><tr valign="top"><td rowspan="2">US Territories</td><td>USPS Priority Mail</td><td><b>Free</b></td><td>2-5 business days</td></tr><tr valign="top"><td>FedEx International Priority</td><td>$50</td><td>1-3 business days</td></tr><tr valign="top"><td rowspan="3">Canada</td><td>USPS First Class Mail (not trackable)</td><td><b>Free</b></td><td>2-4 weeks</td></tr><tr valign="top"><td>USPS Express Mail International</td><td>$24</td><td>3-6 business days</td></tr><tr valign="top"><td>FedEx International Priority</td><td>$50</td><td>1-3 business days</td></tr><tr valign="top"><td rowspan="2">International</td><td>USPS Express Mail International</td><td>$24</td><td>3-6 business days</td></tr><tr valign="top"><td>FedEx International Priority</td><td>$50</td><td>2-5 business days</td></tr><tr valign="top"><td colspan="4">* International orders may be delayed due to customs</td></tr></table></div></div>');
  }
function toolTipPresentation() {
  document.write('<div id="presentation"><p>Our jewelry arrives ready to give. We hand polish and carefully place your order in an AlluringBody signature gift box or ring box. For your convenience, the price is not shown in the packaging.</p></div>');
  }
function toolTipGuarantee() {
  document.write('<div id="guarantee"><p>Our jewelry is made to last a lifetime. Because of the exceptional quality and craftsmanship of our jewelry, we are able to offer a lifetime guarantee against any defects due to daily wear.</p></div>');
  }
function toolTipReturns() {
  document.write('<div id="returns"><p>Our 45-day return policy gives you time to consider and inspect your purchase or gift. If, for any reason, you are not satisfied, simply return the unused item in its original condition within 45-days for a refund or exchange. Unlike other jewelry stores, we allow returns after the packaging has been opened. We do not require a return authorization code or for you to fill out a form.</p></div>');
  }
