function openpop()
{
	window.open('pop/pop.html','Notice','width=640,height=480,left=,top=,scrollbars=no,resizable=no', 'style=cursor:hand');
}

//ÇÏ´Ü ¶óÀÎµé¾î°¡´ÂºÎºÐ
str  = '' 
str += '<table width="826" border="0" cellspacing="0" cellpadding="0">' 
str += ' <tr>'
str += ' <td width="99" height="28"></td>'
str += ' <td width="826" height="28" valign="bottom" ><img src="img/bottom_line.gif" width="826" height="2" bolder="0"></td>'
str += ' <td width="99" height="28"></td>'
str += ' </tr>'

//ÇÏ´Ü Ä«ÇÇ¶óÀÌÅÍ µé¾î°¡´ÂºÎºÐ
str += '<table width="826" align="center" border="0" cellspacing="0" cellpadding="0">' 
str += ' <tr>'
str += ' <td width="228" height="49"></td>'
str += ' <td align="center" width="370" height="49"><font color="8C90A6"><font size="2">Copyright 2010 GameSpring Co. Ltd. All rights reserved.</td>'
str += ' <td width="70" height="49" align="left"><a href="mailto:partner@gamespring.co.kr" onFocus="this.blur()"><img src="img/e-mail.gif" border="0"></a></td>'
str += ' <td width="324" height="49" align="left"><a href="#" onclick="openpop()"><img src="img/link.gif" border="0"></a></td>'
str += ' </tr>'
str += ' </table>' 

document.write( str ); 
