////////////////////////////////////////////////////////////////////////////////////////////////
//                 Yellow Pages Cambodia Search box code                                      //
//                                                                                            //
//      Copyright IQ | Interquess Enterprises. All rights reserved.                           //
////////////////////////////////////////////////////////////////////////////////////////////////
function WriteSearchBox() {
dwl('<style type="text/css">a.yp,img.yp,td.yp,form.yp{border:0;padding:0;margin:0;text-align:center;}</style>');
dwl('<script language="javascript">');
dwl('function dosearch() {');
dwl('var w = open("");');
dwl('w.location.href="http://www.yellowpages-cambodia.com/search/?s=searcbox&q=" + document.forms.ypsearch.searchstring.value;');
dwl('}');
dwl('</script>');
dwl('<form name="ypsearch" action="javascript:dosearch();" class="yp" style="width:189px;height:47px;">');
dwl('<table width="189" height="47" border="0" cellpadding="0" cellspacing="0" class="yp">');
border();
dwl('<tr>');
dwl('<td width="1" height="45" valign="bottom"><img src="http://www.yellowpages-cambodia.com/linktous/ypx.gif" width="1" height="45"></td>');
dwl('<td width="187" height="45" bgcolor="#FFCC00" background="http://www.yellowpages-cambodia.com/linktous/gbg.gif" align="center" class="yp">')
dwl('<a href="http://www.yellowpages-cambodia.com/" target="_blank" class="yp" title="Find it in the Cambodia Yellow Pages!"><img class="yp" src="http://www.yellowpages-cambodia.com/linktous/yplogo.gif" width="142" height="27" alt="Cambodia Yellow Pages" /></a><br class="yp" />')
dwl('<input class="yp" type="text" name="searchstring" size="12" style="Font-size:10px;Color:#000;background-color:#FFE;border-left:1px solid #530;border-top:1px solid #530;border-right:1px solid #FF9;border-bottom:1px solid #FF9;width:120px;height:13px;" />');
dwl('<input class="yp" type="submit" name="search" value="Search!" style="font-family: Arial, Helvetica, sans-serif;margin-left:5px;font-size:10px;line-height:9px; color: #036; background-color: #FE0;border-left:1px solid #FF9;border-top:1px solid #FF9;border-right:1px solid #530;border-bottom:1px solid #530;height:15px;padding:0;">');
dwl('</td>');
dwl('<td width="1" height="45" valign="bottom"><img src="http://www.yellowpages-cambodia.com/linktous/ypx.gif" width="1" height="45"></td>');
dwl('</tr>');
border();
dwl('</table>');
dwl('</form>');
}
function dwl(str){document.write(str);}
function border(){
	dwl('<tr>');
	dwl('<td width="1" height="1"><img src="http://www.yellowpages-cambodia.com/linktous/tpx.gif" width="1" height="1"></td>');
	dwl('<td width="187" height="1" bgcolor="#FFCC00"><img src="http://www.yellowpages-cambodia.com/linktous/ypx.gif" width="187" height="1"></td>');
	dwl('<td width="1" height="1"><img src="http://www.yellowpages-cambodia.com/linktous/tpx.gif" width="1" height="1"></td>');
	dwl('</tr>');
}
WriteSearchBox();