// JavaScript Document
function goFilterGallery(){

	makeID = document.getElementById("artSite").value

	modelID = document.getElementById("artCategory").value

	window.location = "stocks.asp?sid="+makeID+"&cid="+modelID

}

function goLocation(){
	window.location = "stocks.asp"	
}
