////////////////////////////////////////////////////////////////////////////////////////////////
//                 Super Pages Search box code                                                //
//                                                                                            //
//            Copyright yoolk. All rights reserved.                                           //
////////////////////////////////////////////////////////////////////////////////////////////////
function WriteSearchBox() {
dwl('<style type="text/css"><!--.type {	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	color: #333333;	font-weight: normal;}.bg {	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	color: #333333;	background-image: url(http://superpages.com.my/linktous/search_box_02.gif);	background-repeat: repeat-x;	border: 0px solid #005897;	line-height: 1px;}--></style>');

dwl('<script language="javascript">');
dwl('function dosearch() {');
dwl('var w = open("");');
dwl('w.location.href="http://superpages.com.my/search/?s=searcbox&q=" + document.forms.ypsearch.searchstring.value;');
dwl('}');
dwl('</script>');

dwl('<form name="ypsearch" action="javascript:dosearch();" class="type" id="form3" style="width:190px;height:46px;">');

dwl('<table width="190" height="46" border="0" cellspacing="0" cellpadding="0">');
dwl('<tr>');
dwl('<td height="46" align="center" valign="top" class="bg">');
dwl('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
dwl('<tr>');
dwl('<td align="center" valign="top">');
dwl('<a href="http://superpages.com.my/" target="_blank"><img src="http://superpages.com.my/linktous/short_search_box_03.gif" width="173" height="25" border=0 /></a>');
dwl('</td>');
dwl('</tr>');
dwl('<tr>');
dwl('<td align="center" valign="top">');
dwl('<table width="84%" height="20" border="0" cellspacing="0" cellpadding="0">');
dwl('<tr>');
dwl('<td height="20" align="left" valign="top"><form action="" method="post" name="form1" class="type" id="form3">');
dwl('<input name="searchstring" type="text" class="type" id="search" size="22" maxlength="20" />');
dwl('</td>');
dwl('<td height="20" align="left" valign="top">');    
dwl('<input name="search" type="image" src="http://superpages.com.my/linktous/search_box_btn.gif" width="48" height="20" /></td>');
dwl('</tr>');
dwl('</table>');
dwl('</td>');
dwl('</tr>');
dwl('</table>');
dwl('</td>');
dwl('</tr>');
dwl('</table>');
dwl('</form>');
}
function dwl(str){document.write(str);}
WriteSearchBox();