function CustomWin(mypage, myname, w, h,tool,stat,menu,scroll,resize,addressbar) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',toolbar='+tool+',status='+stat+',menubar='+menu+',scrollbars='+scroll+',resizable='+resize+',location='+addressbar+''
	win = window.open(mypage, myname, winprops)
	}
	
	function NewWindow(mypage, myname, w, h, scroll) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',toolbar=yes,status,menubar,scrollbars='+scroll+',resizable'
	win = window.open(mypage, myname, winprops)
	//if (parseInt(navigator.appVersion) >= 4) { win.focus(); }
	}	
	
	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// this function highlights the box on the left of segment headers with the appropriate color

function highlight(hiliteBox, state) {

	if (state=="on")

	{

		document.getElementById(hiliteBox).style.backgroundColor = "#D44343";

	}

	else

	{

		document.getElementById(hiliteBox).style.backgroundColor = "#E4E5D7";

	}

	return false;

}



// Right navigation menu reveal function



if (document.getElementById) {

	document.write('<style type="text/css">\n')

	document.write('.rightnav_submenu{display: none;}\n')

	document.write('</style>\n')

}



function SwitchMenu(obj){

	if(document.getElementById){

	var el = document.getElementById(obj);

	var ar = document.getElementById("masterdiv").getElementsByTagName("span");

		if(el.style.display != "block"){

			for (var i=0; i<ar.length; i++){

				if (ar[i].className = "rightnav_submenu")

				ar[i].style.display = "none";

			}

			el.style.display = "block";

		}else{

			el.style.display = "none";

		}

	}

}



//-->



function productload(product)
{
	if (product=="0")
	 	 window.location = "../instructors/onepass.html";
	if (product=="1")
		 window.location = "../instructors/audience_response.html";
	if (product=="2")
	 	 window.location = "../instructors/infotrac.html";	
	if (product=="3") 
		window.location = "../instructors/thomsonnow.html";
	if (product=="8") 
		window.location = "../instructors/thomsonnow_bb.html";
	if (product=="9") 
		window.location = "../instructors/thomsonnow_wct.html";
	if (product=="4")
		window.location = "../instructors/webtutorBB.html";
	if (product=="5")
		 window.location = "../instructors/webtutorCT.html";
	if (product=="6")
		 window.location = "../instructors/writenote.html";
	if (product=="7")
	 	window.alert("Select a Product");
		
	return false;
}

function disciplineload(discipline)
{
	if (discipline=="0")
		window.alert("Select a Discipline");
	if (discipline=="1")
		window.location = "../instructors/accounting.html";
	if (discipline=="2")
		window.location = "../instructors/anthropology.html";
	if (discipline=="3")
		window.location = "../instructors/art_humanities.html";
	if (discipline=="4")
		window.location = "../instructors/astronomy.html";
	if (discipline=="5")	
		window.location = "../instructors/biology_life_science.html";
	if (discipline=="6")
		window.location = "../instructors/business_communication.html";
	if (discipline=="7")
		window.location = "../instructors/business_law.html";
	if (discipline=="8")
		window.location = "../instructors/chemistry.html";
	if (discipline=="9")
		window.location = "../instructors/college_success.html";
	if (discipline=="10")
		window.location = "../instructors/communication_studies.html";
	if (discipline=="11")
		window.location = "../instructors/counseling_helping.html";
	if (discipline=="12")
		window.location = "../instructors/criminal_justice.html";
	if (discipline=="13")
		window.location = "../instructors/earth_science.html";
	if (discipline=="14")
		window.location = "../instructors/economics.html";
	if (discipline=="15")
		window.location = "../instructors/education.html";
	if (discipline=="16")
		window.location = "../instructors/english.html";
	if (discipline=="17")
		window.location = "../instructors/environmental_science.html";
	if (discipline=="18")
		window.location = "../instructors/finance.html";
	if (discipline=="19")
		window.location = "../instructors/general_business.html";
	if (discipline=="20")
		window.location = "../instructors/geology.html";
	if (discipline=="21")
		window.location = "../instructors/history.html";
	if (discipline=="22")
		window.location = "../instructors/health_nutrition.html";
	if (discipline=="23")
		window.location = "../instructors/management.html";
	if (discipline=="24")
		window.location = "../instructors/marketing.html";
	if (discipline=="25")
		window.location = "../instructors/mathematics.html";
	if (discipline=="26")
		window.location = "../instructors/music.html";
	if (discipline=="27")
		window.location = "../instructors/oceanography.html";
	if (discipline=="28")
		window.location = "../instructors/office_technology.html";
	if (discipline=="29")
		window.location = "../instructors/philosophy.html";
	if (discipline=="30")
		window.location = "../instructors/physics.html";
	if (discipline=="31")
		window.location = "../instructors/political_science.html";
	if (discipline=="32")
		window.location = "../instructors/psychology.html";
	if (discipline=="33")
		window.location = "../instructors/sociology.html";
	if (discipline=="34")
		window.location = "../instructors/statistics.html";
	if (discipline=="35")
		window.location = "../instructors/tax.html";
	if (discipline=="36")
		window.location = "../instructors/world_languages.html";
	if (discipline=="37")
		window.location = "../instructors/business_statistics.html";
	if (discipline=="38")
		window.location = "../instructors/decision_sciences.html";
	if (discipline=="39")
		window.location = "../instructors/nutrition.html";
	if (discipline=="40")
		window.location = "../instructors/social_work.html";
	return false;
}
