var item = new Array();
var strTmp
					
strTmp = '<table width="157" border="0" cellspacing="0" cellpadding="0">';
strTmp = strTmp + '<tr bgcolor="#efefef">';
strTmp = strTmp + '<td height="25" colspan="3"><div align="center"><font color="#FF6600">±è»ó¿ø</font> ÃÑÀç</div></td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '<tr>'; 
strTmp = strTmp + '<td colspan="3"><img src="../images/spacer.gif" width="1" height="5"></td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '<tr>'; 
strTmp = strTmp + '<td width="54"><img src="../images/caption.gif" width="54" height="69"></td>';
strTmp = strTmp + '<td width="6">&nbsp;</td>';
strTmp = strTmp + '<td width="97" valign="top"><table width="100%" border="0" cellspacing="3" cellpadding="1">';
strTmp = strTmp + '<tr>';
strTmp = strTmp + '<td bgcolor="#FAFAFA" class="menu">ÐÝ  ßÔ  ê¹</td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '<tr>'; 
strTmp = strTmp + '<td bgcolor="#FAFAFA" class="menu">Àü)´ë¹ý°ü, ¹ý¹«¹ýÀÎÇÑ´©¸®º¯È£»ç</td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '</table>';
strTmp = strTmp + '</td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '</table>';
item[0] = strTmp;



strTmp = '<table width="157" border="0" cellspacing="0" cellpadding="0">';
strTmp = strTmp + '<tr bgcolor="#efefef">';
strTmp = strTmp + '<td height="25" colspan="3"><div align="center"><font color="#FF6600">Â÷±¤¼±</font> º»ºÎÀå</div></td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '<tr>'; 
strTmp = strTmp + '<td colspan="3"><img src="../images/spacer.gif" width="1" height="5"></td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '<tr>'; 
strTmp = strTmp + '<td width="54"><img src="../images/caption3.gif" width="54" height="69"></td>';
strTmp = strTmp + '<td width="6">&nbsp;</td>';
strTmp = strTmp + '<td width="97"><table width="100%" border="0" cellspacing="3" cellpadding="1">';
strTmp = strTmp + '<tr>';
strTmp = strTmp + '<td bgcolor="#FAFAFA" class="menu">ó³ ÎÃ à¼</td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '<tr>'; 
strTmp = strTmp + '<td bgcolor="#FAFAFA" class="menu">ÇÑ±¹Ã»¼Ò³â´ÜÃ¼ÇùÀÇÈ¸ È¸Àå</td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '</table>';
strTmp = strTmp + '</td>';
strTmp = strTmp + '</tr>';
strTmp = strTmp + '</table>';
item[1] = strTmp;

var numFreePacking = 1;
setInterval("updateFreePacking()", 2000);					
function updateFreePacking() {							
display("divFreePacking", item[numFreePacking]);
numFreePacking++;
 if (numFreePacking == item.length) numFreePacking = 0;
}
function display(id, str) 
{     
 document.all.divFreePacking.innerHTML = str;			
}
