﻿

function iePass(idx) {
    document.write(document.getElementById(idx).value);
}

function Openbill() {
    window.open("http://bill.space.co.kr/mypage/mycash_main.asp", "_blank", "width=765,height=590,resizable=0,scrollbars=0");
}
// JavaScript Document

//PNG IE6.0 Script
function setPng24(obj) {
    obj.width = obj.height = 1;
    obj.className = obj.className.replace(/\bpng24\b/i, '');
    obj.style.filter =
        "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + obj.src + "',sizingMethod='image');"
    obj.src = '';
    return '';
}