//Writes correct style sheet into page//NOTE: style_legacy.css is for ie4 and ns4 on a mac....all other browsers use style.cssvar stylesheet="style.css";if (navigator.platform.indexOf("Mac")!=-1){	if (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")	{		stylesheet="style_legacy.css";	}	else if (navigator.appName=="Microsoft Internet Explorer" && navigator.appVersion.indexOf("MSIE 4")!=-1)	{		stylesheet="style_legacy.css";	}}document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../includes/"+stylesheet+"\">");if (document.images) {                        i1 = new Image();                         i1.src = "../images/nav_bio_on.gif";                   i2 = new Image();                         i2.src = "../images/nav_music_on.gif";                   i3 = new Image();                         i3.src = "../images/nav_press_on.gif";                   i4 = new Image();                         i4.src = "../images/nav_email_on.gif";               i5 = new Image();                         i5.src = "images/nav_links_on.gif";} function roll(imgOne,rollImg) {        if (document.images) {                document [imgOne].src = rollImg;        }}//popUp Script//usage: (#, #, 'name', 'url')function popUpWindow (window_width, window_height, window_name, window_url){	var options="width="+window_width+",height="+window_height+"";	popupWin=window.open(window_url, window_name, options);}