var NN3 = false;
image1= new Image();
image1.src = "../../images/buttons/up-traditional.gif";
image1on = new Image();
image1on.src = "../../images/buttons/over-traditional.gif";
image2= new Image();
image2.src = "../../images/buttons/up-diamond.gif";
image2on = new Image();
image2on.src = "../../images/buttons/over-diamond.gif";
image3= new Image();
image3.src = "../../images/buttons/up-hand_engraved.gif";
image3on = new Image();
image3on.src = "../../images/buttons/over-hand_engraved.gif";
image4= new Image();
image4.src = "../../images/buttons/up-two-tone.gif";
image4on = new Image();
image4on.src = "../../images/buttons/over-two-tone.gif";
image5= new Image();
image5.src = "../../images/buttons/up-hand_crafted.gif";
image5on = new Image();
image5on.src = "../../images/buttons/over-hand_crafted.gif";
image6= new Image();
image6.src = "../../images/buttons/up-christian_bauer.gif";
image6on = new Image();
image6on.src = "../../images/buttons/over-christian_bauer.gif";
image7= new Image();
image7.src = "../../images/buttons/up-designer.gif";
image7on = new Image();
image7on.src = "../../images/buttons/over-designer.gif";
image8= new Image();
image8.src = "../../images/buttons/up-trio_sets.gif";
image8on = new Image();
image8on.src = "../../images/buttons/over-trio_sets.gif";
image9= new Image();
image9.src = "../../images/buttons/up-colorful_cerin.gif";
image9on = new Image();
image9on.src = "../../images/buttons/over-colorful_cerin.gif";
image10= new Image();
image10.src = "../../images/buttons/up-religious.gif";
image10on = new Image();
image10on.src = "../../images/buttons/over-religious.gif";
image11= new Image();
image11.src = "../../images/buttons/up-diamond_cut.gif";
image11on = new Image();
image11on.src = "../../images/buttons/over-diamond_cut.gif";
image12= new Image();
image12.src = "../../images/buttons/up-tungsten.gif";
image12on = new Image();
image12on.src = "../../images/buttons/over-tungsten.gif";
image13= new Image();
image13.src = "../../images/buttons/up-palladium.gif";
image13on = new Image();
image13on.src = "../../images/buttons/over-palladium.gif";
image14= new Image();
image14.src = "../../images/buttons/up-commitment.gif";
image14on = new Image();
image14on.src = "../../images/buttons/over-commitment.gif";
image15= new Image();
image15.src = "../../images/buttons/up-platinum.gif";
image15on = new Image();
image15on.src = "../../images/buttons/over-platinum.gif";
image18= new Image();
image18.src = "../../images/buttons/up-yellow_gold.gif";
image18on = new Image();
image18on.src = "../../images/buttons/over-yellow_gold.gif";
image19= new Image();
image19.src = "../../images/buttons/up-white_gold.gif";
image19on = new Image();
image19on.src = "../../images/buttons/over-white_gold.gif";
image20= new Image();
image20.src = "../../images/buttons/up-wedding_rings.gif";
image20on = new Image();
image20on.src = "../../images/buttons/over-wedding_rings.gif";



function on3(name)   {document[name].src = eval(name + "on.src");}
function off3(name)  {document[name].src = eval(name + ".src");}
NN3 = true;
function on(name)  {if (NN3) on3(name);}
function off(name)  {if (NN3) off3(name);}

function pop( pageName ) {
  popup=open( pageName, "popup",
  "width=350,height=250,resizable=0,scrollbars=1" );
  clean=0;
  // 
}

function pop0( pageName ) {
  popup=open( pageName, "popup",
  "width=325,height=300,resizable=0,scrollbars=0" );
  clean=0;
  // 
}

function pop1( pageName ) {
  popup=open( pageName, "popup",
  "width=350,height=250,resizable=0,scrollbars=1" );
  clean=0;
  // 
}

function pop2( pageName ) {
  popup=open( pageName, "popup", "width=392,height=394,resizable=1,scrollbars=0,menubar=0,toolbar=0,location=no,status=0" );
  clean=1;
  if (window.focus) { popup.focus(); }
  	// 
}

function pop3( pageName ) {
  popup=open( pageName, "popup", "width=392,height=394,resizable=1,scrollbars=0,menubar=0,toolbar=0,location=no,status=0" );
  clean=1;
  if (window.focus) { popup.focus(); }
  	// 
}

function Show()
    {
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function Hide()
    {
        /* hide the pop-up */
        Popup.style.display="none";
    }
