// Begin

// NOTE: If you use a ' add a slash before it like this \'


var flashcolor		= "FFFFFF"		// FLASH BACKGROUND COLOR
var headerheight	= "70"			// HEADER height (IN PIXELS)



// YOU DO NOT NEED TO EDIT BELOW THIS LINE


document.write('<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><tr>');

// START FLASH LOGO HEADER

document.write('<td width="40%" align="left" height="'+headerheight+'" bgcolor="#'+flashcolor+'">');
document.write('<a href="index.html"><img src="/picts/shanton-logo.gif" border="0" width="250"/></a><br />');
document.write('</td>');


// START HEADER SPACE
document.write('<td width="17%">');
document.write('&nbsp;');
document.write('</td>');


// START HEADER MENU
var menuside		= "center"	// MENU SIDE | left | right | center

document.write('<td nowrap align="'+menuside+'">');
document.write('<a href="index.html" class="headermenu">HOME</a>');
document.write('</td>');

document.write('<td nowrap align="'+menuside+'">');
document.write('<a href="about_us.html" class="headermenu">ABOUT US</a>');
document.write('</td>');

document.write('<td nowrap align="'+menuside+'">');
document.write('<a href="careers.html" class="headermenu">CAREERS</a>');
document.write('</td>');

document.write('<td nowrap align="'+menuside+'">');
document.write('<a href="contact_us.html" class="headermenu">CONTACT US</a>');

document.write('</td></tr></table>');


// START MENU
var menuside		= "center"	// MENU SIDE | left | right | center

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+menuside+'"tr>');

document.write('<td width="19%" nowrap>');
if(page == "HM") {
	document.write("<a href='#' class='menuon'>HOME</a>");
} else {
document.write('<a href="index.html" class="menu">HOME</a>');
}

document.write('<td width="0.5%">');
document.write('&nbsp;');

document.write('</td><td width="19%" nowrap>');
if(page == "PM") {
	document.write("<a href='#' class='menuon'>PROMOTIONS</a>");
} else {
	document.write('<a href="promotions.html" class="menu">PROMOTIONS</a>');
}

document.write('<td width="0.5%">');
document.write('&nbsp;');

document.write('</td><td width="19%" nowrap>');
if(page == "TL") {
	document.write("<a href='#' class='menuon'>GET THE LOOK</a>");
} else {
document.write('<a href="thelook.html" class="menu">GET THE LOOK</a>');
}

document.write('<td width="0.5%">');
document.write('&nbsp;');

document.write('</td><td width="19%" nowrap>');
if(page == 'LB') {
	document.write("<a href='#' class='menuon'>LABELS</a>");
} else {
	document.write('<a href="labels.html" class="menu">LABELS</a>');
}

document.write('<td width="0.5%">');
document.write('&nbsp;');

document.write('</td><td width="19%" nowrap>');
if(page == "FD") {
	document.write("<a href='#' class='menuon'>FIND US</a>");
} else {
document.write('<a href="find_us.html" class="menu">FIND US</a>');
}

document.write('</td></tr></table>');


// START SPACE

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('<tr height="3%">');
document.write('&nbsp;');
document.write('</tr>');


// START ANNOUNCEMENT BAR 

document.write('<td align="center">');
document.write('<a href="/auth/"><img src="/picts/signup_bar.jpg" alt="Register for special previews & alerts" height="43" border="0" align="absmiddle"/></a><br>');
document.write('</td></table>');

//  End
