/*
 * 1. È­ÀÏ¸í     :    print.js
 * 2. ÀÛ¼ºÀÏÀÚ   :    2004-09-06
 * 3. ÀÛ¼ºÀÚ     :    ¹Ú°æ¾Ö
 * 4. ¼³¸í       :     ÀÎ¼â °ü·Ã ÇÔ¼ö¸¦ °¡Áö°í ÀÖ´Â È­ÀÏ.
 * 5. º¯°æÀÌ·Â 
 *    1) 2004-09-06 / ¹Ú°æ¾Ö / ÃÖÃÊ ÀÛ¼º
 *    2) 2005-08-09 / ±è¿ë±¹ / IEPageSetupX ÄÁÆ®·ÑÀ» »ç¿ëÇÏ¿© ÀÎ¼âÇÏµµ·Ï ¼öÁ¤
 *    3) 2006-02-10 / ±è¿ë±¹ / ±â°ü±¸ºÐÀÌ ±³À°±â°ü(40), ³ëµ¿ºÎ(51) ÀÌ¸é ÀÎ¼â°¡ ºÒ°¡´ÉÇÏµµ·Ï ¼öÁ¤
 */

/*
 * <pre>
 *  ÀÎ¼â Ä¿¸Çµå ½ÇÇàÇÏ¿© hidden frame °¡Á®¿À´Â  ¸Þ¼Òµå
 *
 * 1. ¼³ ¸í
 *    
 * 2. Æ¯ÀÌ»çÇ×
 *    Áö¿ø´ë»ó ºê¶ó¿ìÀú°¡ ¾Æ´Ñ°æ¿ì »õÃ¢ÀÌ ½ÇÇàµÈ´Ù 
 * 
 * <b>Parameters</b>
 *   command - ÀÎ¼â½ÇÇà¿ë Ä¿¸Çµå 
 *   type - ÀÎ¼â½ÇÇà¿ë type
 * 
 * </pre>
 */


function printDoc(command, type) 
{
    if (document.printForm.org_gb != null) {
    	var org_gb = document.printForm.org_gb.value;
    	if(org_gb == '40' || org_gb == '51')
    	{
    		alert('±ÇÇÑÀÌ ¾ø½À´Ï´Ù');
    		return;
    	}
    }
	
	var pr = (window.print) ? 1 : 0


if (pr)
{
	  	document.printForm.cmd.value = command;
		if (type == null || type == "")
		{
			type = "verify";
		}
		document.printForm.type.value =type;		


	if (window.print && window.frames && window.frames.hiddenIframe)
	{
		document.printForm.submit();
	}
	else
	{
		if (confirm('ÀÌ ºê¶ó¿ìÀú·Î ¼±ÅÃÇÑ ¹®¼­¸¦ ÀÎ¼âÇÏ·Á¸é »õ·Î¿î Ã¢À» ¶ç¿ö¾ß ÇÕ´Ï´Ù °è¼ÓÇÏ½Ã°Ú½À´Ï±î?'))
		{
			document.printForm.target.value="_blank";
			document.printForm.submit();    
		}
  }
  }
  else
	{
	alert("ÁË¼ÛÇÕ´Ï´Ù. ÀÌ ºê¶ó¿ìÀú´Â ÀÌ ±â´ÉÀ» Áö¿øÇÏÁö ¾Ê½À´Ï´Ù!");
	return false;
  }
 }
/*
 * <pre>
 *   Ãâ·ÂÀ» ¼öÇàÇÏ´Â   ¸Þ¼Òµå
 *
 * 1. ¼³ ¸í
 *    
 * 2. Æ¯ÀÌ»çÇ×
 * 
 * <b>Parameters</b>
 *   objFrame - ÀÎ¼âÇÒ ¹®¼­³»¿ëÀÌ ÀÖ´Â frame ¸í
 * 
 * 
 * </pre>
 */

function printFrame (objFrame)
	{
	//alert("hi");
	//	alert(objFrame );
	if (objFrame != null) 
	{
    	objFrame.focus();

		if(!IEPageSetupX.object)
		{
			alert('¸¸¾à ÁÖ¼ÒÇ¥½ÃÁÙ ¹Ø¿¡\n\n[ÀÌ »çÀÌÆ®¿¡¼­ \'ATMACS Corp.\'¿¡¼­ ¹èÆ÷ÇÑ \'IE ÀÎ¼â ÆäÀÌÁö ¼³Á¤ ÄÁÆ®·Ñ\' Active ÄÁÆ®·ÑÀ» ÇÊ¿ä·ÎÇÕ´Ï´Ù.]\n\n¶ó´Â ¸Þ¼¼Áö°¡ ³ª¿À¸é ±× ºÎºÐÀ» Å¬¸¯ÇÏ½Å ÈÄ [ActiveX ÄÁÆ®·Ñ ¼³Ä¡]¸¦ ´­·¯¼­ ¼³Ä¡¸¦ ¿Ï·áÇÏ¿© ÁÖ½Ã±â ¹Ù¶ø´Ï´Ù');
			return;
		}

		IEPageSetupX.Orientation=1;
	    IEPageSetupX.header="";
	    IEPageSetupX.footer="";
	    IEPageSetupX.bottomMargin=0.23700 * 25.40;
	    IEPageSetupX.leftMargin=0;
	    IEPageSetupX.rightMargin=0.33460 * 25.40;
	    IEPageSetupX.topMargin=0.11800 * 25.40;
	    IEPageSetupX.PrintBackground=true;

	    objFrame.print();
	}
	else
	{
    window.print();
	}
}

/*
 * <pre>
 *   Ãâ·ÂÀ» ¼öÇàÇÏ´Â   ¸Þ¼Òµå
 *
 * 1. ¼³ ¸í
 *    
 * 2. Æ¯ÀÌ»çÇ×
 * 
 * <b>Parameters</b>
 *   objFrame - ÀÎ¼âÇÒ ¹®¼­³»¿ëÀÌ ÀÖ´Â frame ¸í
 * 
 * 
 * </pre>
 */

function printFrameEx (objFrame)
	{
	//alert("hi");
	//	alert(objFrame );
	if (objFrame != null) 
	{
    	objFrame.focus();

		if(!IEPageSetupX.object)
		{
			alert('IE ÀÎ¼â ÆäÀÌÁö ¼³Á¤ ÄÁÆ®·ÑÀÌ ¼³Ä¡µÇÁö ¾Ê¾Æ ÀÎ¼âÇÒ ¼ö ¾ø½À´Ï´Ù.');
			return;
		}

		IEPageSetupX.Orientation=1;
	    IEPageSetupX.header="";
	    IEPageSetupX.footer="";
	    IEPageSetupX.bottomMargin=0.3 * 25.40;
//	    IEPageSetupX.leftMargin=0;
	    IEPageSetupX.leftMargin=0.3 * 25.40;
	    IEPageSetupX.rightMargin=0.33460 * 25.40;
	    IEPageSetupX.topMargin= 0.5 * 25.40;
	    IEPageSetupX.PrintBackground=true;

	    objFrame.print();
	}
	else
	{
    window.print();
	}
}
