//================================================================================================
//               Change the Merchandise, Menu, and Affiliates from here
//                                                                                               
//
// menulink is the name of the webpage that is being linked to
// titleoption is the little bubble of text that pops up when the mouse hovers over the link
// menuoption is the text that is visible on the website


// Merchandise Category Variables ========================================================

// ONE ======================================
var categorylink1 = "twilight.html"

var categoryhover1 = "Twilight Inspired Apparel"

var categoryname1 = "TWILIGHT"


// TWO =====================================
var categorylink2 = "vampires.html"

var categoryhover2 = "Vampire Inspired Apparel"

var categoryname2 = "VAMPS IN BOOKS"


// THREE ====================================
var categorylinkE = "mens.html"

var categoryhoverE = "All Men's Apparel"

var categorynameE = "MENS"


// FOUR ====================================
var categorylink4 = "youth.html"

var categoryhover4 = "All Youth Apparel"

var categoryname4 = "YOUTH"


// FIVE ====================================
var categorylink5 = ""

var categoryhover5 = ""

var categoryname5 = "\u00A0 WINTER APPAREL"


// SIX =====================================
var categorylink6 = "winter.html"

var categoryhover6 = "Sweatshirts and Jackets"

var categoryname6 = "HOODIES"


// SEVEN ====================================
var categorylink7 = "longsleeves.html"

var categoryhover7 = "All Longsleeve Apparel"

var categoryname7 = "LONGSLEEVES"


// EIGHT ====================================
var categorylink8 = ""

var categoryhover8 = ""

var categoryname3 = ""




//===============================================================================
// Menu Navigation Variables ====================================================


// ONE ======================================
var menulink1 = "index.html"

var menuhover1 = "Home Page"

var menuname1 = "HOME"


// TWO =====================================
var menulink2 = "aboutus.html"

var menuhover2 = "Information about We Book Apparel"

var menuname2 = "ABOUT US"


// THREE ===================================
var menulinkE = "news.html"

var menuhoverE = "News and Upcoming Events"

var menunameE = "NEWS AND EVENTS"


// FOUR ====================================
var menulink4 = "faq.html"

var menuhover4 = "Frequently Asked Questions"

var menuname4 = "FAQs"


// FIVE ====================================
var menulink5 = "contact.html"

var menuhover5 = "Our contact information"

var menuname5 = "CONTACT US"


// SIX ====================================
var menulink6 = "shoppingcart.html"

var menuhover6 = "Shopping Cart and Checkout"

var menuname6 = "VIEW CART"




// ==============================================================================
// Affiliates Variables =========================================================

 
                    
// ONE ======================================
var affiliateslink1 = "http://www.211photography.com/DenverPortraitPhotography.html"

var affiliateshover1 = "Thanks to 211 Photography for the site photos"

var affiliatesname1 = "211 Photography"


// TWO ======================================
var affiliateslink2 = "http://www.thefandomgivesback.com/"

var affiliateshover2 = "www.thefandomgivesback.com"

var affiliatesname2 = "The Fandom Gives Back"


// THREE ======================================
var affiliateslinkE = "http://mysticallitlounge.com/"

var affiliateshoverE = "www.mysticallitlounge.com"

var affiliatesnameE = "Mystic Lit Lounge"


// FOUR ======================================
var affiliateslink4 = "http://omnificpublishing.com/"

var affiliateshover4 = "Visit http://omnificpublishing.com/"

var affiliatesname4 = "Omnific Publishing"


// FIVE ======================================
var affiliateslink5 = "http://runswithvampires.com/"

var affiliateshover5 = "Visit http://runswithvampires.com/"

var affiliatesname5 = "Runs With Vampires"


// SIX ======================================
var affiliateslink6 = "http://www.sparkle-ga.com/"

var affiliateshover6 = "Visit www.sparkle-ga.com"

var affiliatesname6 = "Sparkle! Unique Jewelry and Gifts"


// SEVEN ======================================
var affiliateslink7 = "http://www.spunk-ransom.com/"

var affiliateshover7 = "Visit www.spunk-ransom.com/"

var affiliatesname7 = "Spunk Ransom"


// EIGHT ======================================
var affiliateslink8 = "http://www.twilightseriestheories.com/"

var affiliateshover8 = "Visit www.twilightseriestheories.com"

var affiliatesname8 = "Twilight Series Theories"


// NINE ======================================
var affiliateslink9 = "http://www.Twilighted.net/"

var affiliateshover9 = "Visit www.Twilighted.net"

