Tooltip.offX = 4;Tooltip.offY = 8;Tooltip.followMouse = false; var hlp1='The Star Name is your special identification for your recipient. It could be their name, nickname or any other designation.
'; var hlp2='The star date is your dedication date.
It is a commemorative date assigned to your gift, usually the gift date or other special date.
Valid star dates between Aug 1, 2017 and December 31, 2026.'; var hlp3='A congratulations letter will be included in the package.

To view a sample Congratulations letter, click here

Sample document will open in a new window.'; var hlp4='This option will include a memorial letter. This is a letter given in the event of a persons death.

To view a sample Memorial letter, click here

Sample document will open in a new window.'; var hlp5='
A beautiful 16" X 12" full color parchment certificate personalized with the star name, date and coordinates.

Personalized 16" X 12" sky chart containing the star name, star date, the constellation and the location circled in red where the star is in the sky.

'; var hlp6='
The certificate comes beautifully double matted in a gold metallic frame. The outer mat is a cream colored "flannel" and the inner mat is a dark delft blue which matches the colors in the certificate.
The package also includes a complimentary personalized wallet card imprinted with the star name and coordinates.
'; var hlp7='
The personalized star chart is framed also in this package. The frame measures 20" X 16" and matches the frame in the Deluxe package.
The package also includes a complimentary personalized wallet card imprinted with the star name and coordinates.
'; var hlp27='
The International Star Registry’s most regal star framing option, the rich merlot matboard and ornate 19½" X 23½" custom frame with matching inset add elegance to any room.
The package also includes a complimentary personalized wallet card imprinted with the star name and coordinates.
'; var hlp28='
The personalized star chart is framed also in this package. The frame measures 20" X 16" and matches the frame in the Deluxe package.
The package also includes a complimentary personalized wallet card imprinted with the star name and coordinates.
'; var hlp29='
The International Star Registry certificate is beautifully displayed in our classic 16" x 20" black frame and complimented with a rich black "suede" matteboard.
The package also includes a complimentary personalized wallet card imprinted with the star name and coordinates.
'; var hlp30='
The personalized star chart is framed also in this package. The black matte frame measures 20" X 16" and matches the frame in the Deluxe package.
The package also includes a complimentary personalized wallet card imprinted with the star name and coordinates.
'; var hlp8='Sample picture of a framed chart, which is available only in an Ultimate Star Kit Package.
'; var hlp9='Enter the group name you wish to use. Limit 20 characters.

To view a sample of a group chart, click here'; // Group name var hlp10='Select the constellation you wish this group to belong too. All stars must be in the same constellation.'; //constellation var hlp11 = 'After you enter your zip code, it should load the cities to the right. If this doesnt load, you may click this button to load the list. If javascript is not enabled, the page will be reloaded to show a city pull down list.'; var hlp12='Enter the name of the recipient this package will be shipped to'; var hlp13='Enter the shipping address of the recipient of this package. Please confirm the spelling of street names.

PRIVACY NOTICE: ISR will not contact recipient regarding this order, however, ISR reserves the right to send promotional material to recipient via postal mail.'; var hlp14='If you are shipping to an apartment you can enter the apartment number here.'; var hlp15='You may change the country where this package will be shipped to. Each star package in this group can be shipped to its own address, however, shipping discounts will not be applied. Foreign addresses will be charged foreign shipping prices based on the country being shipped to.

If your country is not in this list, then we do NOT ship to that country.

For some foreign orders, we may require a faxed copy of your credit card before the order can be processed.'; var hlp16='The "same address" option will automatically set the address of all star kits in this group to the same address. The Star Kit 1 address will be copied when you begin typing the name of the additional stars.

Leave this checked if all SHIP TO addresses will be the same.'; var hlp17='Enter the phone number of the recipient. This phone number is required by our shippers.

PRIVACY NOTICE: ISR will NOT contact the recipient to confirm order information, however, ISR or Shipper MAY contact them if the package is undeliverable (or other problem).'; var hlp18='Enter the phone number of the recipient. This phone number is required by our shippers.

PRIVACY NOTICE: ISR will NOT contact the recipient to confirm order information, however, ISR or Shipper MAY contact them if the package is undeliverable (or other problem).'; var hlp19='Enter your gift card text in the box above, and dont forget to sign it. You can also use a prefilled gift card from the pull-down below.

Please sign your gift card. If you do not, a blank will be sent.'; var hlp20='Click here to show or hide the instructions for grouped star kit ordering'; var hlp21='To remove this star kit from the current group, simply delete the star name, and the star kit will not get added to your basket.'; var hlp22='To remove this star kit from the current group, click the remove button on the cart page'; var hlp23='Select the group you wish to use.'; // Star Grouping var hlp24='Click here to view additional product details'; var hlp25='Select the constellation you wish to use. If you are unsure, leave it on ISR Assigned, and ISR will assign the most visible constellation and star we have available for your location.'; var hlp26='Enter any special shipping notes.'; var hlpSgName='Use this name to reference your star group.'; var hlpCaBillName='Enter the name of the person to be billed. This would be the name displayed on a credit card, check, or paypal account.'; var hlpCaBillAddress='Enter the address of the person being billed. Please confirm the spelling of street names.'; var hlpCaBillPhone='Enter the daytime phone number in case there are any problems with the order.'; function doTooltip(e, msg) {if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;Tooltip.clearTimer();var tip = document.getElementById? document.getElementById(Tooltip.tipID): null;if ( tip && tip.onmouseout == null ) {tip.onmouseout = Tooltip.tipOutCheck;tip.onmouseover = Tooltip.clearTimer;}Tooltip.show(e, msg);} function hideTip(){if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;Tooltip.timerId = setTimeout("Tooltip.hide()", 200);} Tooltip.tipOutCheck = function(e) {e = ld_event.DOMit(e);var toEl = e.relatedTarget? e.relatedTarget: e.toElement;if ( this != toEl && !contained(toEl, this) ) Tooltip.hide();} function contained(oNode, oCont){if (!oNode) return;while ( oNode = oNode.parentNode ) if ( oNode == oCont ) return true;return false;} Tooltip.timerId = 0;Tooltip.clearTimer = function() {if (Tooltip.timerId) { clearTimeout(Tooltip.timerId); Tooltip.timerId = 0; }} Tooltip.unHookHover = function () {var tip = document.getElementById? document.getElementById(Tooltip.tipID): null;if (tip) {tip.onmouseover = null;tip.onmouseout = null;tip = null;}} ld_event.add(window, "unload", Tooltip.unHookHover, true);