function askswap()
{
document.getElementById("searchfield").innerHTML='<div style="background-color:#000000;height:50px;"><form method="post" action="/poker-help/process-askquestion.php"><p style="margin:15px;margin-right:20px;font-size:14px;color:#ffffff;font-weight:bold;float:left;">Ask a question</p><input name="question" style="padding-left:10px;width:325px;height:40px;margin:4px;float:left;" id="eBann" maxlength="70" onKeyUp="toCount(\'eBann\',\'sBann\',\'{CHAR} characters left\',70);"><input type="submit" id="button" style="width:100px;height:40px;margin:4px;font-weight:bold;float:left;" value="Ask!"></form><span id="sBann" style="font-size:10px;color:#ffffff;height:40px;margin:4px;float:left;"></span></div>';
}

function searchswap()
{
document.getElementById("searchfield").innerHTML='<div style="background-color:#1396cc;height:50px;"><form method="post" action="/poker-help/search.php"><p style="margin:15px;font-size:14px;color:#ffffff;font-weight:bold;float:left;">Find an answer</p><input name="answer" style="padding-left:10px;width:325px;height:40px;margin:4px;float:left;" maxlength="250"><input type="submit" style="width:100px;height:40px;margin:4px;font-weight:bold;float:left;" id="button" value="Search!"></form></div>';
}