function drawLinkCat(){document.write  ('<OPTION VALUE=1>Translation</OPTION>');
document.write  ('<OPTION VALUE=2>Business</OPTION>');
document.write  ('<OPTION VALUE=3>Computers</OPTION>');
document.write  ('<OPTION VALUE=4>Education</OPTION>');
document.write  ('<OPTION VALUE=5>Health</OPTION>');
document.write  ('<OPTION VALUE=6>Home</OPTION>');
document.write  ('<OPTION VALUE=7>Internet</OPTION>');
document.write  ('<OPTION VALUE=8>Children</OPTION>');
document.write  ('<OPTION VALUE=9>Culture</OPTION>');
document.write  ('<OPTION VALUE=10>Finance</OPTION>');
document.write  ('<OPTION VALUE=11>Recreation</OPTION>');
document.write  ('<OPTION VALUE=12>Restaurants</OPTION>');
document.write  ('<OPTION VALUE=13>Technology</OPTION>');
document.write  ('<OPTION VALUE=14>Shopping</OPTION>');
document.write  ('<OPTION VALUE=15>Society</OPTION>');
document.write  ('<OPTION VALUE=16>Sports</OPTION>');
document.write  ('<OPTION VALUE=17>Tour</OPTION>');
document.write  ('<OPTION VALUE=18>Photos</OPTION>');
document.write  ('<OPTION VALUE=50>Others</OPTION>');
}