// JavaScript Document

function searchtour()
{
	var url = "http://www.tourismindochina.com/";
	document.write("<table width='98%' height='287' border='0' cellpadding='0' cellspacing='0'>");

    document.write("           <tr>");

	document.write("                 <td width='159' height='22' bgcolor='4b95f1' class='textheader'>&nbsp;&nbsp;<span class='style65'>Tour by Activities</span></td>");

	document.write("                 <td width='10'><img src='"+url+"Image/corner/images/coner(subpage)5_01.gif' /></td>");

	document.write("               </tr>");

	document.write("               <tr height='100' bgcolor='#CCCCCC'>");

	document.write("                 <td height='250' align='center' bgcolor='#FFFFFF' valign='middle'>");

	document.write("				<table width='100%' border='0' cellpadding='0' cellspacing='6' bgcolor='#FFFFFF' >");

	document.write("                   <tr>");

	document.write("                     <td width='3%'><img src='"+url+"Image/icon/mountain.gif' /></td>");

	document.write("                     <td width='97%'><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=12&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Adventure Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                   <tr>");

	document.write("                     <td><img src='"+url+"Image/icon/beach.gif' /></td>");

	document.write("                     <td><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=17&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Beach Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                   <tr>");

	document.write("                     <td><img src='"+url+"Image/icon/golf.gif' /></td>");

	document.write("                     <td><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=16&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Golf Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                   <tr>");

	document.write("                     <td><img src='"+url+"Image/icon/cycling.gif' /></td>");

	document.write("                     <td><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=13&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Cycling Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                   <tr>");

	document.write("                     <td><img src='"+url+"Image/icon/history1.gif' /></td>");

	document.write("                     <td><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=22&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Historical Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                   <tr>");

	document.write("                     <td><img src='"+url+"Image/icon/kayaking.gif' /></td>");

	document.write("                     <td><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=20&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Kayaking Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                   <tr>");

	document.write("                     <td><img src='"+url+"Image/icon/cruise.gif' /></td>");

	document.write("                     <td><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=21&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Cruise Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                   <tr>");

	document.write("                     <td><img src='"+url+"Image/icon/trekking.gif' /></td>");

	document.write("                     <td><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=19&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Trekking Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                   <tr>");

	document.write("                     <td><img src='"+url+"Image/icon/spa1.gif' /></td>");

	document.write("                     <td><a href='"+url+"tourview.php?country=Cambodia&duration=&price=&cbocategories=24&destination=&submit=Go'>");

	document.write("                       <div class='textheader' align='left'>Spa Tour</div>");

	document.write("                     </a></td>");

	document.write("                   </tr>");

	document.write("                 </table></td>");

	document.write("                 <td background='"+url+"Image/corner/images/coner(subpage)5_02.gif' width='10'></td>");

	document.write("               </tr>");

	document.write("               <tr><td width='159' align='center' ></td><td width='10' valign='top'><img src='"+url+"Image/corner/images/coner(subpage)5_03.gif'/></td></tr>");

	document.write("             </table>");

}
