var reloaded = false;

function reloadOnceOnly() {
    if (!reloaded) {
        reloaded = true;
        window.frameName.history.go(0);
    }
}

var Onerotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Onecurrent = 0;
var OneLinks = new Array(6);
OneLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN01_black&Attributes=Yes&Quantity=1";
OneLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN01_bone&Attributes=Yes&Quantity=1";
OneLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN01_red&Attributes=Yes&Quantity=1";
OneLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN01_green&Attributes=Yes&Quantity=1";
OneLinks[4] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN01_orange&Attributes=Yes&Quantity=1";
OneLinks[5] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN01_turquoise&Attributes=Yes&Quantity=1";
function Onenext() {
if (document.Oneslideform.Oneslide[Onecurrent+1]) {
document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent+1].value;
document.Oneslideform.Oneslide.selectedIndex = ++Onecurrent;
   }
else Onefirst();
}
function Oneprevious() {
if (Onecurrent-1 >= 0) {
document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent-1].value;
document.Oneslideform.Oneslide.selectedIndex = --Onecurrent;
   }
else Onelast();
}
function Onefirst() {
Onecurrent = 0;
document.images.Oneshow.src = document.Oneslideform.Oneslide[0].value;
document.Oneslideform.Oneslide.selectedIndex = 0;
}
function Onelast() {
Onecurrent = document.Oneslideform.Oneslide.length-1;
document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
document.Oneslideform.Oneslide.selectedIndex = Onecurrent;
}
function Oneap(text) {
document.Oneslideform.Oneslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Onerotate();
}
function Onechange() {
Onecurrent = document.Oneslideform.Oneslide.selectedIndex;
document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
}
function Onerotate() {
if (document.Oneslideform.Oneslidebutton.value == "Stop") {
Onecurrent = (Onecurrent == document.Oneslideform.Oneslide.length-1) ? 0 : Onecurrent+1;
document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
document.Oneslideform.Oneslide.selectedIndex = Onecurrent;
window.setTimeout("Onerotate()", Onerotate_delay);
}
}
function Onetransport(){
window.location=OneLinks[Onecurrent]
}

var Tworotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Twocurrent = 0;
var TwoLinks = new Array(3);
TwoLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN02_brown&Attributes=Yes&Quantity=1";
TwoLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN02_cream&Attributes=Yes&Quantity=1";
TwoLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN02_black&Attributes=Yes&Quantity=1";
function Twonext() {
if (document.Twoslideform.Twoslide[Twocurrent+1]) {
document.images.Twoshow.src = document.Twoslideform.Twoslide[Twocurrent+1].value;
document.Twoslideform.Twoslide.selectedIndex = ++Twocurrent;
   }
else Twofirst();
}
function Twoprevious() {
if (Twocurrent-1 >= 0) {
document.images.Twoshow.src = document.Twoslideform.Twoslide[Twocurrent-1].value;
document.Twoslideform.Twoslide.selectedIndex = --Twocurrent;
   }
else Twolast();
}
function Twofirst() {
Twocurrent = 0;
document.images.Twoshow.src = document.Twoslideform.Twoslide[0].value;
document.Twoslideform.Twoslide.selectedIndex = 0;
}
function Twolast() {
Twocurrent = document.Twoslideform.Twoslide.length-1;
document.images.Twoshow.src = document.Twoslideform.Twoslide[Twocurrent].value;
document.Twoslideform.Twoslide.selectedIndex = Twocurrent;
}
function Twoap(text) {
document.Twoslideform.Twoslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Tworotate();
}
function Twochange() {
Twocurrent = document.Twoslideform.Twoslide.selectedIndex;
document.images.Twoshow.src = document.Twoslideform.Twoslide[Twocurrent].value;
}
function Tworotate() {
if (document.Twoslideform.Twoslidebutton.value == "Stop") {
Twocurrent = (Twocurrent == document.Twoslideform.Twoslide.length-1) ? 0 : Twocurrent+1;
document.images.Twoshow.src = document.Twoslideform.Twoslide[Twocurrent].value;
document.Twoslideform.Twoslide.selectedIndex = Twocurrent;
window.setTimeout("Tworotate()", Tworotate_delay);
}
}
function Twotransport(){
window.location=TwoLinks[Twocurrent]
}

var Threerotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Threecurrent = 0;
var ThreeLinks = new Array(6);
ThreeLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN03_green&Attributes=Yes&Quantity=1";
ThreeLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN03_bone&Attributes=Yes&Quantity=1";
ThreeLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN03_red&Attributes=Yes&Quantity=1";
ThreeLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN03_black&Attributes=Yes&Quantity=1";
ThreeLinks[4] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN03_turquoise&Attributes=Yes&Quantity=1";
ThreeLinks[5] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN03_orange&Attributes=Yes&Quantity=1";
function Threenext() {
if (document.Threeslideform.Threeslide[Threecurrent+1]) {
document.images.Threeshow.src = document.Threeslideform.Threeslide[Threecurrent+1].value;
document.Threeslideform.Threeslide.selectedIndex = ++Threecurrent;
   }
else Threefirst();
}
function Threeprevious() {
if (Threecurrent-1 >= 0) {
document.images.Threeshow.src = document.Threeslideform.Threeslide[Threecurrent-1].value;
document.Threeslideform.Threeslide.selectedIndex = --Threecurrent;
   }
else Threelast();
}
function Threefirst() {
Threecurrent = 0;
document.images.Threeshow.src = document.Threeslideform.Threeslide[0].value;
document.Threeslideform.Threeslide.selectedIndex = 0;
}
function Threelast() {
Threecurrent = document.Threeslideform.Threeslide.length-1;
document.images.Threeshow.src = document.Threeslideform.Threeslide[Threecurrent].value;
document.Threeslideform.Threeslide.selectedIndex = Threecurrent;
}
function Threeap(text) {
document.Threeslideform.Threeslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Threerotate();
}
function Threechange() {
Threecurrent = document.Threeslideform.Threeslide.selectedIndex;
document.images.Threeshow.src = document.Threeslideform.Threeslide[Threecurrent].value;
}
function Threerotate() {
if (document.Threeslideform.Threeslidebutton.value == "Stop") {
Threecurrent = (Threecurrent == document.Threeslideform.Threeslide.length-1) ? 0 : Threecurrent+1;
document.images.Threeshow.src = document.Threeslideform.Threeslide[Threecurrent].value;
document.Threeslideform.Threeslide.selectedIndex = Threecurrent;
window.setTimeout("Threerotate()", Threerotate_delay);
}
}
function Threetransport(){
window.location=ThreeLinks[Threecurrent]
}

var Fourrotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Fourcurrent = 0;
var FourLinks = new Array(6);
FourLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACB02_turquoise&Attributes=Yes&Quantity=1";
FourLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACB02_bone&Attributes=Yes&Quantity=1";
FourLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACB02_red&Attributes=Yes&Quantity=1";
FourLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACB02_green&Attributes=Yes&Quantity=1";
FourLinks[4] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACB02_orange&Attributes=Yes&Quantity=1";
FourLinks[5] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACB02_black&Attributes=Yes&Quantity=1";
function Fournext() {
if (document.Fourslideform.Fourslide[Fourcurrent+1]) {
document.images.Fourshow.src = document.Fourslideform.Fourslide[Fourcurrent+1].value;
document.Fourslideform.Fourslide.selectedIndex = ++Fourcurrent;
   }
else Fourfirst();
}
function Fourprevious() {
if (Fourcurrent-1 >= 0) {
document.images.Fourshow.src = document.Fourslideform.Fourslide[Fourcurrent-1].value;
document.Fourslideform.Fourslide.selectedIndex = --Fourcurrent;
   }
else Fourlast();
}
function Fourfirst() {
Fourcurrent = 0;
document.images.Fourshow.src = document.Fourslideform.Fourslide[0].value;
document.Fourslideform.Fourslide.selectedIndex = 0;
}
function Fourlast() {
Fourcurrent = document.Fourslideform.Fourslide.length-1;
document.images.Fourshow.src = document.Fourslideform.Fourslide[Fourcurrent].value;
document.Fourslideform.Fourslide.selectedIndex = Fourcurrent;
}
function Fourap(text) {
document.Fourslideform.Fourslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Fourrotate();
}
function Fourchange() {
Fourcurrent = document.Fourslideform.Fourslide.selectedIndex;
document.images.Fourshow.src = document.Fourslideform.Fourslide[Fourcurrent].value;
}
function Fourrotate() {
if (document.Fourslideform.Fourslidebutton.value == "Stop") {
Fourcurrent = (Fourcurrent == document.Fourslideform.Fourslide.length-1) ? 0 : Fourcurrent+1;
document.images.Fourshow.src = document.Fourslideform.Fourslide[Fourcurrent].value;
document.Fourslideform.Fourslide.selectedIndex = Fourcurrent;
window.setTimeout("Fourrotate()", Fourrotate_delay);
}
}
function Fourtransport(){
window.location=FourLinks[Fourcurrent]
}

var Fiverotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Fivecurrent = 0;
var FiveLinks = new Array(3);
FiveLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN04_turquoise&Attributes=Yes&Quantity=1";
FiveLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN04_green&Attributes=Yes&Quantity=1";
FiveLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN04_bone&Attributes=Yes&Quantity=1";
function Fivenext() {
if (document.Fiveslideform.Fiveslide[Fivecurrent+1]) {
document.images.Fiveshow.src = document.Fiveslideform.Fiveslide[Fivecurrent+1].value;
document.Fiveslideform.Fiveslide.selectedIndex = ++Fivecurrent;
   }
else Fivefirst();
}
function Fiveprevious() {
if (Fivecurrent-1 >= 0) {
document.images.Fiveshow.src = document.Fiveslideform.Fiveslide[Fivecurrent-1].value;
document.Fiveslideform.Fiveslide.selectedIndex = --Fivecurrent;
   }
else Fivelast();
}
function Fivefirst() {
Fivecurrent = 0;
document.images.Fiveshow.src = document.Fiveslideform.Fiveslide[0].value;
document.Fiveslideform.Fiveslide.selectedIndex = 0;
}
function Fivelast() {
Fivecurrent = document.Fiveslideform.Fiveslide.length-1;
document.images.Fiveshow.src = document.Fiveslideform.Fiveslide[Fivecurrent].value;
document.Fiveslideform.Fiveslide.selectedIndex = Fivecurrent;
}
function Fiveap(text) {
document.Fiveslideform.Fiveslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Fiverotate();
}
function Fivechange() {
Fivecurrent = document.Fiveslideform.Fiveslide.selectedIndex;
document.images.Fiveshow.src = document.Fiveslideform.Fiveslide[Fivecurrent].value;
}
function Fiverotate() {
if (document.Fiveslideform.Fiveslidebutton.value == "Stop") {
Fivecurrent = (Fivecurrent == document.Fiveslideform.Fiveslide.length-1) ? 0 : Fivecurrent+1;
document.images.Fiveshow.src = document.Fiveslideform.Fiveslide[Fivecurrent].value;
document.Fiveslideform.Fiveslide.selectedIndex = Fivecurrent;
window.setTimeout("Fiverotate()", Fiverotate_delay);
}
}
function Fivetransport(){
window.location=FiveLinks[Fivecurrent]
}

var Sixrotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Sixcurrent = 0;
var SixLinks = new Array(4);
SixLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN07_bone&Attributes=Yes&Quantity=1";
SixLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN07_orange&Attributes=Yes&Quantity=1";
SixLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN07_brown&Attributes=Yes&Quantity=1";
SixLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN07_white&Attributes=Yes&Quantity=1";
function Sixnext() {
if (document.Sixslideform.Sixslide[Sixcurrent+1]) {
document.images.Sixshow.src = document.Sixslideform.Sixslide[Sixcurrent+1].value;
document.Sixslideform.Sixslide.selectedIndex = ++Sixcurrent;
   }
else Sixfirst();
}
function Sixprevious() {
if (Sixcurrent-1 >= 0) {
document.images.Sixshow.src = document.Sixslideform.Sixslide[Sixcurrent-1].value;
document.Sixslideform.Sixslide.selectedIndex = --Sixcurrent;
   }
else Sixlast();
}
function Sixfirst() {
Sixcurrent = 0;
document.images.Sixshow.src = document.Sixslideform.Sixslide[0].value;
document.Sixslideform.Sixslide.selectedIndex = 0;
}
function Sixlast() {
Sixcurrent = document.Sixslideform.Sixslide.length-1;
document.images.Sixshow.src = document.Sixslideform.Sixslide[Sixcurrent].value;
document.Sixslideform.Sixslide.selectedIndex = Sixcurrent;
}
function Sixap(text) {
document.Sixslideform.Sixslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Sixrotate();
}
function Sixchange() {
Sixcurrent = document.Sixslideform.Sixslide.selectedIndex;
document.images.Sixshow.src = document.Sixslideform.Sixslide[Sixcurrent].value;
}
function Sixrotate() {
if (document.Sixslideform.Sixslidebutton.value == "Stop") {
Sixcurrent = (Sixcurrent == document.Sixslideform.Sixslide.length-1) ? 0 : Sixcurrent+1;
document.images.Sixshow.src = document.Sixslideform.Sixslide[Sixcurrent].value;
document.Sixslideform.Sixslide.selectedIndex = Sixcurrent;
window.setTimeout("Sixrotate()", Sixrotate_delay);
}
}
function Sixtransport(){
window.location=SixLinks[Sixcurrent]
}

var Sevenrotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Sevencurrent = 0;
var SevenLinks = new Array(6);
SevenLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN08_turquoise&Attributes=Yes&Quantity=1";
SevenLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN08_green&Attributes=Yes&Quantity=1";
SevenLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN08_bone&Attributes=Yes&Quantity=1";
SevenLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN08_black&Attributes=Yes&Quantity=1";
SevenLinks[4] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN08_red&Attributes=Yes&Quantity=1";
SevenLinks[5] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN08_orange&Attributes=Yes&Quantity=1";
function Sevennext() {
if (document.Sevenslideform.Sevenslide[Sevencurrent+1]) {
document.images.Sevenshow.src = document.Sevenslideform.Sevenslide[Sevencurrent+1].value;
document.Sevenslideform.Sevenslide.selectedIndex = ++Sevencurrent;
   }
else Sevenfirst();
}
function Sevenprevious() {
if (Sevencurrent-1 >= 0) {
document.images.Sevenshow.src = document.Sevenslideform.Sevenslide[Sevencurrent-1].value;
document.Sevenslideform.Sevenslide.selectedIndex = --Sevencurrent;
   }
else Sevenlast();
}
function Sevenfirst() {
Sevencurrent = 0;
document.images.Sevenshow.src = document.Sevenslideform.Sevenslide[0].value;
document.Sevenslideform.Sevenslide.selectedIndex = 0;
}
function Sevenlast() {
Sevencurrent = document.Sevenslideform.Sevenslide.length-1;
document.images.Sevenshow.src = document.Sevenslideform.Sevenslide[Sevencurrent].value;
document.Sevenslideform.Sevenslide.selectedIndex = Sevencurrent;
}
function Sevenap(text) {
document.Sevenslideform.Sevenslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Sevenrotate();
}
function Sevenchange() {
Sevencurrent = document.Sevenslideform.Sevenslide.selectedIndex;
document.images.Sevenshow.src = document.Sevenslideform.Sevenslide[Sevencurrent].value;
}
function Sevenrotate() {
if (document.Sevenslideform.Sevenslidebutton.value == "Stop") {
Sevencurrent = (Sevencurrent == document.Sevenslideform.Sevenslide.length-1) ? 0 : Sevencurrent+1;
document.images.Sevenshow.src = document.Sevenslideform.Sevenslide[Sevencurrent].value;
document.Sevenslideform.Sevenslide.selectedIndex = Sevencurrent;
window.setTimeout("Sevenrotate()", Sevenrotate_delay);
}
}
function Seventransport(){
window.location=SevenLinks[Sevencurrent]
}

var Eightrotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Eightcurrent = 0;
var EightLinks = new Array(6);
EightLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN09_turquoise&Attributes=Yes&Quantity=1";
EightLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN09_green&Attributes=Yes&Quantity=1";
EightLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN09_bone&Attributes=Yes&Quantity=1";
EightLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN09_black&Attributes=Yes&Quantity=1";
EightLinks[4] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN09_red&Attributes=Yes&Quantity=1";
EightLinks[5] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACN09_orange&Attributes=Yes&Quantity=1";
function Eightnext() {
if (document.Eightslideform.Eightslide[Eightcurrent+1]) {
document.images.Eightshow.src = document.Eightslideform.Eightslide[Eightcurrent+1].value;
document.Eightslideform.Eightslide.selectedIndex = ++Eightcurrent;
   }
else Eightfirst();
}
function Eightprevious() {
if (Eightcurrent-1 >= 0) {
document.images.Eightshow.src = document.Eightslideform.Eightslide[Eightcurrent-1].value;
document.Eightslideform.Eightslide.selectedIndex = --Eightcurrent;
   }
else Eightlast();
}
function Eightfirst() {
Eightcurrent = 0;
document.images.Eightshow.src = document.Eightslideform.Eightslide[0].value;
document.Eightslideform.Eightslide.selectedIndex = 0;
}
function Eightlast() {
Eightcurrent = document.Eightslideform.Eightslide.length-1;
document.images.Eightshow.src = document.Eightslideform.Eightslide[Eightcurrent].value;
document.Eightslideform.Eightslide.selectedIndex = Eightcurrent;
}
function Eightap(text) {
document.Eightslideform.Eightslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Eightrotate();
}
function Eightchange() {
Eightcurrent = document.Eightslideform.Eightslide.selectedIndex;
document.images.Eightshow.src = document.Eightslideform.Eightslide[Eightcurrent].value;
}
function Eightrotate() {
if (document.Eightslideform.Eightslidebutton.value == "Stop") {
Eightcurrent = (Eightcurrent == document.Eightslideform.Eightslide.length-1) ? 0 : Eightcurrent+1;
document.images.Eightshow.src = document.Eightslideform.Eightslide[Eightcurrent].value;
document.Eightslideform.Eightslide.selectedIndex = Eightcurrent;
window.setTimeout("Eightrotate()", Eightrotate_delay);
}
}
function Eighttransport(){
window.location=EightLinks[Eightcurrent]
}

var Ninerotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Ninecurrent = 0;
var NineLinks = new Array(6);
NineLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE01_bone&Attributes=Yes&Quantity=1";
NineLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE01_red&Attributes=Yes&Quantity=1";
NineLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE01_green&Attributes=Yes&Quantity=1";
NineLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE01_black&Attributes=Yes&Quantity=1";
NineLinks[4] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE01_orange&Attributes=Yes&Quantity=1";
NineLinks[5] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE01_turquoise&Attributes=Yes&Quantity=1";
function Ninenext() {
if (document.Nineslideform.Nineslide[Ninecurrent+1]) {
document.images.Nineshow.src = document.Nineslideform.Nineslide[Ninecurrent+1].value;
document.Nineslideform.Nineslide.selectedIndex = ++Ninecurrent;
   }
else Ninefirst();
}
function Nineprevious() {
if (Ninecurrent-1 >= 0) {
document.images.Nineshow.src = document.Nineslideform.Nineslide[Ninecurrent-1].value;
document.Nineslideform.Nineslide.selectedIndex = --Ninecurrent;
   }
else Ninelast();
}
function Ninefirst() {
Ninecurrent = 0;
document.images.Nineshow.src = document.Nineslideform.Nineslide[0].value;
document.Nineslideform.Nineslide.selectedIndex = 0;
}
function Ninelast() {
Ninecurrent = document.Nineslideform.Nineslide.length-1;
document.images.Nineshow.src = document.Nineslideform.Nineslide[Ninecurrent].value;
document.Nineslideform.Nineslide.selectedIndex = Ninecurrent;
}
function Nineap(text) {
document.Nineslideform.Nineslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Ninerotate();
}
function Ninechange() {
Ninecurrent = document.Nineslideform.Nineslide.selectedIndex;
document.images.Nineshow.src = document.Nineslideform.Nineslide[Ninecurrent].value;
}
function Ninerotate() {
if (document.Nineslideform.Nineslidebutton.value == "Stop") {
Ninecurrent = (Ninecurrent == document.Nineslideform.Nineslide.length-1) ? 0 : Ninecurrent+1;
document.images.Nineshow.src = document.Nineslideform.Nineslide[Ninecurrent].value;
document.Nineslideform.Nineslide.selectedIndex = Ninecurrent;
window.setTimeout("Ninerotate()", Ninerotate_delay);
}
}
function Ninetransport(){
window.location=NineLinks[Ninecurrent]
}

var Tenrotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Tencurrent = 0;
var TenLinks = new Array(6);
TenLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE02_orange&Attributes=Yes&Quantity=1";
TenLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE02_turquoise&Attributes=Yes&Quantity=1";
TenLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE02_bone&Attributes=Yes&Quantity=1";
TenLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE02_red&Attributes=Yes&Quantity=1";
TenLinks[4] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE02_green&Attributes=Yes&Quantity=1";
TenLinks[5] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE02_black&Attributes=Yes&Quantity=1";
function Tennext() {
if (document.Tenslideform.Tenslide[Tencurrent+1]) {
document.images.Tenshow.src = document.Tenslideform.Tenslide[Tencurrent+1].value;
document.Tenslideform.Tenslide.selectedIndex = ++Tencurrent;
   }
else Tenfirst();
}
function Tenprevious() {
if (Tencurrent-1 >= 0) {
document.images.Tenshow.src = document.Tenslideform.Tenslide[Tencurrent-1].value;
document.Tenslideform.Tenslide.selectedIndex = --Tencurrent;
   }
else Tenlast();
}
function Tenfirst() {
Tencurrent = 0;
document.images.Tenshow.src = document.Tenslideform.Tenslide[0].value;
document.Tenslideform.Tenslide.selectedIndex = 0;
}
function Tenlast() {
Tencurrent = document.Tenslideform.Tenslide.length-1;
document.images.Tenshow.src = document.Tenslideform.Tenslide[Tencurrent].value;
document.Tenslideform.Tenslide.selectedIndex = Tencurrent;
}
function Tenap(text) {
document.Tenslideform.Tenslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Tenrotate();
}
function Tenchange() {
Tencurrent = document.Tenslideform.Tenslide.selectedIndex;
document.images.Tenshow.src = document.Tenslideform.Tenslide[Tencurrent].value;
}
function Tenrotate() {
if (document.Tenslideform.Tenslidebutton.value == "Stop") {
Tencurrent = (Tencurrent == document.Tenslideform.Tenslide.length-1) ? 0 : Tencurrent+1;
document.images.Tenshow.src = document.Tenslideform.Tenslide[Tencurrent].value;
document.Tenslideform.Tenslide.selectedIndex = Tencurrent;
window.setTimeout("Tenrotate()", Tenrotate_delay);
}
}
function Tentransport(){
window.location=TenLinks[Tencurrent]
}

var Elevenrotate_delay = 2500; // delay in milliseconds (5000 = 5 secs)
Elevencurrent = 0;
var ElevenLinks = new Array(6);
ElevenLinks[0] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE03_red&Attributes=Yes&Quantity=1";
ElevenLinks[1] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE03_green&Attributes=Yes&Quantity=1";
ElevenLinks[2] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE03_black&Attributes=Yes&Quantity=1";
ElevenLinks[3] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE03_orange&Attributes=Yes&Quantity=1";
ElevenLinks[4] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE03_turquoise&Attributes=Yes&Quantity=1";
ElevenLinks[5] = "/Merchant2/merchant.mv?Screen=shell_jewelry&Store_Code=PI&Action=ADPR&Product_Code=ACE03_bone&Attributes=Yes&Quantity=1";
function Elevennext() {
if (document.Elevenslideform.Elevenslide[Elevencurrent+1]) {
document.images.Elevenshow.src = document.Elevenslideform.Elevenslide[Elevencurrent+1].value;
document.Elevenslideform.Elevenslide.selectedIndex = ++Elevencurrent;
   }
else Elevenfirst();
}
function Elevenprevious() {
if (Elevencurrent-1 >= 0) {
document.images.Elevenshow.src = document.Elevenslideform.Elevenslide[Elevencurrent-1].value;
document.Elevenslideform.Elevenslide.selectedIndex = --Elevencurrent;
   }
else Elevenlast();
}
function Elevenfirst() {
Elevencurrent = 0;
document.images.Elevenshow.src = document.Elevenslideform.Elevenslide[0].value;
document.Elevenslideform.Elevenslide.selectedIndex = 0;
}
function Elevenlast() {
Elevencurrent = document.Elevenslideform.Elevenslide.length-1;
document.images.Elevenshow.src = document.Elevenslideform.Elevenslide[Elevencurrent].value;
document.Elevenslideform.Elevenslide.selectedIndex = Elevencurrent;
}
function Elevenap(text) {
document.Elevenslideform.Elevenslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Elevenrotate();
}
function Elevenchange() {
Elevencurrent = document.Elevenslideform.Elevenslide.selectedIndex;
document.images.Elevenshow.src = document.Elevenslideform.Elevenslide[Elevencurrent].value;
}
function Elevenrotate() {
if (document.Elevenslideform.Elevenslidebutton.value == "Stop") {
Elevencurrent = (Elevencurrent == document.Elevenslideform.Elevenslide.length-1) ? 0 : Elevencurrent+1;
document.images.Elevenshow.src = document.Elevenslideform.Elevenslide[Elevencurrent].value;
document.Elevenslideform.Elevenslide.selectedIndex = Elevencurrent;
window.setTimeout("Elevenrotate()", Elevenrotate_delay);
}
}
function Eleventransport(){
window.location=ElevenLinks[Elevencurrent]
}
