// JavaScript Document
/* Funciones para controlar iconos de enlaces superior derecho */
function fOpcChange(vOpc,n)
{	window.document[vOpc].src="imagenes/iconos/icon"+n+"b.jpg";}

function fOpcDefault(vOpc,n)
{	window.document[vOpc].src="imagenes/iconos/icon"+n+"a.jpg";}

function fButtonChange(vOpc,n)
{	window.document.getElementById(vOpc).style.textDecoration="underline";
	window.document.getElementById(vOpc).style.fontWeight="bold";
}

function fButtonDefault(vOpc,n)
{	window.document.getElementById(vOpc).style.textDecoration="none";
	window.document.getElementById(vOpc).style.fontWeight="normal";
}

function fButtonLink(n)
{	switch(n)
	{	case 1:window.location.href="http://www.cimas.edu.pe";break;
		case 2:window.open("http://www.live.com","","");break;
		case 3:window.location.href="index.php?vView=6";break;
		case 4:window.location.href="index.php?vView=7";break;
		case 5:window.location.href="";break;
		case 6:window.location.href="index.php?vView=9";break;		
	}
}

/* Funciones para controlar vineta del menu izquierdo */
function fMenuChange(vOpc)
{	window.document[vOpc].src="imagenes/adornos/vin-02.jpg";}

function fMenuDefault(vOpc)
{	window.document[vOpc].src="imagenes/adornos/vin-01.jpg";}
