function layout() {
if(screen.width <1024) {
text="<link rel='stylesheet' href='coaching800.css' type='text/css'>";
}
else {
text="<link rel='stylesheet' href='coaching.css' type='text/css'>";
}

document.open();
document.write(text);
document.close();
}

function menue(bild) {
if(screen.width <1024) {
text="<img src='" + bild + "800.gif'  width='146' height='121' border='0' alt='' usemap='\#menue800'> ";
}
else {
text="<img src='" + bild + ".gif' width='182' height='145' border='0' alt=''  usemap='\#menue'> ";
}

document.open();
document.write(text);
document.close();
}

function portraeit() {
if(screen.width <1024) {
text="<img src='images/portraeit800.gif' width='98' height='136' border='0' alt='' align='right'>";
}
else {
text="<img src='images/portraeit.gif' width='123' height='170' border='0' alt='' align='right'>";
}

document.open();
document.write(text);
document.close();
}
