/*
 »ç¿ë¹ý
 
 ÀÎ¼âÇÒ ºÎºÐ¾Õ¿¡
 <!------------------// CMS CONTENT START //------------------>
 
 
 ÀÎ¼âÇÒ ºÎºÐ µÚ¿¡
 <!------------------// CMS CONTENT END //------------------>
 
 ¶ó°í ÁÖ¼®À» ÀÔ·ÂÇÕ´Ï´Ù.
 
 
 ÀÎ¼â¹öÆ°¿¡ ´ÙÀ½°ú °°ÀÌ ¸µÅ©¸¦ °É¸é ÁÖ¼®Ã³¸®µÈ ºÎºÐ¾ÈÀÇ ³»¿ë¸¸ »õÃ¢À¸·Î ¶ß°í ÀÎ¼âÇÒ ¼ö ÀÖ°Ô µË´Ï´Ù.
 <a href="#" onclick="printCenterArea()"><img src="print.gif" width="57" height="48" border="0"></a>
 
 
--------------------------------
 »õÃ¢¿¡¼­ »ç¿ëÇÏ´Â ÀÌ¹ÌÁö
 print_print.gif : ÀÎ¼â¹öÆ°
 print_close.gif : ´Ý±â¹öÆ°
*/ 

function printCenterArea(){


    pDoc = document.body.innerHTML;
    if(pDoc) {
        
        pDoc_start = pDoc.indexOf("PRINT CONTENT START"); //pDoc.indexOf("CMS CONTENT START");
        pDoc_end = pDoc.lastIndexOf("PRINT CONTENT END"); //pDoc.lastIndexOf("CMS CONTENT END");

        if(pDoc_start>0 && pDoc_end>0) pDoc_after = "<!--// " + pDoc.substring(pDoc_start, pDoc_end) + " CMS CONTENT END //-->";
        else pDoc_after = pDoc;

        var printWinId = window.open('','','width=800,height=600,top=50,left=370,scrollbars=yes');
        var strTmp = "";
        strTmp += "<html><head>";
        strTmp += "<title>¹Ì¸®º¸±â</title>\n";
        strTmp += "<LINK href=\"/css/home.css\" type=text/css rel=stylesheet>\n";     	
        strTmp += "<script language='javascript'>";
        strTmp += "function prints(){document.title='ÀÎ¼âÁß...'; print_tr.style.display='none';";
        strTmp += "factory.printing.header='';factory.printing.footer='';factory.printing.portrait=true;";
        strTmp += "factory.printing.leftMargin=20.0;factory.printing.topMargin=25.0;factory.printing.rightMargin=20.0;factory.printing.bottomMargin=20.0;";
        strTmp += "factory.printing.Print(false, window); print_tr.style.display=''; document.title='¹Ì¸®º¸±â'; }";
        strTmp += "</script>\n";          strTmp += "</head>";
		strTmp += "<body>\n";

     //   strTmp += "<table border=0 cellspacing=0 cellpadding=0 width=100%>";
	///	strTmp += "<tr><td align=center>\n\n";
        strTmp +=  pDoc_after;
    //    strTmp += "\n\n</td></tr>";
	//	strTmp += "</table>";

        strTmp += "<object id='factory' style='display:none' classid='clsid:1663ed61-23eb-11d2-b92f-008048fdd814' codebase='http://www.meadroid.com/scriptx/ScriptX.cab#Version=6,1,429,14'></object>\n";
        strTmp += "</body></html>";

        printWinId.document.open();
        printWinId.document.write(strTmp);
        printWinId.document.focus();
        printWinId.document.close();
		printWinId.print();
 // window.print();
    } else alert("ÆäÀÌÁö ³»¿ëÀ» ºÒ·¯¿À´Âµ¥ ¹®Á¦°¡ ¹ß»ýÇß½À´Ï´Ù.");
} 
/*Ä¿¹Â´ÏÆ¼  ÇÁ¸°ÅÍ ½ÇÇà */function printCenterCommArea(){    pDoc = document.body.innerHTML;    if(pDoc) {                pDoc_start = pDoc.indexOf("PRINT CONTENT START"); //pDoc.indexOf("CMS CONTENT START");        pDoc_end = pDoc.lastIndexOf("PRINT CONTENT END"); //pDoc.lastIndexOf("CMS CONTENT END");        if(pDoc_start>0 && pDoc_end>0) pDoc_after = "<!--// " + pDoc.substring(pDoc_start, pDoc_end) + " CMS CONTENT END //-->";        else pDoc_after = pDoc;        var printWinId = window.open('','','width=800,height=600,top=50,left=370,scrollbars=yes');        var strTmp = "";        strTmp += "<html><head>";        strTmp += "<title>¹Ì¸®º¸±â</title>\n";        //strTmp += "<LINK href=\"/css/consultCenter.css\" type=text/css rel=stylesheet>\n";       strTmp += "<LINK href=\"/css/board.css\" type=text/css rel=stylesheet>\n";		//strTmp += "<LINK href=\"/css/community.css\" type=text/css rel=stylesheet>\n";		//strTmp += "<LINK href=\"/css/info.css\" type=text/css rel=stylesheet>\n";		strTmp += "<LINK href=\"/css/base.css\" type=text/css rel=stylesheet>\n";			           strTmp += "<script language='javascript'>";        strTmp += "function prints(){document.title='ÀÎ¼âÁß...'; print_tr.style.display='none';";        strTmp += "factory.printing.header='';factory.printing.footer='';factory.printing.portrait=true;";        strTmp += "factory.printing.leftMargin=20.0;factory.printing.topMargin=25.0;factory.printing.rightMargin=20.0;factory.printing.bottomMargin=20.0;";        strTmp += "factory.printing.Print(false, window); print_tr.style.display=''; document.title='¹Ì¸®º¸±â'; }";        strTmp += "</script>\n";          strTmp += "</head>";		strTmp += "<body>\n";     //   strTmp += "<table border=0 cellspacing=0 cellpadding=0 width=100%>";	///	strTmp += "<tr><td align=center>\n\n";        strTmp +=  pDoc_after;    //    strTmp += "\n\n</td></tr>";	//	strTmp += "</table>";        strTmp += "<object id='factory' style='display:none' classid='clsid:1663ed61-23eb-11d2-b92f-008048fdd814' codebase='http://www.meadroid.com/scriptx/ScriptX.cab#Version=6,1,429,14'></object>\n";        strTmp += "</body></html>";        printWinId.document.open();        printWinId.document.write(strTmp);        printWinId.document.focus();        printWinId.document.close();		printWinId.print(); // window.print();    } else alert("ÆäÀÌÁö ³»¿ëÀ» ºÒ·¯¿À´Âµ¥ ¹®Á¦°¡ ¹ß»ýÇß½À´Ï´Ù.");} 




