function pasar (URL_BUSCADOR) {
  url=URL_BUSCADOR + 'http://www.posterspoint.com/busqueda.php?busqueda=' + document.buscar_posterspoint.busqueda.value;
  document.buscar_posterspoint.action =url;
  document.buscar_posterspoint.submit();
 }

function empezar_buscador_pp(URL_BUSCADOR,ID_AFIL){

document.write('<body bgcolor="#FFFFFF" text="#000000">');
document.write('<table border="0" cellspacing="0" cellpadding="0" bgcolor="#D6001A" width="200" background="http://www.posterspoint.com/banners/banner-200x200_buscador.gif">');
document.write('<tr>');
document.write('<td align="center" height="200" valign="middle">');
document.write('<form name="buscar_posterspoint" method="get" action="http://www.posterspoint.com/busqueda.php">');
document.write('<table width="120" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr valign="top">');
document.write('<td align="center" colspan="2" height="30"></td>');
document.write('</tr>');
document.write('<tr valign="top">');
document.write('<td align="center">');
document.write('<input type="text" name="busqueda" size="13" maxlength="60" alt="Texto a buscar">');
document.write('</td>');
document.write('<td align="center">');
document.write('<a href="javascript:window.document.buscar_posterspoint.submit()"><img src="http://www.posterspoint.com/banners/banner_buscador_boton.gif" border="0" class="imagen" alt="Buscar una lámina en la base de datos" vspace="5" width="43" height="15" hspace="5"></a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</form>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</body>');
}