/* [FOOTER] ½ÃÀÛ #################################################################################*/

/*mainÆäÀÌÁö ÀÏ °æ¿ì´Â Footer_inc("1") È£ÃâÇÏ¿© top¹öÆ°À» ¶ç¿ìÁö ¾Ê½À´Ï´Ù. */
function Footer_inc(chk) {

var	int_h = 25;		//Footer HEIGHT °£°Ý Á¶Á¤ º¯¼ö
var int_w = 10;		//Footer WIDTH °£°Ý Á¶Á¤ º¯¼ö

if (!(chk == 1)){

 	int_h = 50;
	int_w = 0;

	document.write("<div id=floater style='Z-INDEX: 1; LEFT: 866px; TOP: 494px; POSITION: absolute; visibility: visible;'>");
	document.write("	<a href='javascript:GoTop();'><img src='../images/btn_top.gif' border='0'></a>");
	document.write("</div>");
	
	if(NS || IE) action = window.setInterval("heartBeat()",1);
	}

document.write("<TABLE WIDTH='"+(900+int_w)+"' CELLPADDING='0' CELLSPACING='0' BORDER='0'>");
document.write("<TR><TD HEIGHT='"+int_h+"'></TD></TR>");
document.write("<TR><TD ALIGN='right'>");
document.write("	<TABLE WIDTH='"+(870+int_w)+"' CELLPADDING='0' CELLSPACING='0' BORDER='0'>");
document.write("	<TR><TD COLSPAN='4' HEIGHT='1' CLASS='bottom_bc'></TD></TR>");
document.write("	<TR><TD COLSPAN='4' HEIGHT='10'></TD></TR>");
document.write("	<TR><TD WIDTH='10' ROWSPAN='2'></TD>");
document.write("		<TD WIDTH='2' ROWSPAN='2' BGCOLOR='CBCBCB'></TD>");
document.write("		<TD WIDTH='7' ROWSPAN='2'></TD>");
document.write("		<TD WIDTH='"+(851+int_w)+"'><IMG SRC='../images/footer_01.gif'></TD>");
document.write("	</TR>");
document.write("	<TR><TD WIDTH='"+(851+int_w)+"'><IMG SRC='../images/footer_02.gif'><A HREF='mailto:admin@memory4u.co.kr;'><IMG SRC='../images/footer_03.gif' HSPACE='3'></A></TD></TR>");
document.write("	</TABLE>");
document.write("	</TD>");
document.write("</TR>");
document.write("<TR><TD HEIGHT='20'></TD></TR>");
document.write("</TABLE>");

}
/* [FOOTER] ³¡  ###################################################################################*/
