﻿var keyword_content = document.getElementById('keyword_content');
keyword_content.style.position = "absolute";
keyword_content.style.left = Math.round(window.screen.availWidth/2.17) + "px";
keyword_content_top = "50px";
 if(navigator.appName == "Microsoft Internet Explorer")
 {
   if(navigator.appVersion.match(/7./i)=='7.')
   {
    	keyword_content_top = "60px";
	 }
}
keyword_content.style.top = keyword_content_top;


//display national
document.getElementById('national').innerHTML = '<table width="100%" border="0" cellpadding="0" cellspacing="0" height="23"><tbody><tr><td width="80%">&nbsp;</td><td>Language: </td><td><a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.123flashchat.com&amp;sl=en&amp;tl=zh_CN&amp;hl=en&amp;ie=UTF-8" class="lang_chn">Chinese<img src="img/menu.png" title="Chinese" width="630" height="191" /></a></td><td><a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.123flashchat.com&amp;sl=en&amp;tl=de&amp;hl=en&amp;ie=UTF-8" class="lang_ger">Germany<img src="img/menu.png" title="Germany" width="630" height="191" /></a></td><td><a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.123flashchat.com&amp;sl=en&amp;tl=es&amp;hl=en&amp;ie=UTF-8" class="lang_spn">Spainish<img src="img/menu.png" title="Spainish" width="630" height="191" /></a></td><td><a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.123flashchat.com&amp;sl=en&amp;tl=fr&amp;hl=en&amp;ie=UTF-8" class="lang_fra">French<img src="img/menu.png" title="French" width="630" height="191" /></a></td><td><a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.123flashchat.com&amp;sl=en&amp;tl=nl&amp;hl=en&amp;ie=UTF-8" class="lang_net">Netherland<img src="img/menu.png" title="Netherland" width="630" height="191" /></a></td><td><a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.123flashchat.com&amp;sl=en&amp;tl=it&amp;hl=en&amp;ie=UTF-8" class="lang_ita">Italian<img src="img/menu.png" title="Italian" width="630" height="191" /></a></td><td><a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.123flashchat.com&amp;sl=en&amp;tl=ru&amp;hl=en&amp;ie=UTF-8" class="lang_rus">Russian<img src="img/menu.png" title="Russian" width="630" height="191" /></a></td><td width="2%">&nbsp;</td></tr></tbody></table>';