if(navigator.appVersion.substring(0,1)>=3)
	{
	bot0		=new Image();
	bot0.src	="popup_boletines/images/b_cerrar_a.gif";
	bot0p		=new Image();
	bot0p.src	="popup_boletines/images/b_cerrar_p.gif";
	
	}
function CambiaImg(imgid,imgnew)
	{
	if(navigator.appVersion.substring(0,1)>=3)
		{
		document.images[imgid].src=eval(imgnew+".src");
		}
	}
	
function CambiaPag()
{
opcion1=document.form1.tipo.options[document.form1.tipo.selectedIndex].value;
if ((opcion1!=0)  && (opcion1!=1) && (opcion1!=2) && (opcion1!=3) && (opcion1!=4) && (opcion1!=5) && (opcion1!=6) && (opcion1!=7) && (opcion1!=8))
{
location.href=opcion1;
}

else if(opcion1==1)
{
window.location='canales.php';
}
else if(opcion1==2)
{
window.location='canales_estelar_arequipa.php';
}
else if(opcion1==3)
{
window.location='canales_estelar_chiclayo.php';
}
else if(opcion1==4)
{
window.location='canales_estelar_chimbote.php';
}
else if(opcion1==5)
{
window.location='canales_estelar_cuzco.php';
}
else if(opcion1==6)
{
window.location='canales_estelar_huancayo.php';
}
else if(opcion1==7)
{
window.location='canales_estelar_piura.php';
}
else if(opcion1==8)
{
window.location='canales_estelar_trujillo.php';
}
}

function abreventana(donde,quien,como)
{ 
infoventana=window.open(donde,quien,como);
if (navigator.appName.substring(0,8) == "Netscape")	
{
window.infoventana.focus()
}
}