function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = "";} 

document.write('<table width="150" height="125" border="0" cellpadding="1" cellspacing="1"><tr><td height="125" width="150" bgcolor="#0A0D5A" background="http://atmotraxx.de/Pix/atmo125.jpg" style="background-repeat:no-repeat;background-position: center">');
document.write('<form target="_blank" width="125" height="125" style="font-size:10px;width:150px;height:125px;border:1px solid #FFFFFF;font-family:verdana,Arial;margin:0px;color:white;"  method="post" name="atmofind" action="http://atmotraxx.de/html/search.php">');
document.write('<center><b>Suche auf atmotraxx.de</b><br>');
document.write('<br><input type="text" name="q" value="Suchbegriff" onfocus="clearText(this)" style="text-align:center;margin:2px;border:1px solid #FFFFFF;color:white;background-color:#222240;width:140px">');
document.write('<br><br><br><br><input type="submit" style="border:1px outset #00003E; color:white;background-color:#6699FF" value="suchen">');
document.write('</center></form>');
document.write('</td></tr></table>');

