
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function Swap1() {
images = new Array(6);

images[0] = "<a href = 'packagecoach.html'><img border='0'src='images/random_coach1.gif'></a>";

images[1] = "<a href = 'packagecoach.html'><img border='0'src='images/random_coach2.gif'></a>";

images[2] = "<a href = 'accessoriessocks.html'><img border='0'src='images/random_socks2.gif'></a>";

images[3] = "<a href = 'accessoriestees.html'><img border='0' src='images/random_tees.gif'></a>";

images[4] = "<a href = 'accessorieswindshirtsjackets.html'><img border='0' src='images/random_jackets.gif'></a>";

images[5] = "<a href = 'accessorieswindshirtsjackets.html'><img border='0' src='images/random_windshirts.gif'></a>";

box1 = Math.floor(Math.random() * images.length);

document.write(images[box1]);
}

function Swap2() {
images2 = new Array(4);

images2[0] = "<a href = 'accessoriesfleece.html'><img border='0'src='images/random_fleece1.gif'></a>";

images2[1] = "<a href = 'accessoriesheadwear.html'><img border='0'src='images/random_headwear1.gif'></a>";

images2[2] = "<a href = 'accessoriesheadwear.html'><img border='0'src='images/random_headwear2.gif'></a>";

images2[3] = "<a href = 'accessoriesperformance.html'><img border='0'src='images/random_performance2.gif'></a>";

box2 = Math.floor(Math.random() * images2.length);

document.write(images2[box2]);
}


function Swap3() {
images3 = new Array(4);

images3[0] = "<a href = 'accessoriesfunstuff.html'><img border='0'src='images/random_funstuff.gif'></a>";

images3[1] = "<a href = 'accessoriesbags.html'><img border='0' src='images/random_bags.gif'></a>";

images3[2] = "<a href = 'packagewarmup.html'><img border='0' src='images/random_warm1.gif'></a>";

images3[3] = "<a href = 'packagewarmup.html'><img border='0' src='images/random_warm2.gif'></a>";

box3 = Math.floor(Math.random() * images3.length);

document.write(images3[box3]);
}


function Url1() {
if (box1==0)
{
var str1="Go to Coach's Shirts";
document.write(str1.link("packagecoach.html"));
}


if (box1==1)
{
var str1="Go to Coach's Shirts";
document.write(str1.link("packagecoach.html"));
}

if (box1==2)
{
var str1="Go to Socks";
document.write(str1.link("accessoriessocks.html"));
}
if (box1==3)
{
var str1="Go to Tees";
document.write(str1.link("accessoriestees.html"));
}

if (box1==4)
{
var str1="Go to Jackets/Windshirts";
document.write(str1.link("accessorieswindshirtsjackets.html"));
}

if (box1==5)
{
var str1="Go to Windshirts/Jackets";
document.write(str1.link("accessorieswindshirtsjackets.html"));
}

}

function Url2() {
if (box2==0)
{
var str2="Go to Fleece";
document.write(str2.link("accessoriesfleece.html"));
}

if (box2==1)
{
var str2="Go to Headwear";
document.write(str2.link("accessoriesheadwear.html"));
}

if (box2==2)
{
var str2="Go to Headwear";
document.write(str2.link("accessoriesheadwear.html"));
}

if (box2==3)
{
var str2="Go to Performance";
document.write(str2.link("accessoriesperformance.html"));
}

}



function Url3() {
if (box3==0)
{
var str3="Go to Fun Stuff";
document.write(str3.link("accessoriesfunstuff.html"));
}


if (box3==1)
{
var str3="Go to Bags";
document.write(str3.link("accessoriesbags.html"));
}

if (box3==2)
{
var str3="Go to Warmups";
document.write(str3.link("packagewarmup.html"));
}
if (box3==3)
{
var str3="Go to Warmups";
document.write(str3.link("packagewarmup.html"));
}

}