var menu_link_url    = "http://etest.pearson.com"
var customer_map_url = "http://etest.pearson.com"

var help_url       = "https://www8.etest.pearson.com/help/v48/etest"
var staff_url      = "https://www8.etest.pearson.com/ems"
var staff_url_tp   = "https://www8.etest.pearson.com/ems/TXEOCTTRNG48"
var student_url    = "http://www7.etest.pearson.com/install_html/v411"
var state_url      = "/customers/Texas/eoct/TXEOCTTRNG"
var staff_url_demo = "https://www8.etest.pearson.com/ems/TXEOCTTRNG48"

//***************new testnav URL section
var test_nav_url   = "http://www7.etest.pearson.com"
//var test_nav_url   = "http://seven.ic.ncs.com"

function testNavLocation(subURL) {
		document.location.href = test_nav_url + subURL;
}
//**************end of new testnav section

function menuLink(subURL) {
	document.location.href = menu_link_url + subURL;
}

function customerMap(subURL) {
	document.location.href = customer_map_url + subURL;
}

function newLocation(subURL) {
		document.location.href = staff_url + subURL;
}
	
function newSLocation(subURL) {
		document.location.href = student_url + subURL;
}
	
function customerState(indexHtmFile) {
    document.location.href = state_url + indexHtmFile;
    alert("customerState=" + document.location.href );
}

function securityLinks(subURL) {
		document.location.href = staff_url_demo + subURL;
}
