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

