function imagen(what){
	return "<td style='background-image:url(img_protect.php?type=1&amp;ident="+ what + ")'>";
}

function protect_imagen(what,alto,ancho,consulta_busc){
	document.write("<table><tr>");
	document.write(imagen(what));
	document.write("<a href='mostrar_imagen.php?ident=" + what + consulta_busc + "'>");
	document.write("<img src='http://profesional.visitacostadelsol.com/media/spacer.gif' style='border:none;' width='" + ancho + "' height='" + alto + "' alt='' />");
	document.write("</a></td></tr></table>");
}

function protect_imagen_seo(what,alto,ancho,titulo,comienzo_consulta,resto){
	document.write("<table><tr>");
	document.write(imagen(what));
//	$claves.'/'.$tipo_busqueda.'/'.$categoria.'/'.$formato.'/'.$municipio.'/'.$tipo_imagen.'/'.$autor.'-'.$modo.'-'.$mes1.'-'.$anio1.'-'.$mes2.'-'.$anio2.'-'.$toma.'-'.$busqueda.'-'.$top.'/'
	
	document.write("<a href='http://profesional.visitacostadelsol.com/" + titulo + "/imagenes/" +  what + "/" + comienzo_consulta +  "/" + resto + "'>");
	
	document.write("<img src='http://profesional.visitacostadelsol.com/media/spacer.gif' style='border:none;' width='" + ancho + "' height='" + alto + "' alt='' />");
	document.write("</a></td></tr></table>");
}

function proteger_imagen(what,alto,ancho){
	document.write("<table><tr>");
	document.write(imagen(what));
	document.write("<img src='http://profesional.visitacostadelsol.com/media/spacer.gif' style='border:none;' width='" + ancho + "' height='" + alto + "' alt='' />");
	document.write("</a></td></tr></table>");
}

function imagen2(what){
	return "<td style='background-image:url(http://profesional.visitacostadelsol.com/bd/img_protect.php?type=2&amp;ident="+ what + ")'>";
}

function protect_imagen2(what,alto,ancho){
	document.write("<table><tr>");
	document.write(imagen2(what));
	document.write("<img src='http://profesional.visitacostadelsol.com/media/spacer.gif' style='border:none;' width='" + ancho + "' height='" + alto + "' alt='' />");
	document.write("</td></tr></table>");
}

