//ÃÖ»ó´Ü ºó°ø°£
str  = '' 
str += '<table width="826" border="0" cellspacing="0" cellpadding="0">'  
str += ' <tr>'
str += ' <td width="826" height="20"></td>'
str += ' </tr>'

//»ó´Ü ·Î°íµé¾î°£ ºÎºÐ
str += '<table width="826" border="0" cellspacing="0" cellpadding="0">' 
str += ' <tr>'
str += ' <td width="284" height="91"><a href="main.html" onFocus="this.blur()"><img src="img/gs_summer_logo.gif" width="284" height="91" border="0" /></a></td>'   
str += '    <td width="342" height="0">&nbsp;</td>'
str += '    <td valign="bottom" align="right" width="242" height="59"><font size="2"><a href="mailto:partner@gamespring.co.kr"onFocus="this.blur()"><font color="B0B0B0">contact us</a> / <a href="sitemap.html"onFocus="this.blur()"><font color="B0B0B0">sitemap</a> / <a href="main.html"onFocus="this.blur()"><font color="B0B0B0">home </td>'


//<a href="#"onFocus="this.blur()"><font color="B0B0B0">contact


str += ' </tr>' 
// ** style="text-decoration:none;  = ¸µÅ© ¹ØÁÙ »©±â

//»ó´Ü »ó´Ü ¸Þ´º ÇÃ·¹½¬ µé¾î°¡´ÂÀ§Ä¡
str += '<table width="826" border="0" cellspacing="0" cellpadding="0">'  
str += ' <tr>'
str += ' <td align="center" width="826" height="64" bgcolor="black"> '

str += '<iframe src="navibar.html" align="center" marginheight="0" marginwidth="0" noresize="noresize" scrolling="no" frameborder="0" width="826" height="64">'
str += '</iframe>'
str += '</td>'
str += '</tr>'

//»ó´Ü¸Þ´º ÇÃ·¡½¬ ¾Æ·¡ ºó°ø°£
str += '<table width="826" border="0" cellspacing="0" cellpadding="0">'  
str += ' <tr>'
str += ' <td width="826" height="0"></td>'
str += ' </tr>' 


str += ' </tr>' 
str += ' </table>' 

document.write( str ); 

