function scraper_yesno(){
/**	if(window.innerWidth) {
        	var breit = window.innerWidth;
	}
	else {
        	var breit = window.document.body.clientWidth;
	}
	if(breit > (900+200)){
**/	
		window.document.getElementById("scraper").style.display='block';
/**	}else{
		window.document.getElementById("scraper").style.display='none';
	}
**/	
}
