﻿<!--
// JScript File

// Boton Sugerir 
function fnBtnSugerirEquipoOver(boton)
{
    boton.style.cursor = "pointer";
    boton.src = "img/botones/sugerir_on.gif";
}

function fnBtnSugerirEquipoOut(boton)
{
    boton.src = "img/botones/sugerir.GIF";
    boton.style.cursor = "default";
}


// Boton Solicitar

function fnBtnSolicitarEquipoOver(boton)
{
    boton.style.cursor = "pointer";
    boton.src = "img/botones/solicitar_equipo_on.gif";
}

function fnBtnSolicitarEquipoOut(boton)
{
    boton.style.cursor = "default";
    boton.src = "img/botones/solicitar_equipo.gif";
}

// Boton Ver Productos

function fnBtnVerProductosOver(boton)
{
    boton.style.cursor = "pointer";
    boton.src = "img/botones/ver_productos_on.gif";
}

function fnBtnVerProductosOut(boton)
{
    boton.style.cursor = "default";
    boton.src = "img/botones/ver_productos.gif";
}


// Boton Otras Sugerencias 


function fnBtnOtrasOpcionesOver(boton)
{
    boton.style.cursor = "pointer";
    boton.src = "img/botones/otras_opciones_on.gif";
}

function fnBtnOtrasOpcionesOut(boton)
{
    boton.style.cursor = "default";
    boton.src = "img/botones/otras_opciones.gif";
}

// Boton Volver a Sugerir

function fnBtnSugerirNuevoOver(boton)
{
    boton.style.cursor = "pointer";
    boton.src = "img/botones/volver_sugerir_on.gif";
}

function fnBtnSugerirNuevoOut(boton)
{
    boton.style.cursor = "default";
    boton.src = "img/botones/volver_sugerir.gif";
}



// Boton Volver a Sugerir

function fnBtnEnviarEmailOver(boton)
{
    boton.style.cursor = "pointer";
    boton.src = "img/botones/enviar_on.gif";
}

function fnBtnEnviarEmailOut(boton)
{
    boton.style.cursor = "default";
    boton.src = "img/botones/enviar.gif";
}


// Get Flash Stuff
function SwapGetFlashPlayerOn(img) {
img.style.cursor = "pointer";
}
function SwapGetFlashPlayerOff(img) {
img.style.cursor = "default";
}
function ClickGetFlashPlayer() {
OpenWin = this.open("http://www.macromedia.com/go/getflashplayer", "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}