function fncContact(key){
	switch(key){
		case "nonform":
				window.open('https://www.bos-net.co.jp/contact.php?actionType=0' , '_blank', 'width=780, height=600, status=no, menubar=no, toolbar=no, scrollbars=yes');
				return;
		case "normal":
				window.open('https://www.bos-net.co.jp/contact.php?actionType=1' , '_blank', 'width=780, height=600, status=no, menubar=no, toolbar=no, scrollbars=yes');
				return;
		default:
			break;
	}
}
