//	Yellow Pages Cambodia Search box code

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:161px;height:70px;">');
dwl('<table width="161" height="47" border="0" cellpadding="0" cellspacing="0" class="yp">');
border();
dwl('<tr>');
dwl('<td bgcolor="#FFCC00" background="../images/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="../images/yplogo.gif" 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:100px;height:15px;" />');
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('</tr>');
border();
dwl('</table>');
dwl('</form>');
}
function dwl(str){document.write(str);}
function border(){
	
}
WriteSearchBox();