[부산] 범일 보험판매점 기업인터넷전화설치
「보험회사 영업에는 인터넷전화가 필수 아이템」
< SK브로드밴드에서 보험회사 전화를 위해 정액요금제 출시- 통화내용녹음서비스제공 >
SK브로드밴드에서 정액회선요금제를 출시하였다. 특히 보험회사와 같이 통화량이 많은 회사에 유리한 정액 요금제는 최대 1년간 통화 내용을 녹음할 수 있는 서비스를 제공한다.
정액녹취1년형 요금제는 기본 요금 21,000원에 무료 통화 160분이 주어지며, 통화 내용을 1년 간 SK브로드밴드 서버에 저장하여 주는 요금제로 TM업체에 인기가 많은 요금제이다.
【 일반번호필요시 꼭마음에 드는 골드번호제공, 고급키폰전화기무료, 네트워크공사무료】
보험회사는 전화 통화량이 많아 정액요금제를 사용하면 통신비를 절약할 수 있다.
기업인터넷전화를 설치하는 고객은 무료 내선 공사를 지원하는 자체 프로모션을 진행 중이다.
모임스톤 IP390 HD모델.
<!-- /** * 이미지 테이블크기와 맞쳐 재조정 */ function resizeImage() { var img_max_width = 615; var use_origin_img = 'Y'; if(use_origin_img == 'N') { return; }
var imgObj = document.getElementById("post_area").getElementsByTagName("img"); var osrc; for (i = 0; i ");
pNode.insertBefore(imgContainer, imgObj[i]); imgContainer.appendChild(imgObj[i]); osrc = imgObj[i].src;*/ if(imgObj[i].width > img_max_width) {
imgObj[i].style['width'] = img_max_width; imgObj[i].style['height'] = 'auto'; }
if( imgObj[i].parentNode.tagName != "A" ) { imgObj[i].style.cursor = "pointer";
imgObj[i].onclick = function(){ showPicture(this); } }
/*imgContainer.style.marginBottom = "0px"; imgObj[i].style.cursor = "pointer"; // declare onclick event
if( imgObj[i].parentNode.tagName == "div" ) {
if( imgObj[i].parentNode.parentNode.tagName == "A" ) { imgObj[i].onclick = function() {
if( this.parentNode.parentNode.target != "_blank" ){
location.href = this.parentNode.parentNode.href; } }; } else{
imgObj[i].onclick = function(){ showPicture(this); } } }
else if( imgObj[i].parentNode.tagName != "A" ) {
imgObj[i].onclick = function(){ showPicture(this); } }*/ }
document.getElementById("post_area").style.visibility = "visible"; } /** * 팝업 이미지 */ function showPicture(obj) { var imgObj = new Image(); imgObj.src = obj.src;
var wopt = "scrollbars=yes,status=no,resizable=no"; wopt += ",width=" + imgObj.width; wopt += ",height=" + imgObj.height; var wbody = " "; wbody += "function finalResize(){"; wbody += " var oBody=document.body;";
wbody += " var oImg=document.images[0];";
wbody += " var xdiff=oImg.width-oBody.clientWidth;";
wbody += " var ydiff=oImg.height-oBody.clientHeight-20;";
wbody += " window.resizeBy(xdiff,ydiff);"; wbody += "}"; wbody += " "; wbody += " "; wbody += " "; wbody += " ";
winResult = window.open("about:blank","",wopt);
winResult.document.open("text/html", "replace"); winResult.document.write(wbody); winResult.document.close(); return; } /** * 함수 실행 */ window.onload = function() { resizeImage(); } //-->