function openWin(URL){
	window.open(URL,'extra','toolbar=no,directories=no,height=700,width=750,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,left=-80,top=80');
}

function SpaceDown() {
	version=0
	if (navigator.appVersion.indexOf("MSIE")!=-1){
		temp=navigator.appVersion.split("MSIE")
		version=parseFloat(temp[1])
		if (version > 6) {
			document.write("<br><br><br><br><br><br><br><br><br><br>")
		}
	} else {
		document.write("<br><br><br><br><br><br><br><br><br><br>")
	}
}

function openVideo(URL){
	window.open(URL,'extra','toolbar=no,directories=no,height=300,width=350,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,left=-80,top=80');
}

function openWinWide(URL){
	window.open(URL,'extra','toolbar=no,directories=no,height=800,width=800,location=yes,menubar=no,resizable=yes,scrollbars=yes,status=no');
}

function openWinWidest(URL){
	window.open(URL,'extra','toolbar=no,directories=no,height=600,width=900,location=yes,menubar=no,resizable=yes,scrollbars=yes,status=no');
}

function DoLifeCycleSideNav(PageName){
	var i, iLink, Images = new Array (), href = new Array (), Caption = new Array (),
	Pages = new Array ("OVERVIEW", "AGENDA", "SPEAKERS", "TESTIMONIALS", 
			"DATES & FEES", "ACCOMMODATIONS", "DIRECTIONS", "SPONSORS");
		
	for (i=0; i < Pages.length; i++) {
		if (Pages[i] == PageName) {
			iLink = i;
			break;					
		}
	}

	Images[0] = ("MertonRobert.jpg\' alt=\'Robert Merton\'");
	Images[1] = ("SamuelsonPaul.jpg\' alt=\'Paul Samuelson\'");
	Images[2] = ("SalisburyDallas.jpg\' alt=\'Dallas Salisbury\'");
	Images[3] = ("TreussardJonathan.jpg\' alt=\'Jonathan Treussard\'");
	Images[4] = ("HoranStephen.jpg\' alt=\'Stephen Horan\'");
	Images[5] = ("RosengrenEric.jpg\' alt=\'Eric Rosengren\'");
	Images[6] = ("BodieZvi.jpg\' alt=\'Zvi Bodie\'");
	Images[7] = ("KesslerEmily.jpg\' alt=\'Emily Kessler\'");
	Images[8] = ("KotlikoffLawrence.jpg\' alt=\'Lawrence Kotlikoff\'");
	Images[9] = ("ReitanoRobert.jpg\' alt=\'Robert Reitano\'");
	Images[10] = ("Mantens.jpg\' alt=\'Robert Reitano\'");


	href[0] = ("/exec/elc/lifecycle/2006/merton.shtml");
	href[1] = ("/exec/elc/lifecycle/2006/Samuelson.shtml");
	href[2] = ("");
	href[3] = ("");
	href[4] = ("");
	href[5] = ("");
	href[6] = ("");
	href[7] = ("");
	href[8] = ("");
	href[9] = ("");

	i = Math.round(10*Math.random())

	if (i < 2)
		document.write("<a href=\"javascript:openWinWide(\'" + href[i] + "\')\">");

		document.write("<img border=0 align=center src=\'/exec/elc/lifecycle/images/" + Images[i] + " width=\'220\' height=\'220\'></a>");
		Caption[0] = ("Robert Merton<br> Alfred Nobel Memorial Prize in Economic Sciences Laureate</a>");
		Caption[1] = ("Paul Samuelson<br> Alfred Nobel Memorial Prize in Economic Sciences Laureate</a>");
		Caption[2] = ("Dallas Salisbury<br> President & Chief Executive Officer, Employee Benefit Research Institute</a>");
		Caption[3] = ("Jonathan Treussard<br> Lecturer, Boston University School of Management</a>");
		Caption[4] = ("Stephen Horan, CFA<br> Head, Private Wealth and Investor Education, CFA Institute</a>");
		Caption[5] = ("Eric Rosengren<br> President & Chief Executive Officer, Federal Reserve Bank of Boston</a>");
		Caption[6] = ("Zvi Bodie<br> Norman and Adele Barron Professor of Management, Boston University School of Management</a>");
		Caption[7] = ("Emily Kessler<br> Managing Director, Society of Actuaries</a>");
		Caption[8] = ("Lawrence Kotlikoff<br> Professor of Economics, Boston University School of Management</a>");
		Caption[9] = ("Robert R. Reitano<br> PhD, FSA, CERA, MAAA<br> Professor of the Practice in Finance, International Business School, Brandeis University</a>");
		Caption[10] = ("Erwin W. Martens<br> Chief Risk Officer, TIAA-CREF</a>");

		if (i < 2)
			document.write("<br><li style=\'line-height:1.5em\'><a href=\"javascript:openWinWide(\'" + href[i] + "\')\">"
			 + Caption[i] + "</li>");
		else
			document.write("<br><li style=\'line-height:1.5em\'>" + Caption[i] + "</li>");

		var Links = new Array(
			"index.shtml\">OVERVIEW",
			"agenda.shtml\">CONFERENCE CONTENT",
			"speakers.shtml\">SPEAKER BIOS",
			"testimonials.shtml\">TESTIMONIALS",
			"DatesAndFees.shtml\">DATES & FEES",
			"accommodations.shtml\">ACCOMMODATIONS",
			"directions.shtml\">DIRECTIONS",
			"sponsors.shtml\">SPONSORS"
		);
	
		document.write("<li><a href=\"javascript:openWin(\'http://smg.bu.edu/LifeCycle/Signup.aspx\')\">REGISTER</a></li>");

		for (i=0; i < Pages.length; i++) {
			if (i != iLink)
				document.write("<li><a href=\"/exec/elc/lifecycle/2008/" + Links[i] + "</a></li>")
			else
				document.write("<li class=\"Selected\">" + 
					Links[i].substr(Links[i].indexOf('>')+1) + "</li>");
			if (Pages[i] == "SPEAKERS") {
				if (PageName == "PARTICIPANTS")
					document.write("<li class=\"Selected\">PARTICIPANTS</li>");
				else
					document.write("<li><a href=\"http://smg.bu.edu/lifecycle/clientlist.aspx\">PARTICIPANTS</a></li>");
			}
		}
	}
