/** ¿ìÆí¹øÈ£ Ã£±â **/
function zip_search () { window.open('../member/find_zipcode.asp','search','resizable=yes,scrollbars=yes, width=450,height=300'); }
/** ¿î¼ÛÀå¿ë ¿ìÆí¹øÈ£ Ã£±â **/
function zsearch () { document.IShip.dest_address.focus(); window.open('../input/find_zip.asp','search','resizable=yes,scrollbars=yes, width=450,height=300'); }
/** »õÃ¢ ¶ç¿ì±â **/
function MM_openwindow(theURL,winName,features) { window.open(theURL,winName,features); }
/** Ã¢ ´Ý±â **/
function MM_close(){ window.close(); }
				
function transimg(place,WhichPhoto) { 
		imgg.src=place; 
		WP=WhichPhoto;
}				

/** ´Þ·Â ¶ç¿ì±â **/
var target;
function MiniCal(jucke) {
        target=jucke
        x = (document.layers) ? loc.pageX : event.clientX;
        y = (document.layers) ? loc.pageY : event.clientY;
        minical.style.pixelTop     = y+document.body.scrollTop;
        minical.style.pixelLeft    = x-0;
        minical.style.display = (minical.style.display == "block") ? "none" : "block";
        Show_cal(0,0,0)
}
var stime
function doOver() {
        var el = window.event.srcElement;
        cal_Day = el.title;
        if (cal_Day.length > 7) {
                el.style.borderTopColor = el.style.borderLeftColor = "buttonhighlight";
                el.style.borderRightColor = el.style.borderBottomColor = "buttonshadow";
        }
        window.clearTimeout(stime);
}
function doClick() {
        cal_Day = window.event.srcElement.title;
        window.event.srcElement.style.borderColor = "red";
        if (cal_Day.length > 7) {
                target.value=cal_Day
        }
}
function doOut() {
        var el = window.event.fromElement;
        cal_Day = el.title;
        if (cal_Day.length > 7) {
                el.style.borderColor = "white";
        }
        stime=window.setTimeout("minical.style.display='none';", 200);
}
