
function goDetail(obj) {
	location.href = "service/" + obj.name + ".html"; 
}

function goContents(obj) {
	location.href = "service/" + obj.name + ".html"; 
}

function goBuy(obj) {
	location.href = "service/" + obj.name + ".html#contactform"; 
}

function goBuyDetail() {
	location.hash = "contactform";
}
