//Åõ¸íPNG
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 ''; 
} 

//ÇÃ·¡½Ã È°¼ºÈ­
function swf(src,width,height){
    object = '';
    object += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="param" width="'+width+'" height="'+height+'">';
    object += '<param name="movie" value="'+src+'">';
    object += '<param name="wmode" value="transparent">';
    object += '<embed src="'+src+'" quality="high" wmode="transparent" menu="false" width="'+width+'" height="'+height+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
    object += '<\/object>';
    document.write(object);
}


//	+, - Å°¸¦ ÀÔ·ÂÇÏ¸é È­¸é È®´ë, Ãà¼Ò¸¦ ÇÑ´Ù.

var tgs = new Array( 'div','td','tr','a','h1','h2','h3','li','span','p','blockquote','legend','fieldset');
var tgs2 = new Array( 'div','td','tr','a');

var szs = new Array( '9','11','12','14','18','24','30');
var startSz = 2;

function ts( trgt,inc ) {
    if (!document.getElementById) return
    var d = document,cEl = null,sz = startSz,i,j,cTags;

    sz = parseInt(sz) + parseInt(inc);

    if ( sz < 0 ) sz = 0;
    if ( sz > 6 ) sz = 6;
    startSz = sz;

    if ( !( cEl = d.getElementById( trgt ) ) ) cEl = d.getElementsByTagName( trgt )[ 0 ];

    cEl.style.fontSize = szs[sz];

    for ( i = 0 ; i < tgs.length ; i++ ) {
        cTags = cEl.getElementsByTagName( tgs[ i ] );
//        for ( j = 0 ; j < cTags.length ; j++ ) cTags[ j ].style.fontSize = szs[ sz ];
        for ( j = 0 ; j < cTags.length ; j++ ){
			//k= cTags[ j ].style.fontSize;
			//cTags[ j ].style.fontSize = k + inc;
			cTags[ j ].style.fontSize = szs[ sz ]
		}
    }
}
function ts2( trgt2,inc ) {
    if (!document.getElementById) return
    var d = document,cEl = null,sz = startSz,i,j,cTags;

    sz = parseInt(sz) + parseInt(inc);

    if ( sz < 0 ) sz = 0;
    if ( sz > 6 ) sz = 6;
    startSz = sz;

    if ( !( cEl = d.getElementById( trgt2 ) ) ) cEl = d.getElementsByTagName( trgt2 )[ 0 ];

    cEl.style.fontSize = szs[sz];

    for ( i = 0 ; i < tgs.length ; i++ ) {
        cTags = cEl.getElementsByTagName( tgs[ i ] );
//        for ( j = 0 ; j < cTags.length ; j++ ) cTags[ j ].style.fontSize = szs[ sz ];
        for ( j = 0 ; j < cTags.length ; j++ ){
			//k= cTags[ j ].style.fontSize;
			//cTags[ j ].style.fontSize = k + inc;
			cTags[ j ].style.fontSize = szs[ sz ]
		}
    }
}
function ts3( trgt3,inc,frm ) {
    if (!document.getElementById) return
    var d = document.frames["content"].document,cEl = null,sz = startSz,i,j,cTags;

    sz = parseInt(sz) + parseInt(inc);

    if ( sz < 0 ) sz = 0;
    if ( sz > 6 ) sz = 6;
    startSz = sz;

    if ( !( cEl = d.getElementById( trgt3 ) ) ) cEl = d.getElementsByTagName( trgt3 )[ 0 ];

    cEl.style.fontSize = szs[sz];

    for ( i = 0 ; i < tgs.length ; i++ ) {
        cTags = cEl.getElementsByTagName( tgs[ i ] );
//        for ( j = 0 ; j < cTags.length ; j++ ) cTags[ j ].style.fontSize = szs[ sz ];
        for ( j = 0 ; j < cTags.length ; j++ ){
			//k= cTags[ j ].style.fontSize;
			//cTags[ j ].style.fontSize = k + inc;
			cTags[ j ].style.fontSize = szs[ sz ]
		}
    }
}

function print_it(page){
	var oWin = window.open("/inc/print.html?page="+page,"printWin","width=700,height=550, menubar=no, scrollbars=yes, resizable=no");
}
function print_it2(page){
	var oWin = window.open("/inc/print2.html?page="+page,"printWin","width=780,height=550, menubar=no, scrollbars=yes, resizable=no");
}
function print_it3(page){
	var oWin = window.open("/inc/print3.html?page="+page,"printWin","width=700,height=550, menubar=no, scrollbars=yes, resizable=no");
}
function print_it4(id,m,d){
	var oWin = window.open("/inc/print4.html?id="+id+"&m="+m+"&d="+d,"printWin","width=720,height=550, menubar=no, scrollbars=yes, resizable=no");
}