// JavaScript Document
function movetoMaterial(matid){
	window.location = "http://www.planitfurniture.co.uk/search.php?matID="+matid;
}
function movetoStyle(matid){
	window.location = "http://www.planitfurniture.co.uk/search.php?desCat="+matid;
}
function movetoVenue(matid){
	window.location = "http://www.planitfurniture.co.uk/search.php?venue="+matid;
}

function showQuoteText(){
	document.getElementById("basketText").style.display = "block";
	document.getElementById("basketparts").style.display = "none";
}
function hideQuoteText(){
	document.getElementById("basketText").style.display = "none";
	document.getElementById("basketparts").style.display = "block";
}
function gotoadvanced(){
  document.searchForm.submit();
}
