var totalMenus = 7;

var menu1 = 6;
  menu1_1=new Array("Overview","/about/");
	menu1_2=new Array("About DanceSport","/about/ds.php");
	menu1_3=new Array("Mission","/about/mission.php");
	menu1_4=new Array("Goals","/about/goals.php");
	menu1_5=new Array("Board","/about/board.php");
	menu1_6=new Array("Coaching","/about/coaching.php");
	
var menu2 = 7;
	menu2_1=new Array("Overview","/team/");
	menu2_2=new Array("Goals","/team/goals.php");
	menu2_3=new Array("Roster","/team/roster.php");
	menu2_4=new Array("What to Wear","/team/dress.php");
	menu2_5=new Array("Practice","/team/practice.php");
	menu2_6=new Array("Coaching","/team/coaching.php");
	menu2_7=new Array("Seminars","/team/seminars.php");
	
var menu3 = 5;
	menu3_1=new Array("Overview","/schedule/");
	menu3_2=new Array("Practice","/schedule/cal_cat.php?op=cat&id=2&catview=0");
	menu3_3=new Array("Lessons","/schedule/cal_cat.php?op=cat&id=3&catview=0");
	menu3_4=new Array("Events","/schedule/cal_cat.php?op=cat&id=5&catview=0");
    menu3_5=new Array("Seminars","/schedule/cal_cat.php?op=cat&id=4&catview=0"); 
	
var menu4 = 5;
	menu4_1=new Array("Overview","/news/");
	menu4_2=new Array("Announcements","/news/index.php?nt=Announcements");
	menu4_3=new Array("Team","/news/index.php?nt=Team");
	menu4_4=new Array("College","/news/index.php?nt=College");
	menu4_5=new Array("DanceSport","/news/index.php?nt=DanceSport");
	
var menu5 = 5;
	menu5_1=new Array("Overview","/media/");
	menu5_2=new Array("Gallery","/gallery");
	menu5_3=new Array("Org. Documents","/media/index.php?mt=Organization");
	menu5_4=new Array("Routines","/media/index.php?mt=Routines");
	menu5_5=new Array("Notes","/media/index.php?mt=Notes");

var menu6 = 8;
	menu6_1=new Array("Overview","/links/");
	menu6_2=new Array("General","/links/index.php?lt=General");
	menu6_3=new Array("Shopping","/links/index.php?lt=Shopping");
	menu6_4=new Array("News","/links/index.php?lt=News");
	menu6_5=new Array("Studio","/links/index.php?lt=Studio");
	menu6_6=new Array("Teams","/links/index.php?lt=Teams");
	menu6_7=new Array("Clubs","/links/index.php?lt=Clubs");
	menu6_8=new Array("Competitions","/links/index.php?lt=Comps");



	
var menu7 = 2;
	menu7_1=new Array("Directory","/contact/directory.php");
	menu7_2=new Array("Contact Us","/contact/form.php");

	

w = window.innerWidth;
if (window.innerWidth == null) var w = document.body.clientWidth + 9;
if (w > 800) var width = ((w-800)/2);
else width = 0;
var m1 = width + 367;
var m2 = width + 428;
var m3 = width + 484;
var m4 = width + 564;
var m5 = width + 622;
var m6 = width + 684;
var m7 = width + 739;

var styles = "<STYLE TYPE=text/css><!--";
for (i = 1; i <= 7; i++){
	layer = eval("m"+i);
	if ((layer + 125) > w && width > 0){ 
	layer = 700 + width;
	}
	styles += "#menu" + i + " {left:"+ layer + "px}";
}
styles += "//-->";
styles += "</STYLE>";

document.write(styles);

var loc=String(this.location);
loc=loc.split("/");
//alert(loc[3])
switch (loc[3]){
	case "about":
		break;
	case "team":
		s.src = s1.src;
		iC('s',1);
		break;
	case "schedule":
		t.src = t1.src;
		iC('t',1);
		break;
	case "news":
		d.src = d1.src;
		iC('d',1);
		break;
	case "media":
		r.src = r1.src;
		iC('r',1);
		break;
	case "links":
		k.src = k1.src;
		iC('k',1);
		break;
	
}	
