
function puntos(p,c){
	c=c||"tg9";
	var sp="<img src=img/sp.gif width=1 height=6><br>";
	var t="<br>"+sp+"<table width=90% cellpadding=0 cellspacing=0>";
	for(var i=0;i<p.length;i++){
		t+="<tr><td width=10 valign=top class="+c+"> - </td>";
		t+="<td width=95% class="+c+" valign=top>"+p[i]+"</td></tr>";
	}
	t+="</table>"+sp;
	return t;
}
function abrir_ventana1(){
window.open('http://www.amic.es/promofeb06/cupon.htm','','scrollbars=yes,resizable=yes,width=800,height=600');
}
function abrir_ventana2(){
window.open('http://www.amic.es/promofeb06/cuponrespuestad.htm','','scrollbars=yes,resizable=yes,width=800,height=600');
}
function abrir_ventana3(){
window.open('http://www.amicmas.es','','scrollbars=yes,resizable=yes,width=800,height=600');
}
function cerrar_ventana(){
window.close();
}