var affiliatesname9 = "Twilighted"


// TEN ======================================
var affiliateslink10 = "http://fantrips.travel/"

var affiliateshover10 = "http://fantrips.travel/"

var affiliatesname10 = "FanTrips!"


// ELEVEN ======================================
var affiliateslink11 = ""

var affiliateshover11 = ""

var affiliatesname11 = ""





// **********************************************************************
// **********************************************************************
//        DO NOT CHANGE ANY INFORMATION OR CODE BELOW


function CategoryOne( )
{
document.write('<a target="_self" href="' + categorylink1 +'" title="' + categoryhover1 +'">'+ categoryname1 +'</a>');
}

function CategoryTwo( )
{
document.write('<a target="_self" href="' + categorylink2 +'" title="' + categoryhover2 +'">'+ categoryname2 +'</a>');
}

function CategoryE( )
{
document.write('<a target="_self" href="' + categorylinkE +'" title="' + categoryhoverE +'">'+ categorynameE +'</a>');
}

function CategoryFour( )
{
document.write('<a target="_self" href="' + categorylink4 +'" title="' + categoryhover4 +'">'+ categoryname4 +'</a>');
}

function CategoryFive( )
{
document.write(categoryname5);
}

function CategorySix( )
{
document.write('<a target="_self" href="' + categorylink6 +'" title="' + categoryhover6 +'">'+ categoryname6 +'</a>');
}

function CategorySeven( )
{
document.write('<a target="_self" href="' + categorylink7 +'" title="' + categoryhover7 +'">'+ categoryname7 +'</a>');
}



//============================================================================
//Menu Functions


function MenuOne( )
{
document.write('<a target="_self" href="' + menulink1 +'" title="' + menuhover1 +'">'+ menuname1 +'</a>');
}

function MenuTwo( )
{
document.write('<a target="_self" href="' + menulink2 +'" title="' + menuhover2 +'">'+ menuname2 +'</a>');
}

function MenuE( )
{
document.write('<a target="_self" href="' + menulinkE +'" title="' + menuhoverE +'">'+ menunameE +'</a>');
}

function MenuFour( )
{
document.write('<a target="_self" href="' + menulink4 +'" title="' + menuhover4 +'">'+ menuname4 +'</a>');
}

function MenuFive( )
{
document.write('<a target="_self" href="' + menulink5 +'" title="' + menuhover5 +'">'+ menuname5 +'</a>');
}

function MenuSix( )
{
document.write('<a target="_self" href="' + menulink6 +'" title="' + menuhover6 +'">'+ menuname6 +'</a>');
}



//============================================================================
//Affiliate Functions


function AffiliatesOne( )
{
document.write('<a target="_self" href="' + affiliateslink1 +'" title="' + affiliateshover1 +'">'+ affiliatesname1 +'</a>');
}

function AffiliatesTwo( )
{
document.write('<a target="_self" href="' + affiliateslink2 +'" title="' + affiliateshover2 +'">'+ affiliatesname2 +'</a>');
}

function AffiliatesE( )
{
document.write('<a target="_self" href="' + affiliateslinkE +'" title="' + affiliateshoverE +'">'+ affiliatesnameE +'</a>');
}

function AffiliatesFour( )
{
document.write('<a target="_self" href="' + affiliateslink4 +'" title="' + affiliateshover4 +'">'+ affiliatesname4 +'</a>');
}

function AffiliatesFive( )
{
document.write('<a target="_self" href="' + affiliateslink5 +'" title="' + affiliateshover5 +'">'+ affiliatesname5 +'</a>');
}

function AffiliatesSix( )
{
document.write('<a target="_self" href="' + affiliateslink6 +'" title="' + affiliateshover6 +'">'+ affiliatesname6 +'</a>');
}

function AffiliatesSeven( )
{
document.write('<a target="_self" href="' + affiliateslink7 +'" title="' + affiliateshover7 +'">'+ affiliatesname7 +'</a>');
}

function AffiliatesEight( )
{
document.write('<a target="_self" href="' + affiliateslink8 +'" title="' + affiliateshover8 +'">'+ affiliatesname8 +'</a>');
}

function AffiliatesNine( )
{
document.write('<a target="_self" href="' + affiliateslink9 +'" title="' + affiliateshover9 +'">'+ affiliatesname9 +'</a>');
}

function AffiliatesTen( )
{
document.write('<a target="_self" href="' + affiliateslink10 +'" title="' + affiliateshover10 +'">'+ affiliatesname10 +'</a>');
}





