민간기업 납품 · 시공실적

[부산] 정관 골든블루 본사 GIGA 광랜설치

부산네트워크사진 3

「주류전문 제조회사 골든블루 SK GIGA 광랜 설치」

술 좀 먹어본 사람은 다들 알고 있는 양주 브랜드 골든블루. 본사가 부산 정관에 있다는 사실을 알고 있는 사람은 많지 않다.

골든블루는 오랫동안 SK브로드밴드 전용선 및 전화를 사용하고 있다.

오늘 추가로 GIGA 광랜 1회선을 설치하였다.

상단에 보이는 장비가 SK GIGA 광랜 모뎀이다.

업로드 속도는 굿인데^^ 다운로드 속도가 문제다. 다시 살펴봐야 한다.

광파워메타로 광신호의 세기를 측정하는 장비이다.

<!-- /** * 이미지 테이블크기와 맞쳐 재조정 */ 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(); } //-->

이전 글[부산] 범일 보험판매점 기업인터넷전화설치다음 글[부산] 해운대 아이파크 차량번호인식시스템 설치공사

목록으로

1600-1064