// JavaScript Document

<!-- Begin
function addbookmark()
{
bookmarkurl="http://www.jewellerygiftstore.co.uk"
bookmarktitle="Jewellery Gift Store - Quality Jewellery for Men & Women of all ages."
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//  End -->


function popUpWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-241384-2");
pageTracker._trackPageview();
} catch(err) {}

function right(e) {
var msg = "All text & images on this site are the property of JewelleryGiftStore.co.uk & protected by copyright. If you wish to use any material from this site please email Enquiries@jewellerygiftstore.co.uk. Any Unauthorised use of this material will result in prosecution.";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
else return true;
}

function protect_images() 
  {
  if(document.images)
    {
    for(i=0;i<document.images.length;i++)
      {
      document.images[i].onmousedown = right;
      document.images[i].onmouseup = right;
      }
    }
  }
