
var fileName = location.pathname;
//document.write(fileName);

var folderName = "Beauty";

var pageLinks = new Array(
	"/"+folderName+"/fashion_sea.htm",
	"/"+folderName+"/formaldress_sea.htm",
	"/"+folderName+"/whatfashion_sea.htm",
	"/"+folderName+"/fashionmyths_sea.htm",
	"/"+folderName+"/fashion_trick.htm",
	"/"+folderName+"/flatterfigure_sea.htm",
	"/"+folderName+"/looksexy_sea.htm",
	"/"+folderName+"/flauntlegs_sea.htm",
	"/"+folderName+"/shoppingdress_sea.htm",
	"/"+folderName+"/handbag_sea.htm",
	"/"+folderName+"/30_sea.htm",
	"/"+folderName+"/slim_sea.htm",
	"/"+folderName+"/dressingup_sea.htm",
	"/"+folderName+"/fbrgloss_sea.htm",
	"/"+folderName+"/salwarkameez_sea.htm",
	"/"+folderName+"/saree_sea.htm",
	"/"+folderName+"/jeans_sea.htm",
	"/"+folderName+"/camisole_sea.htm",
	"/"+folderName+"/dressing_sea.htm",
	"/"+folderName+"/flaws_sea.htm",
	"/"+folderName+"/personality_sea.htm",
	"/"+folderName+"/colourcode_sea.htm",
	"/"+folderName+"/lookgreat_sea.htm",
	"/"+folderName+"/accessories_sea.htm",
	"/"+folderName+"/perfume_sea.htm",
	"/"+folderName+"/zodiacfragrance_sea.htm",
"");
var pageTitles = new Array(
	"Fashion Advice ",
	"Must-have Formal Dresses ",
	"What's the latest on Fashion?",
	"Fashion Myths",
	"Fashion Trick",
	"Flatter Your Figure ",
	"10 Ways To Look sexy ",
	"Flaunt those Legs",
	"Shopping for a dress ",
	"Choosing the right handbag",
	"Dressing Up for the 30's",
	"Tips to Look Slim",
	"Dressing up",
	"Fabric &amp; Fashion Glossary",
	"Salwar Kameez",
	"Sarees",
	"Jeans: The Perfect Fit",
	"How to wear a camisole",
	"Understanding your dressing sense",
	"Fashion Flaws",
	"Colour &amp; Personality",
	"Colour Code",
	"Look Great With Colours",
	"Accessories",
	"Choosing the right Perfume",
	"Zodiac Fragrance",
"");

var linkStrings = "";
for (i=0; i<pageLinks.length-1; i++) {
	if (fileName == pageLinks[i]) {
		linkStrings += '<tr bgcolor="#642B4F" align="left" valign="top"><td height="2"><span class="pinklight"><font color="#FFFFFF"><img src="images/tick.gif" width="13" height="9" border="0">'+pageTitles[i]+'</font></span></td></tr>';
	} else {
		linkStrings += '<tr bgcolor="#642B4F" align="left" valign="top"><td class="yellowlight" height="2"><span class="pinklight"><font color="#FFFFFF" class="yellowlight"><a href="'+pageLinks[i]+'" class="yellowlight">'+pageTitles[i]+'</a></font></span></td></tr>';
	}
}

document.write(''+
	'<table width="135" border="0" cellspacing="0" cellpadding="0">'+
	'	<tr bgcolor="#FFCCCC" align="left" valign="top"><td>'+
	'		<table width="135" border="0" cellspacing="1" cellpadding="4">'+
	'			<tr bgcolor="#FFCCCC" align="center" valign="top"><td class="heading">Fashion &amp; You</td></tr>'+
	'			'+linkStrings+
	'		</table>'+
	'	</td></tr>'+
	'</table>'+
'');
