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


