if(screen.width <= 800){
	imDir = 800;
	styleNr = 1;
	}
if(screen.width > 800 &&  screen.width <= 1024){
	imDir = 1024;
	styleNr = 2;
	}
if(screen.width > 1024){
	imDir = 1280;
	styleNr = 3;
	}	
function email(){
var email= 'mjansen@art.net';
document.location.href = 'mailto:'+email;
}
function statusbar(a){
	if(a == 'email'){window.status='E M A I L';return true;}
    }
	


