<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// LEFT SIDEBAR FILE


var paypal		= "no"				// SHOW VIEW CART BUTTON
var paypalemail		= "paypal@your-web-domain.com"	// EDIT WITH YOUR PAYPAL E-MAIL

var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "yes"		// SHOW 2ND LINKED IMAGE




document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Designer Suit Levels<br>');


document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');





// Designer Suit Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="designer.htm">NEW Designer $199+</a><br>');


// Perfect Suit Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="perfect.htm">Perfect $345+</a><br>');


// Glamour Suit Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="glamour.htm">Glamour $499+</a><br>');

// Premiere Suit Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="premiere.htm">Premiere $799+</a><br>');

// Brilliance Suit Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="brilliance.htm">Brilliance $1100+</a><br>');

// Ultra Brilliance Suit Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="ultrabrilliance.htm">UltraBrilliance $1850+</a><br>');

// Couture Suit Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="couture.htm">Couture $2640+</a><br>');

// Couture Pro Suit Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="couturepro.htm">CouturePro $3500+</a><br>');



document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');








// START 1ST LINKED SIDEBAR IMAGE



// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="http://www.youtube.com/user/HSN#p/search/7/QP2tioD_hnQ" target="_blank">');
document.write('<img src="picts/horiz-thumbnail-jnlfitness.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
   }

// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="http://www.cbc.ca/dragonsden/" target="_blank">');
document.write('<img src="picts/horiz-thumbnail-dragons-den.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
   }
      


   // START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="http://www.meppublishers.com/online/caribbean-beat/current_issue/index.php?pid=1000&id=cb99-2-42" target="_blank">');
document.write('<img src="picts/horiz-thumbnail-caribbeat.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
   }



// START 2ND LINKED SIDEBAR IMAGE






document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->