// JavaScript Document
function druebber(id) {
document.getElementById(id).style.border='4px dashed #FFFFFF';
document.getElementById(id).style.width='92px';
document.getElementById(id).style.height='92px';
}
function waech(id) {
document.getElementById(id).style.border='';
document.getElementById(id).style.width='100px';
document.getElementById(id).style.height='100px';
}
