function abstand(x){
if (screen.width > 810)
{
document.open('text/plain');
document.writeln('<IMG SRC=\"3.gif\" WIDTH=1 HEIGHT='+x+' ALT=\"\" BORDER=0><BR>');
document.close(); 
}
else {};
};

// (C) 1997-2005 info@webdesign-uelzen.de

