
//問い合わせ
function openCtc(){
	nWin = window.open('https://bestssl.jp/bs-adachi.co.jp/contact.asp','contact','toolbar=yes,location=no,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=650,height=650');
	nWin.focus();
}

//NVKEBhEŊJ
window.onload = function() {
var node_a = document.getElementsByTagName('a');
for (var i in node_a) {
if (node_a[i].className == 'newwin') {
node_a[i].onclick = function() {
window.open(this.href, '', '');
return false;
};
}
}
};