function showQuickLinks() 
{ 
	// Switch off Highlight for the current heading
	document.getElementById('active').className = "";
	
	// Highlight the Quicklinks heading
	document.getElementById('quicklinks').className = "active";
	
	// Show the quick links
	document.getElementById('linkslist').style.display = 'block'; 
}

function showQuickLinks_News() 
{ 
	// Switch off Highlight for the current heading
	document.getElementById('active').style.color = "#000000";
	document.getElementById('active').style.backgroundColor = "#dae8f6";
	
	// Highlight the Quicklinks heading
	document.getElementById('quicklinks').className = "active";
	
	// Show the quick links
	document.getElementById('linkslist').style.display = 'block'; 
}

function DisplayDCM()
{
	var win = window.open("https://www.dcmnet2.co.uk/dcm/login.aspx", "win2", "resizable, scrollbars, statusbar, top=0, left=0,width=" + screen.availWidth.toString() + ",height=" + screen.availHeight.toString()); 
	win = null;
}

function DisplayDCMLite()
{
	var url = "https://www.dcmlite.co.uk/index.aspx";
	setTimeout(function(){ window.location = url; }, 0);
}

function DisplayCustomerReports()
{
	var url = "https://www.dcmnet2.co.uk/customerreports/";
	setTimeout(function(){ window.location = url; }, 0);
}
