function globalNavi_active(id) {
	var target_a = "a#"+id;
	$(target_a).addClass("act");
}

function ro() {
	$("a.sheet").hover(function () {$("a.sheet").css("color","#f90");},function () {$("a.sheet").css("color","#666");});
	$("a.coil").hover(function () {$("a.coil").css("color","#f90");},function () {$("a.coil").css("color","#666");});
	$("a.pape").hover(function () {$("a.pape").css("color","#f90");},function () {$("a.pape").css("color","#666");});
}

function openInquiry() {
	if (location.hostname.match(/local/)) {
		var inq = 'http://' + location.hostname + '/hk/ex/inquiry.html';
	}
	else if (location.hostname.match(/work.office-arte.net/)) {
		var inq = 'http://' + location.hostname + '/120206hkk/ex/inquiry.html';
	}
	else {
		var inq = 'http://hk.satya.biz/ex/inquiry.html';
	}
	window.open(inq,'','width=800,height=700,scrollbars=yes,resizable=yes,status=yes');
}
