//---- Navigation Bar ----------
var Season = "";	// already in correct season directory
PageArray = new Array();
PageArray[0] = new Array("Home",		"2006 FALL/WINTER",			"Home.html");
PageArray[1] = new Array("Collection",	"2006 FALL/WINTER COLLECTION",	"Collection.html");
PageArray[2] = new Array("Press", 		"PRESS", 		"Press.html");
PageArray[3] = new Array("About Us", 	"ABOUT US",		"AboutUs.html");
PageArray[4] = new Array("Sales Reps",	"SALES REPS",	"Reps.html");
PageArray[5] = new Array("Stores", 		"STORES",		"Stores.html");

