
// JavaScript Document

function showDetails(x){
if (x == 1){
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/brands_Hanes_1.jpg' /><br /><i>Hanes</i>, one of the most beloved brands in the US, is over 100 years old and offers comfortable, quality underwear, intimates, casualwear, hosiery and socks. <br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 2){
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/brand_ChampionLogo.gif'  /><br />High-quality stylish athletic apparel<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 3){ 
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/JMS.jpg'  /><br />Bras, panties, sleepwear, hosiery, activewear, casualwear and dressier separates designed exclusively for the plus-sized woman<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 4){ 
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/playtex.jpg'  /><br />Intimate Apparel for hard to fit figures<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 5){ 
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/bali.jpg'  /><br />Beautiful intimate apparel, bras, panties, shapewear and more, sold in department stores and similarly priced channels<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 6){ 
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/barelythere.jpg'  /><br />Bras, panties and shapewear to help women look and feel fabulous in their clothes<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 7){ 
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/wonderbra.jpg'  /><br />From sexy push-up bras and sassy strapless styles to seamless gel bras and those embellished with lace, the <i>Wonderbra</i> brand is synonymous with femininity and fashion.<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 8){
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/duofold.jpg'  /><br />Duofold - delivers high-quality performance baselayers that give you the freedom to feed your outdoor passions<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 9){ 
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/outerbanks.jpg'  /><br />Premium corporate apparel for men and women<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 10){ 
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/haneshosiery.jpg'  /><br />A collection of beautiful, fashionable legwear <br>and bodwear<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
} else if (x == 11){ 
	document.getElementById("brandDetails").innerHTML = "<img src='/hbi/images/en-us/logos/leggs.jpg'  /><br />As the leading* hosiery brand, <i>L'eggs</i> offers high quality, great fitting legwear that help women look and feel their best.<br /><br /><b style='border-bottom:1px solid rgb(113,112,115);'>";
}
}
function noDetails(){
	document.getElementById("brandDetails").innerHTML = "";
}



function shopDetails(x){
if (x == 1){
	document.getElementById("shopDetails").innerHTML = "<p><b>hanes.com</b> Here you'll find an extensive line of <i>Hanes</i> apparel for the whole family. Our complete selection of underwear includes briefs, boxers, boxer-briefs, panties, bras, undershirts, a-shirts, and v-neck undershirts. Or find knit tops and bottoms, T-shirts and sportshirts.</p>";
} else if (x == 2){
	document.getElementById("shopDetails").innerHTML = "<p><b>championusa.com</b> Here's the world's largest assortment of <i>Champion</i> sportswear for men, women, and children. Everything from sports bras to mesh shorts, from sweatshirts to socks, from T-shirts to yoga wear. And so much more!</p>";
} else if (x == 3){
	document.getElementById("shopDetails").innerHTML = "<p><b>jms.com</b> <i>Just My Size</i> is totally dedicated to today's plus-size woman. Check out our complete array of flattering plus-size clothing in sizes 14W-40W, X to 6X. Plus, browse our range of brand-name plus-size lingerie-including plus-size bras in sizes 38A to 58J. Not to mention our plus-size loungewear, sleepwear, activewear & more!</p>";
} else if (x == 4){
	document.getElementById("shopDetails").innerHTML = "<p><b>onehanesplace.com</b> One Hanes Place is your home for intimates, hosiery and casual clothes. Find bras, panties, hosiery, workout and swim apparel for women, men and kids in top brands like <i>Bali, Playtex, Wonderbra, Hanes, L'eggs, Champion</i> and <i>barely there</i>.</p>";
} else if (x == 5){
	document.getElementById("shopDetails").innerHTML = "<p><b>bali.com</b> </p>";
} else if (x == 6){
	document.getElementById("shopDetails").innerHTML = "<p><b>barelythere.com</b> </p>";
}
}

function noShopDetails(){
	document.getElementById("shopDetails").innerHTML = "";
}