function reference(type){
	
id_ref = document.getElementById('sscate').options[document.getElementById('sscate').selectedIndex].value	
	

	
window.location.href = "references.php?typ="+type+"&cate="+id_ref;
	
	
}
