﻿window.onload = function() {
	new Effect.Opacity('note', {duration:2.5, from:0.0, to:1.0});
}

function decr1() {
	new Effect.Opacity( 'mnbttn', {duration:0.1, from:1.0, to:0.55});
}

function incr1() {
    new Effect.Opacity( 'mnbttn', {duration:0.1, from:0.55, to:1.0});
}

function decr2() {
	new Effect.Opacity( 'mcr', {duration:0.1, from:1.0, to:0.55});
}

function incr2() {
    new Effect.Opacity( 'mcr', {duration:0.1, from:0.55, to:1.0});
}


function decr3() {
	new Effect.Opacity( 'lnd', {duration:0.1, from:1.0, to:0.45});
}

function incr3() {
    new Effect.Opacity( 'lnd', {duration:0.1, from:0.45, to:1.0});
}


function decr4() {
	new Effect.Opacity( 'act', {duration:0.1, from:1.0, to:0.45});
}

function incr4() {
    new Effect.Opacity( 'act', {duration:0.1, from:0.45, to:1.0});
}

function decr5() {
	new Effect.Opacity( 'gua', {duration:0.1, from:1.0, to:0.6});
}

function incr5() {
    new Effect.Opacity( 'gua', {duration:0.1, from:0.6, to:1.0});
}

function decr6() {
	new Effect.Opacity( 'art', {duration:0.1, from:1.0, to:0.6});
}

function incr6() {
    new Effect.Opacity( 'art', {duration:0.1, from:0.6, to:1.0});
}

function decr7() {
	new Effect.Opacity( 'vac', {duration:0.1, from:1.0, to:0.6});
}

function incr7() {
    new Effect.Opacity( 'vac', {duration:0.1, from:0.6, to:1.0});
}

function decr8() {
	new Effect.Opacity( 'cont', {duration:0.1, from:1.0, to:0.6});
}

function incr8() {
    new Effect.Opacity( 'cont', {duration:0.1, from:0.6, to:1.0});
}

function LmUp(path)
{
location.href = path;
}
function trover(q) 
{
q.style.cursor='pointer';
}
