//tarifas

function ShowTarifas (name) 
{
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=600,height=450");
msg.location = name+".html"
}