function toggleMenu(objID) {
	if (!document.getElementById) return;
	var ob = document.getElementById(objID).style;
	ob.display = (ob.display == 'block')?'none': 'block';
}

function openSynchronizingProjects() {
	ewin=window.open('synchronizing_projects.html','','width=520,height=200,left=100,top=100,scrollbars=0,resizable=0,status=0,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); ewin.focus(); 
}

function openSPSAcademy() {
	ewin=window.open('http://www.spsacademy.net','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); ewin.focus(); 
} 

function openRelationshipManager() {
	ewin=window.open('http://spswint1.strategicprojectsolutions.net/relationshipmanager','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); ewin.focus(); 
} 

function openInvestmentCalculator() {
	ewin=window.open('http://www.spsts.net/investmentcalculator.html','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); ewin.focus(); 
}

function openDevelopments() {
	ewin=window.open('http://mysps.strategicprojectsolutions.com/PD/SpecDev/Lists/Speculative%20Development%20List/Pending%20Items.aspx','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); ewin.focus(); 
} 

function openSharePoint() {
	ewin=window.open('http://mysps.strategicprojectsolutions.com','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); ewin.focus(); 
} 

function openWebEx() {
	ewin=window.open('http://spsinc.webex.com','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); ewin.focus(); 
} 

function openExpenseReporter() {
	ewin=window.open('https://spswint1.strategicprojectsolutions.net/expenses','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); ewin.focus(); 
} 

function openServiceLevelTarget() {
	document.getElementById('details').src = '../service_level_target.html';
} 

function openSPSColorLogos() {
	document.getElementById('details').src = '../sps_knowledge/identity/spscolors.html';
}

function openSPSTemplates() {
	document.getElementById('details').src = '../sps_knowledge/identity/spstemplates.html';
}

function openPFLogos() {
	document.getElementById('details').src = '../sps_knowledge/identity/pflogos.html';
}

function openPFTemplates() {
	document.getElementById('details').src = '../sps_knowledge/identity/pftemplates.html';
}

function openFactoryPhysics() {
	document.getElementById('details').src = '../sps_knowledge/implementation_facilitator/factory_physics.html';
}

function openProposalGuidelines() {
	document.getElementById('details').src = '../sps_knowledge/processes/proposals.html';
}

function openImplementationAssessment() {
	document.getElementById('details').src = '../sps_knowledge/implementation_facilitator/assessment_form.html';
}


function openProductDevelopmentProcess() {
	document.getElementById('details').src = '../sps_knowledge/processes/product_development_process.html';
}

function openProductConfigurationProcess() {
	document.getElementById('details').src = '../sps_knowledge/processes/product_configuration_process.html';
}

function openClientDevelopmentProcess() {
	document.getElementById('details').src = '../sps_knowledge/processes/client_development_process.html';
}

function openMBTI() {
	document.getElementById('details').src = '../sps_knowledge/implementation_facilitator/mbti.html';
}

function openSixSigma() {
	document.getElementById('details').src = '../sps_knowledge/implementation_facilitator/six_sigma.html';
}

function openPhasesOfChange() {
	document.getElementById('details').src = '../sps_knowledge/implementation_facilitator/phases_of_change.html';
}

function openTeamFormation() {
	document.getElementById('details').src = '../sps_knowledge/implementation_facilitator/team_formation.html';
}

function openProcessMapping() {
	document.getElementById('details').src = '../sps_knowledge/implementation_facilitator/process_mapping.html';
}

function validateClient() {

	// Internal
	if ( document.getElementById('clientID').value.toUpperCase() == 'BETA' ) {
		StartProductionControlBeta();


	// West Coast
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'AERA' ) {
		StartProductionControlAera();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'ATLANTIC' ) {
		StartProductionControlAtlantic();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CIFE') {
		StartProductionControlCIFE();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CORNERCUBE') {
		StartProductionControlCornerCube();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CRI' ) {
		StartProductionControlCRI();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CT BRAYTON' ) {
		StartProductionControlCtBrayton();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'DEMO') {
		StartProductionControlDemo();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'DOW' ) {
		StartProductionControlDow();	
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'EXXONMOBIL' ) {
		StartProductionControlExxonMobil();	
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'FIATECH') {
		StartProductionControlLCI();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'HEPINSTALL' ) {
		StartProductionControlHepinstall();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'LOR AUS' ) {
		StartProductionControlLORAus();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'MARSYS') {
		StartProductionControlMarSys();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'PC') {
		StartProductionControlPC();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'RCA' ) {
		StartProductionControlBMW();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'RQ CONSTRUCTION' ) {
		StartProductionControlRQCON();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SPS') {
		StartProductionControlSPS();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SPSPA BETA' ) {
		StartProductionControlSPSPABeta();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'XOM' ) {
		StartProductionControlExxonMobil();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'GWF' ) {
		StartProductionControlGWF();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CITGO' ) {
		StartProductionControlCITGO();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'RAYTHEON' ) {
		StartProductionControlRAYTHEON();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SUTTER' ) {
		StartProductionControlSUTTER();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'KAISER' ) {
		StartProductionControlKAISER();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BOLLINGER' ) {
		StartProductionControlBOLLINGER();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'UCSF' ) {
		StartProductionControlUCSF();	        
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'DISNEY' ) {
		StartProductionControlDISNEY();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CPR' ) {
		StartProductionControlCPR();	
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BETTER PLACE' ) {
		StartProductionControlBETTERPLACE();	
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'GHAFARI' ) {
		StartProductionControlGHAFARI();	
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'EXPENSABLE' ) {
		StartProductionControlEXPENSABLE();	
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'ALTA BATES' ) {
		StartProductionControlALTABATES();	
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CALTRANS' ) {
		StartProductionControlCALTRANS();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SKANSKA USA' ) {
		StartProductionControlSKANSKAUSA();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'HESS' ) {
			StartProductionControlHESS();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'ABIGROUP' ) {
				StartProductionControlABIGROUP();


	


	// East Coast
	} else if ( document.getElementById('clientID').value.toUpperCase() == '@ONE' ) {
		StartProductionControlAWG();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BYRNE BROS' ) {
		StartProductionControlByrneBros();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'COSTAIN' ) {
		StartProductionControlCostain();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'DEMO UK') {
		StartProductionControlDemoUK();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'MAY GURNEY' ) {
		StartProductionControlMayGurney();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SCHOCKGUYAN' ) {
		StartProductionControlSCHOCKGUYAN();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'OSBORNE' ) {
		StartProductionControlOSBORNE();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'MBTECH' ) {
		StartProductionControlMBTECH();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BB' ) {
		StartProductionControlBB();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'HA' ) {
		StartProductionControlHA();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BAILEY RAIL' ) {
		StartProductionControlBAILEYRAIL();
        } else if ( document.getElementById('clientID').value.toUpperCase() == 'TESCO' ) {
		StartProductionControlTESCO();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BAA' ) {
			StartProductionControlBAA();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'DEMO DE' ) {
			StartProductionControlDemoDE();

    

	// Expired
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'ACCU-CRETE') {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BLUE SHIELD' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CAL') {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'FRU-CON') {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'GS') {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'GS2') {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'K2' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'IDC') {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'LEIGHTON' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'OCS' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SCANMOOR') {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SKANSKA') {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'TITAN' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BMW' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BMWC' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'FM' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'BOLDT' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CISCO' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'DOD' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CHM' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'GYM' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'IDC' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'LPC' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'MH' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'PCOSI' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'PPH' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SPSPA' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'TODDPACIFIC' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'LONDON 2012' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'EMCOR' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'LOR' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'SPSPMCE' ) {
		LicenseExpired();
	} else if ( document.getElementById('clientID').value.toUpperCase() == 'CLM' ) {
		LicenseExpired();
	} else {
		alert('Client "' + document.getElementById('clientID').value + '" not found.');
	}
}

// Internal Server

function StartProductionControlBeta()
{  window.open('http://spswint1.strategicprojectsolutions.net/beta/Default.aspx','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function LicenseExpired()
{ window.open('https://spswint1.strategicprojectsolutions.net/license-expired/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }


// West Coast

function StartProductionControlExxonMobil()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/exxonmobil/','','width=1000,height=650),left=0,top=0,scrollbars=1,resizable=1,statu=1,toolbar=0,location=0,directores=0,menubar=0,copyhistory=0'); }

function StartProductionControlMarSys()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/marsys/','','width=1000,height=650),left=0,top=0,scrollbars=1,resizable=1,statu=1,toolbar=0,location=0,directores=0,menubar=0,copyhistory=0'); }

function StartProductionControlAtlantic()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/atlantic/','','width=1000,height=650),left=0,top=0,scrollbars=1,resizable=1,statu=1,toolbar=0,location=0,directores=0,menubar=0,copyhistory=0'); }

function StartProductionControlCostain()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/costain/','','width=1000,height=650),left=0,top=0,scrollbars=1,resizable=1,statu=1,toolbar=0,location=0,directores=0,menubar=0,copyhistory=0'); }

function StartProductionControlSPSPABeta()
{  window.open('https://spswint1.strategicprojectsolutions.net/spspa-beta/','','width=1000,height=650),left=0,top=0,scrollbars=1,resizable=1,statu=1,toolbar=0,location=0,directores=0,menubar=0,copyhistory=0'); }

function StartProductionControlDow()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/dow/','','width=1000,height=650),left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlCRI()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/cri/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlLORAus()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/lor_aus/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlAera()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/aera/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlCtBrayton()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/ctbrayton/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlCIFE()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/cife/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlRQCON()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/rqcon/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlCornerCube()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/cornercube/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlDemo()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/demo/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlSPS()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/sps/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlPC()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/pc/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlHepinstall()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/hepinstall/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlGWF()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/gwf/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }
 
function StartProductionControlCITGO()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/citgo/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }
  
function StartProductionControlRAYTHEON()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/raytheon/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }
 
function StartProductionControlSUTTER()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/sutterhealth/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }
 
function StartProductionControlKAISER()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/kaiser/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlBOLLINGER()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/bollinger/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlUCSF()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/UCSF/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlDISNEY()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/DISNEY/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlCPR()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/cpr/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlBETTERPLACE()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/BETTERPLACE/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlGHAFARI()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/ghafari/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlEXPENSABLE()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/expensable/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlALTABATES()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/ALTABATES/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlCALTRANS()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/CALTRANS/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlSKANSKAUSA()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/SKANSKAUSA/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlHESS()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/HESS/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlABIGROUP()
{  window.open('https://spswclientweb1.strategicprojectsolutions.net/abigroup/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }





// East Coast

function StartProductionControlAWG()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/anglian/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlByrneBros()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/byrnebros/','','width=1000,height=650),left=0,top=0,scrollbars=1,resizable=1,statu=1,toolbar=0,location=0,directores=0,menubar=0,copyhistory=0'); }

function StartProductionControlCTRL()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/ctrl/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlDemoUK()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/demo-uk/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlMayGurney()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/maygurney/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlSCHOCKGUYAN()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/SCHOCKGUYAN/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlOSBORNE()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/osborne/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlMBTECH()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/mbtech/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlBB()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/balfourbeatty/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlHA()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/hauk/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlBAILEYRAIL()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/baileyrail/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlTESCO()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/tesco/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlBAA()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/baa_t5/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }

function StartProductionControlDemoDE()
{  window.open('https://spseclientweb1.strategicprojectsolutions.net/demo-de/','','width=1000,height=650,left=0,top=0,scrollbars=1,resizable=1,status=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0'); }



