﻿function showGameTips() {
    var arrayTips = {};
    var arrayTip = {};
    arrayTips["Game1"] = "<table class='serverlist'><tr><td class='tdL'><img alt='wow (EUR)' src='style1/images/logo/logo_woweu.gif' /></td></tr></table>";
    arrayTip["Game1"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game15"] = "<table class='serverlist'><tr><td class='tdL'><img alt='wow (USA)' src='style1/images/logo/logo_wowus.gif' /></td></tr></table>";
    arrayTip["Game15"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game30"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Game CD-Key & Time Card' src='style1/images/logo/logo_gamecard.gif' /></td></tr></table>";
    arrayTip["Game30"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTip["Game28"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game28"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Age of Conan (USA)' src='style1/images/logo/logo_conus.gif' /></td></tr></table>";
    arrayTip["Game29"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game29"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Age of Conan (EUR)' src='style1/images/logo/logo_coneu.gif' /></td></tr></table>";
    arrayTip["Game27"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game27"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Final Fantasy XI' src='style1/images/logo/logo_f.gif' /></td></tr></table>";
    arrayTip["Game20"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game20"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Eve Online' src='style1/images/logo/logo_eve.gif' /></td></tr></table>";
    arrayTip["Game17"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game17"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Guild Wars' src='style1/images/logo/logo_gwars.gif' /></td></tr></table>";
    arrayTip["Game24"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game24"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Lord of Rings (USA)' src='style1/images/logo/logo_ringsus.gif' /></td></table>";
    arrayTip["Game19"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game19"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Lord of Rings (EUR)' src='style1/images/logo/logo_ringseu.gif' /></td></tr></table>";
    arrayTip["Game16"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game16"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Vanguard' src='style1/images/logo/logo_van.gif' /></td></tr></table>";
    arrayTip["Game31"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game31"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Warhammer Online(USA)' src='style1/images/logo/logo_wus.gif' /></td></tr></table>";
    arrayTip["Game32"] = "<table class='serverlist'><tr><td class='tdR'><ul><li>Face to face trading, safe and soon. </li><li>There is a full stock in all of servers, face to face trading, makes everything soon beyond your imagination.</li></ul></td></tr></table>";
    arrayTips["Game32"] = "<table class='serverlist'><tr><td class='tdL'><img alt='Warhammer Online(EUR)' src='style1/images/logo/logo_weu.gif' /></td></tr></table>";

    var GameID = document.getElementById("ServerList_UC1_txt_GameID").value;
    var obj = "Game" + GameID;
    document.getElementById("div_gametips").innerHTML = arrayTips[obj];
    document.getElementById("div_gametip").innerHTML = arrayTip[obj];
}
