function Gogeneralmusic(colour, type)
{
document.getElementById("generaldj").style.display = "none";
document.getElementById("generalsound").style.display = "none";
document.getElementById("generalreliability").style.display = "none";
document.getElementById("generalmusic").style.display = "block";
document.getElementById("togglemusic").style.display = "block";
document.getElementById("toggledj").style.display = "none";
document.getElementById("togglesound").style.display = "none";
document.getElementById("togglereliability").style.display = "none";

	if (window.XMLHttpRequest) {
		shippingliveSearchReq = new XMLHttpRequest();
	} else if (window.ActiveXObject) {
		shippingliveSearchReq = new ActiveXObject("Microsoft.XMLHTTP");
	}
	var thetime= "&thetime="+new Date().getTime();
	shippingliveSearchReq.open("GET","colourUpdate.cfm?colour="+colour+"&type="+type+thetime,false);
	shippingliveSearchReq.send(null);
	
	if (shippingliveSearchReq.readyState == 4) {
		var res = document.getElementById("linkblock");
		res.innerHTML = shippingliveSearchReq.responseText;
	}

}

function Gogeneraldj(colour, type)
{
document.getElementById("generalmusic").style.display = "none";
document.getElementById("generalsound").style.display = "none";
document.getElementById("generalreliability").style.display = "none";
document.getElementById("generaldj").style.display = "block";
document.getElementById("togglemusic").style.display = "none";
document.getElementById("toggledj").style.display = "block";
document.getElementById("togglesound").style.display = "none";
document.getElementById("togglereliability").style.display = "none";

	if (window.XMLHttpRequest) {
		shippingliveSearchReq = new XMLHttpRequest();
	} else if (window.ActiveXObject) {
		shippingliveSearchReq = new ActiveXObject("Microsoft.XMLHTTP");
	}
	var thetime= "&thetime="+new Date().getTime();
	shippingliveSearchReq.open("GET","colourUpdate.cfm?colour="+colour+"&type="+type+thetime,false);
	shippingliveSearchReq.send(null);
	
	if (shippingliveSearchReq.readyState == 4) {
		var res = document.getElementById("linkblock");
		res.innerHTML = shippingliveSearchReq.responseText;
	}
}

function Gogeneralsound(colour, type)
{
document.getElementById("generalmusic").style.display = "none";
document.getElementById("generaldj").style.display = "none";
document.getElementById("generalreliability").style.display = "none";
document.getElementById("generalsound").style.display = "block";
document.getElementById("togglemusic").style.display = "none";
document.getElementById("toggledj").style.display = "none";
document.getElementById("togglesound").style.display = "block";
document.getElementById("togglereliability").style.display = "none";

	if (window.XMLHttpRequest) {
		shippingliveSearchReq = new XMLHttpRequest();
	} else if (window.ActiveXObject) {
		shippingliveSearchReq = new ActiveXObject("Microsoft.XMLHTTP");
	}
	var thetime= "&thetime="+new Date().getTime();
	shippingliveSearchReq.open("GET","colourUpdate.cfm?colour="+colour+"&type="+type+thetime,false);
	shippingliveSearchReq.send(null);
	
	if (shippingliveSearchReq.readyState == 4) {
		var res = document.getElementById("linkblock");
		res.innerHTML = shippingliveSearchReq.responseText;
	}

}

function Gogeneralreliability(colour, type)
{
document.getElementById("generalmusic").style.display = "none";
document.getElementById("generaldj").style.display = "none";
document.getElementById("generalsound").style.display = "none";
document.getElementById("generalreliability").style.display = "block";
document.getElementById("togglemusic").style.display = "none";
document.getElementById("toggledj").style.display = "none";
document.getElementById("togglesound").style.display = "none";
document.getElementById("togglereliability").style.display = "block";

	if (window.XMLHttpRequest) {
		shippingliveSearchReq = new XMLHttpRequest();
	} else if (window.ActiveXObject) {
		shippingliveSearchReq = new ActiveXObject("Microsoft.XMLHTTP");
	}
	var thetime= "&thetime="+new Date().getTime();
	shippingliveSearchReq.open("GET","colourUpdate.cfm?colour="+colour+"&type="+type+thetime,false);
	shippingliveSearchReq.send(null);
	
	if (shippingliveSearchReq.readyState == 4) {
		var res = document.getElementById("linkblock");
		res.innerHTML = shippingliveSearchReq.responseText;
	}

}


function getaquote() {
	document.location.href='http://www.dnadiscos.co.uk/contact-quote.html';
}

function getbrochure() {
	document.location.href='http://www.dnadiscos.co.uk/contact-brochure.html';
}
