//-----------------------------------------
function hoho(e) {
m1='Interesse?\nNiet kopieren, maar contact opnemen met de kunstenaar!!';
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) {
	alert(m1);
	return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
	alert(m1);
	return false;
}
return true;
}

function foeroe() {
if(document.images)
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown = hoho;
}
//-----------------------------------------
//-----------------------------------------
function hoho_en(e) {
m1='Want to know more?\nPlease do not copy, but contact the artist!!';
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) {
	alert(m1);
	return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
	alert(m1);
	return false;
}
return true;
}

function foeroe_en() {
if(document.images)
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown = hoho_en;
}
//-----------------------------------------
function onover(Num,Picture)
{
    document.images[Picture].src = over[Num];
}

function onout(Num,Picture)
{
    document.images[Picture].src = out[Num];
}
//-----------------------------------------
function breakoutframe()
{
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}
//-----------------------------------------

