a=0;
b=0;
c=0;
function start() {
a=1;
MM_swapImage('foto1','','thalasso/corOff.gif',1);
b=a;
c=a;
if (b==a || c==a) {
var i;
for (i=0; i<4; i++) if (i<4) {
MM_swapImage('foto'+i+'','','thalasso/corOn.gif',1)
}
MM_swapImage('foto'+b+'','','thalasso/corOff.gif',1);
}
MM_swapImage('foto'+c+'','','thalasso/corOff.gif',1);
b=0;
}

function clic(a) {
MM_swapImgRestore();
var i;
for (i=0; i<4; i++) if (i<4) {
MM_swapImage('foto'+i+'','','thalasso/corOn.gif',1)
}
MM_swapImage('foto'+a+'','','thalasso/corOff.gif',1)
MM_swapImage('foto','','thalasso/foto'+a+'.jpg',1);
b=a;
c=a;
}

function over(d) {
if (d!=c || d!=a) {
MM_swapImage('foto'+d+'','','thalasso/corOff.gif',1)
}
}

function mout(a) {
if (b==0) {
MM_swapImage('foto'+a+'','','thalasso/corOn.gif',1);
}

if (b==a || c==a) {
var i;
for (i=0; i<4; i++) if (i<4) {
MM_swapImage('foto'+i+'','','thalasso/corOn.gif',1)
}
MM_swapImage('foto'+b+'','','thalasso/corOff.gif',1);
}
MM_swapImage('foto'+c+'','','thalasso/corOff.gif',1);
b=0;
}