From:             yes at iblamegod dot com
Operating system: Win2k/Linux 2.4.21
PHP version:      4.3.2
PHP Bug Type:     GD related
Bug description:  apache/php crashes when making heavy use of GD2

Hi,
I'm using PHP4.3.2 (the binary from PHP site) and Apache 1.3.27 on Windows
2000.
When letting the script below generate some graphics (example also
included) php/apache crashes. I've tested it with the html-page below to
be sure the problem isn't associated with the rest of my
PHP-applications.
everything works FINE with PHP4.3.1 and GD1.

I also thought It might be a problem with windoZe and compiled PHP4.3.2
under Linux (Mandrake 9.1 - kernel 2.4.21
)/Apache 1.3.27 (haven't got my configure line anymore :( )- same problem,
only takes some reloads and it also crashes...

btw: font sizes with GD1 are quite different from GD2, is this a bug or a
feature ? text with transparent background looks quite crappy because of
the anti-aliasing. I want my GD1 back ='(

---
<?php
if (!isset ($_GET['txt'])) {
        $txt='err';
} else  {
        $txt=$_GET['txt'];
}


if (isset ($_GET['style'])) {
        if ($_GET['style'] == 'nav2') {
                $size=11;
                
        } else if ($_GET['style'] == 'nav3') {
                $size=10;
                
        } else {
                $size=9;
                
        }
}

$ttf_file='Tahoma.ttf';

header ("content-type: image/png");

$ttfbb = imagettfbbox ($size, 0, $ttf_file, $txt);

$headline_width=abs ($ttfbb[0]) + abs ($ttfbb[2]);
$headline_height=abs ($ttfbb[0] + $ttfbb[5]);

$headline_image = imagecreate ($headline_width+4, $headline_height+4);

$headline_bgcolor = imagecolorallocate ($headline_image, 231, 238, 241);
imagecolortransparent ($headline_image, $headline_bgcolor);
$headline_txtcolor = imagecolorallocate ($headline_image, 0, 0, 0);

$text_x=0 + abs ($ttfbb[0]);
$text_y=0 + abs ($ttfbb[5]);

imagettftext ($headline_image, $size, 0, $text_x, $text_y,
$headline_txtcolor, $ttf_file, $txt);

imagepng ($headline_image);

imagedestroy ($headline_image);
?>
---
and here's a fully expanded navigation for testing yourself ..





---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="215" border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td><table width="100%" border="0" cellpadding="2" cellspacing="2"
class="nav2">
                                <tr>
                                        <td><a 
href="/onlineshop.php?action=expandgroup"><img
src="/graphics/icon.button.expand_group.00.13x13.20030430.gif" alt="Alles
Erweitern" width="13" height="13" hspace="0" vspace="0" border="0"></a><a
href="/onlineshop.php?action=collapsegroup"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Alles Reduzieren" width="13" height="13" hspace="0" vspace="0"
border="0"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><img
src="/graphics/icon.button.only_one_group.00.13x13.20030430.gif"
width="13" height="13"></td>
                                        <td><a 
href="/onlineshop.php?action=showconfigurations"><img
src="/exec/hl.php?txt=Konfigurationen" border="0"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=BEAM"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=BEAM"
target="_self"><img src="/exec/hl.php?txt=Beamer+%5B5%5D" hspace="0"
vspace="0" border="0" alt="Beamer"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=BEAMVIBE" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Videoprojektor%2FBeamer+%5B5%5D"
hspace="0" vspace="0" border="0" alt="Videoprojektor/Beamer"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=DELP"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=DELP"
target="_self"><img src="/exec/hl.php?txt=DELPHIN+Computer+%5B33%5D"
hspace="0" vspace="0" border="0" alt="DELPHIN Computer"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DELPDPKA" target="_self"><img
src="/exec/hl.php?style=nav3&txt=DELPHIN+BTO-Systeme+%5B4%5D" hspace="0"
vspace="0" border="0" alt="DELPHIN BTO-Systeme"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DELPNBDP" target="_self"><img
src="/exec/hl.php?style=nav3&txt=DELPHIN+Notebook+%5B14%5D" hspace="0"
vspace="0" border="0" alt="DELPHIN Notebook"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DELPDPZU" target="_self"><img
src="/exec/hl.php?style=nav3&txt=DELPHIN+PC+Zubeh%F6r+%5B4%5D" hspace="0"
vspace="0" border="0" alt="DELPHIN PC Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DELPDPSW" target="_self"><img
src="/exec/hl.php?style=nav3&txt=DELPHIN+Software+%5B7%5D" hspace="0"
vspace="0" border="0" alt="DELPHIN Software"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DELPPCFR" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Pc+anderer+Hersteller+als+LEO+%5B4%5D"
hspace="0" vspace="0" border="0" alt="Pc anderer Hersteller als
LEO"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=DRUC"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=DRUC"
target="_self"><img src="/exec/hl.php?txt=Drucker+%5B154%5D" hspace="0"
vspace="0" border="0" alt="Drucker"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DRUCDLHP" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Drucker+Laser+HP+%5B50%5D" hspace="0"
vspace="0" border="0" alt="Drucker Laser HP"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DRUCDTHP" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Drucker+Tinte+HP+%5B16%5D" hspace="0"
vspace="0" border="0" alt="Drucker Tinte HP"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DRUCDLZH" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Drucker+Zubeh%F6r+Laser+HP+%5B1%5D"
hspace="0" vspace="0" border="0" alt="Drucker Zubehör Laser HP"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DRUCPLOT" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Plotter+%5B1%5D" hspace="0" vspace="0"
border="0" alt="Plotter"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DRUCDLVH" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Verbrauchsmaterial+Laser+HP+%5B32%5D"
hspace="0" vspace="0" border="0" alt="Verbrauchsmaterial Laser
HP"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=DRUCDTVH" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Verbrauchsmaterial+Tinte+HP+%5B40%5D"
hspace="0" vspace="0" border="0" alt="Verbrauchsmaterial Tinte
HP"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=EING"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=EING"
target="_self"><img src="/exec/hl.php?txt=Eingabeger%E4te+%5B37%5D"
hspace="0" vspace="0" border="0" alt="Eingabegeräte"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=EINGEGMA" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Maus+%5B16%5D" hspace="0" vspace="0"
border="0" alt="Maus"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=EINGEGTA" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Tastatur+%5B21%5D" hspace="0" vspace="0"
border="0" alt="Tastatur"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=HDDS"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=HDDS"
target="_self"><img src="/exec/hl.php?txt=Festplatten+%5B41%5D" hspace="0"
vspace="0" border="0" alt="Festplatten"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=HDDSHA35" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Festplatte+Seriell+ATA+3.5+%5B3%5D"
hspace="0" vspace="0" border="0" alt="Festplatte Seriell ATA
3.5"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=HDDSHI25" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Festplatten+IDE+2.5%22+%5B3%5D"
hspace="0" vspace="0" border="0" alt="Festplatten IDE
2.5&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=HDDSHI35" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Festplatten+IDE+3.5%22+%5B18%5D"
hspace="0" vspace="0" border="0" alt="Festplatten IDE
3.5&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=HDDSHS35" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Festplatten+SCSI+3.5%22+%5B12%5D"
hspace="0" vspace="0" border="0" alt="Festplatten SCSI
3.5&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=HDDSHDZU" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Festplatten+Zubeh%F6r+%5B5%5D" hspace="0"
vspace="0" border="0" alt="Festplatten Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=GEHA"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=GEHA"
target="_self"><img src="/exec/hl.php?txt=Geh%E4use+%5B58%5D" hspace="0"
vspace="0" border="0" alt="Gehäuse"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAETGE" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Ersatzteil+Geh%E4use+%5B4%5D" hspace="0"
vspace="0" border="0" alt="Ersatzteil Gehäuse"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAGE19" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Geh%E4use+19%22+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Gehäuse 19&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAGEBT" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Geh%E4use+Big+Tower+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Gehäuse Big Tower"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAGEDT" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Geh%E4use+Desktop+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Gehäuse Desktop"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAGEEX" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Geh%E4use+extern+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Gehäuse extern"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAGEMT" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Geh%E4use+Mini%2FMidi+Tower+%5B4%5D"
hspace="0" vspace="0" border="0" alt="Gehäuse Mini/Midi Tower"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAGESV" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Geh%E4use+Server+%5B21%5D" hspace="0"
vspace="0" border="0" alt="Gehäuse Server"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAGESO" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Geh%E4use+Sonstiges%2FZubeh%F6r+%5B7%5D"
hspace="0" vspace="0" border="0" alt="Gehäuse
Sonstiges/Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHACOGH" target="_self"><img
src="/exec/hl.php?style=nav3&txt=L%FCfter+Geh%E4use+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Lüfter Gehäuse"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHANETZ" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Netzteile+%5B10%5D" hspace="0" vspace="0"
border="0" alt="Netzteile"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GEHAPCFR" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Pc+anderer+Hersteller+als+LEO+%5B3%5D"
hspace="0" vspace="0" border="0" alt="Pc anderer Hersteller als
LEO"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=GRAF"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=GRAF"
target="_self"><img src="/exec/hl.php?txt=Grafikkarten+%5B20%5D"
hspace="0" vspace="0" border="0" alt="Grafikkarten"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GRAFG032" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Grafikkarten+AGP++32MB+%5B3%5D"
hspace="0" vspace="0" border="0" alt="Grafikkarten AGP 32MB"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GRAFG064" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Grafikkarten+AGP++64MB+%5B8%5D"
hspace="0" vspace="0" border="0" alt="Grafikkarten AGP 64MB"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=GRAFG128" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Grafikkarten+AGP+128MB+%5B9%5D"
hspace="0" vspace="0" border="0" alt="Grafikkarten AGP 128MB"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=KABE"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=KABE"
target="_self"><img src="/exec/hl.php?txt=KABEL+%5B128%5D" hspace="0"
vspace="0" border="0" alt="KABEL"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEHDZU" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Festplatten+Zubeh%F6r+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Festplatten Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBAD" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Adapter+%5B8%5D" hspace="0"
vspace="0" border="0" alt="Kabel Adapter"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBDR" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Drucker+%5B10%5D" hspace="0"
vspace="0" border="0" alt="Kabel Drucker"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBHD" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Harddisk%2FSCSI+%5B35%5D"
hspace="0" vspace="0" border="0" alt="Kabel Harddisk/SCSI"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBMO" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Monitor+%5B6%5D" hspace="0"
vspace="0" border="0" alt="Kabel Monitor"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBNE" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Netzwerk+%5B37%5D" hspace="0"
vspace="0" border="0" alt="Kabel Netzwerk"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBSE" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Seriel+%5B5%5D" hspace="0"
vspace="0" border="0" alt="Kabel Seriel"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBST" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Stecker+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Kabel Stecker"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBUS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+USB+%5B1%5D" hspace="0" vspace="0"
border="0" alt="Kabel USB"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBVE" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Verl%E4ngerung+%5B19%5D" hspace="0"
vspace="0" border="0" alt="Kabel Verlängerung"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEKBZU" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Zubeh%F6r+%5B3%5D" hspace="0"
vspace="0" border="0" alt="Kabel Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KABEZUAL" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Zubeh%F6r+Allgemein+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Zubehör Allgemein"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=KOMM"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=KOMM"
target="_self"><img src="/exec/hl.php?txt=Kommunikation+%5B12%5D"
hspace="0" vspace="0" border="0" alt="Kommunikation"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KOMMKOAN" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kommunikation+Analog+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Kommunikation Analog"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=KOMMKODI" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kommunikation+Digital+%5B10%5D"
hspace="0" vspace="0" border="0" alt="Kommunikation Digital"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=LAUF"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=LAUF"
target="_self"><img src="/exec/hl.php?txt=Laufwerke+%5B3%5D" hspace="0"
vspace="0" border="0" alt="Laufwerke"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=LAUFFDIS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Diskettenlaufwerke+%5B3%5D" hspace="0"
vspace="0" border="0" alt="Diskettenlaufwerke"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=MAIN"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=MAIN"
target="_self"><img src="/exec/hl.php?txt=Mainboard+%5B16%5D" hspace="0"
vspace="0" border="0" alt="Mainboard"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MAINMBX4" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Mainbaord+Xeon+%5B6%5D" hspace="0"
vspace="0" border="0" alt="Mainbaord Xeon"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MAINMBFC" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Mainboard+FCPGA+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Mainboard FCPGA"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MAINMBP4" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Mainboard+Pentium+4+%5B7%5D" hspace="0"
vspace="0" border="0" alt="Mainboard Pentium 4"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MAINMBSO" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Mainboard+Socket+A+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Mainboard Socket A"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=MASS"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=MASS"
target="_self"><img src="/exec/hl.php?txt=Massenspeicher+%5B47%5D"
hspace="0" vspace="0" border="0" alt="Massenspeicher"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MASSBAND" target="_self"><img
src="/exec/hl.php?style=nav3&txt=B%E4nder+Datensicherung+%5B17%5D"
hspace="0" vspace="0" border="0" alt="Bänder Datensicherung"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MASSDISK" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Rohlinge%2FDisketten+%5B6%5D" hspace="0"
vspace="0" border="0" alt="Rohlinge/Disketten"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MASSSTDI" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Storage+DISK+%5B4%5D" hspace="0"
vspace="0" border="0" alt="Storage DISK"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MASSSTDL" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Storage+DLT+%5B3%5D" hspace="0"
vspace="0" border="0" alt="Storage DLT"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MASSSTSL" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Storage+SLR+%5B14%5D" hspace="0"
vspace="0" border="0" alt="Storage SLR"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MASSSTTR" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Storage+Travan+%5B3%5D" hspace="0"
vspace="0" border="0" alt="Storage Travan"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=MONI"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=MONI"
target="_self"><img src="/exec/hl.php?txt=Monitore+%5B74%5D" hspace="0"
vspace="0" border="0" alt="Monitore"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONILC15" target="_self"><img
src="/exec/hl.php?style=nav3&txt=LCD+Display+15%22+%5B11%5D" hspace="0"
vspace="0" border="0" alt="LCD Display 15&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONILC16" target="_self"><img
src="/exec/hl.php?style=nav3&txt=LCD+Display+16%22+%5B2%5D" hspace="0"
vspace="0" border="0" alt="LCD Display 16&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONILC17" target="_self"><img
src="/exec/hl.php?style=nav3&txt=LCD+Display+17%22+%5B10%5D" hspace="0"
vspace="0" border="0" alt="LCD Display 17&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONILC18" target="_self"><img
src="/exec/hl.php?style=nav3&txt=LCD+Display+18%22+%5B11%5D" hspace="0"
vspace="0" border="0" alt="LCD Display 18&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONILC19" target="_self"><img
src="/exec/hl.php?style=nav3&txt=LCD+Display+19%22+%5B5%5D" hspace="0"
vspace="0" border="0" alt="LCD Display 19&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONILC20" target="_self"><img
src="/exec/hl.php?style=nav3&txt=LCD+Display+%3E%3D+20%22+%5B5%5D"
hspace="0" vspace="0" border="0" alt="LCD Display &gt;=
20&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONIMO17" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Monitor+17%22+%5B7%5D" hspace="0"
vspace="0" border="0" alt="Monitor 17&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONIMO19" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Monitor+19%22+%5B7%5D" hspace="0"
vspace="0" border="0" alt="Monitor 19&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONIMO21" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Monitor+21%22+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Monitor 21&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONIMO22" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Monitor+%3E%3D22%22+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Monitor &gt;=22&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONIMOZU" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Monitor+Zubeh%F6r+%5B10%5D" hspace="0"
vspace="0" border="0" alt="Monitor Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MONILCZU" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Zubeh%F6r+LC+Displays+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Zubehör LC Displays"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=MULT"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=MULT"
target="_self"><img src="/exec/hl.php?txt=Multimedia+%5B14%5D" hspace="0"
vspace="0" border="0" alt="Multimedia"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MULTMMLS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Lautsprecher+und+Headsets+%5B6%5D"
hspace="0" vspace="0" border="0" alt="Lautsprecher und
Headsets"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MULTMMSK" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Soundkarten+Analog+und+Digital+%5B3%5D"
hspace="0" vspace="0" border="0" alt="Soundkarten Analog und
Digital"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=MULTMMTV" target="_self"><img
src="/exec/hl.php?style=nav3&txt=TV-und+Radiokarten+%5B4%5D" hspace="0"
vspace="0" border="0" alt="TV-und Radiokarten"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=NETZ"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=NETZ"
target="_self"><img src="/exec/hl.php?txt=Netzwerk+%5B40%5D" hspace="0"
vspace="0" border="0" alt="Netzwerk"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNWLL" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Netzwerk+Wireless+Lan+%5B4%5D" hspace="0"
vspace="0" border="0" alt="Netzwerk Wireless Lan"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNZUB" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Netzwerk+Zubeh%F6r+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Netzwerk Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNIC3" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Netzwerkkarten+3COM+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Netzwerkkarten 3COM"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNICD" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Netzwerkkarten+D-Link+%5B4%5D" hspace="0"
vspace="0" border="0" alt="Netzwerkkarten D-Link"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNICI" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Netzwerkkarten+Intel+%5B8%5D" hspace="0"
vspace="0" border="0" alt="Netzwerkkarten Intel"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNICL" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Netzwerkkarten+Level+1+%5B6%5D"
hspace="0" vspace="0" border="0" alt="Netzwerkkarten Level 1"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNICS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Netzwerkkarten+SMC+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Netzwerkkarten SMC"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNPRS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Print+Server+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Print Server"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNROU" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Router+%5B1%5D" hspace="0" vspace="0"
border="0" alt="Router"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=NETZNSWI" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Switch+%5B8%5D" hspace="0" vspace="0"
border="0" alt="Switch"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=OPTI"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=OPTI"
target="_self"><img src="/exec/hl.php?txt=Optische+Laufwerke+%5B12%5D"
hspace="0" vspace="0" border="0" alt="Optische Laufwerke"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=OPTIODCD" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CD+ROM+Laufwerke+IDE%2FSCSI+%5B1%5D"
hspace="0" vspace="0" border="0" alt="CD ROM Laufwerke
IDE/SCSI"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=OPTIODRW" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CDRW+Laufwerke+%5B2%5D" hspace="0"
vspace="0" border="0" alt="CDRW Laufwerke"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=OPTINBDP" target="_self"><img
src="/exec/hl.php?style=nav3&txt=DELPHIN+Notebook+%5B1%5D" hspace="0"
vspace="0" border="0" alt="DELPHIN Notebook"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=OPTIODDV" target="_self"><img
src="/exec/hl.php?style=nav3&txt=DVD+Laufwerke%2FWriter+%5B6%5D"
hspace="0" vspace="0" border="0" alt="DVD Laufwerke/Writer"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=OPTIODCO" target="_self"><img
src="/exec/hl.php?style=nav3&txt=DVD%2FCDRW+Combo+Laufwerk+%5B2%5D"
hspace="0" vspace="0" border="0" alt="DVD/CDRW Combo Laufwerk"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=PDAS"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=PDAS"
target="_self"><img src="/exec/hl.php?txt=PDA+%5B1%5D" hspace="0"
vspace="0" border="0" alt="PDA"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=PDASPDAS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=PDA+Personal+Digital+Assistent+%5B1%5D"
hspace="0" vspace="0" border="0" alt="PDA Personal Digital
Assistent"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=PIRA"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=PIRA"
target="_self"><img src="/exec/hl.php?txt=PRANHA+Computer+%5B4%5D"
hspace="0" vspace="0" border="0" alt="PRANHA Computer"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=PIRAPIRA" target="_self"><img
src="/exec/hl.php?style=nav3&txt=PIRANHA+Sonderartikel+%5B4%5D" hspace="0"
vspace="0" border="0" alt="PIRANHA Sonderartikel"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=CPUS"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=CPUS"
target="_self"><img src="/exec/hl.php?txt=Prozessoren+%5B40%5D" hspace="0"
vspace="0" border="0" alt="Prozessoren"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=CPUSCAMP" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CPU+AMD+MP+%5B3%5D" hspace="0" vspace="0"
border="0" alt="CPU AMD MP"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=CPUSCAXP" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CPU+AMD+XP+%5B4%5D" hspace="0" vspace="0"
border="0" alt="CPU AMD XP"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=CPUSCIC4" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CPU+Intel+Celeron+478+%5B5%5D" hspace="0"
vspace="0" border="0" alt="CPU Intel Celeron 478"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=CPUSCIP4" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CPU+Intel+Pentium+4+%5B4%5D" hspace="0"
vspace="0" border="0" alt="CPU Intel Pentium 4"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=CPUSCIM4" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CPU+Intel+Pentium+4+Mobile+%5B5%5D"
hspace="0" vspace="0" border="0" alt="CPU Intel Pentium 4
Mobile"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=CPUSCIP3" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CPU+Intel+Pentium-III+%5B2%5D" hspace="0"
vspace="0" border="0" alt="CPU Intel Pentium-III"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=CPUSCIX4" target="_self"><img
src="/exec/hl.php?style=nav3&txt=CPU+Intel+XEON+%5B7%5D" hspace="0"
vspace="0" border="0" alt="CPU Intel XEON"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=CPUSCOCP" target="_self"><img
src="/exec/hl.php?style=nav3&txt=L%FCfter+CPU+%5B10%5D" hspace="0"
vspace="0" border="0" alt="Lüfter CPU"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=SCAN"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=SCAN"
target="_self"><img src="/exec/hl.php?txt=Scanner+%5B9%5D" hspace="0"
vspace="0" border="0" alt="Scanner"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SCANSCAN" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Scanner+%5B9%5D" hspace="0" vspace="0"
border="0" alt="Scanner"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=IOIO"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=IOIO"
target="_self"><img src="/exec/hl.php?txt=Schnittstellenkarten+%5B41%5D"
hspace="0" vspace="0" border="0" alt="Schnittstellenkarten"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=IOIOCOID" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Controller+IDE+%5B9%5D" hspace="0"
vspace="0" border="0" alt="Controller IDE"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=IOIOCOPC" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Controller+PCI+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Controller PCI"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=IOIOCOSC" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Controller+SCSI+%5B18%5D" hspace="0"
vspace="0" border="0" alt="Controller SCSI"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=IOIOIFIE" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Interfacekarte+IEEE+1394+%28Fire+Wire%29+%5B1%5D"
hspace="0" vspace="0" border="0" alt="Interfacekarte IEEE 1394 (Fire
Wire)"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=IOIOIFKO" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Interfacekarte+Kombi+%28seriell%2Fparallel%29+%5B4%5D"
hspace="0" vspace="0" border="0" alt="Interfacekarte Kombi
(seriell/parallel)"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=IOIOIFPA" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Interfacekarte+Parallel+%5B2%5D"
hspace="0" vspace="0" border="0" alt="Interfacekarte Parallel"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=IOIOIFSE" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Interfacekarte+Seriell+%5B4%5D"
hspace="0" vspace="0" border="0" alt="Interfacekarte Seriell"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=IOIOIFUS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Interfacekarte+USB+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Interfacekarte USB"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=SOFT"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=SOFT"
target="_self"><img src="/exec/hl.php?txt=Software+%5B11%5D" hspace="0"
vspace="0" border="0" alt="Software"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SOFTDPSW" target="_self"><img
src="/exec/hl.php?style=nav3&txt=DELPHIN+Software+%5B3%5D" hspace="0"
vspace="0" border="0" alt="DELPHIN Software"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SOFTSWBS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Software+Betriebssystem+%5B2%5D"
hspace="0" vspace="0" border="0" alt="Software Betriebssystem"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SOFTSWTO" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Software+Tools+%5B6%5D" hspace="0"
vspace="0" border="0" alt="Software Tools"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=SPEI"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=SPEI"
target="_self"><img src="/exec/hl.php?txt=Speichermodule+%5B39%5D"
hspace="0" vspace="0" border="0" alt="Speichermodule"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SPEIRADD" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Speichermodule+DDRAM+%5B13%5D" hspace="0"
vspace="0" border="0" alt="Speichermodule DDRAM"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SPEIRARD" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Speichermodule+RAMBUS+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Speichermodule RAMBUS"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SPEIRADI" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Speichermodule+SDRAM+%5B7%5D" hspace="0"
vspace="0" border="0" alt="Speichermodule SDRAM"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SPEIRASO" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Speichermodule+SO-SDRAM+%5B3%5D"
hspace="0" vspace="0" border="0" alt="Speichermodule SO-SDRAM"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=SPEIRAEX" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Speichermodule+Spezial+%5B15%5D"
hspace="0" vspace="0" border="0" alt="Speichermodule Spezial"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=TELK"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=TELK"
target="_self"><img src="/exec/hl.php?txt=Telekomunikation+%5B2%5D"
hspace="0" vspace="0" border="0" alt="Telekomunikation"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=TELKKBNE" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+Netzwerk+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Kabel Netzwerk"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=TELKKODI" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kommunikation+Digital+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Kommunikation Digital"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=USVS"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=USVS"
target="_self"><img src="/exec/hl.php?txt=USV+%5B15%5D" hspace="0"
vspace="0" border="0" alt="USV"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=USVSUS19" target="_self"><img
src="/exec/hl.php?style=nav3&txt=USV+19%22+%5B10%5D" hspace="0" vspace="0"
border="0" alt="USV 19&quot;"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=USVSUSSA" target="_self"><img
src="/exec/hl.php?style=nav3&txt=USV+Standger%E4t+%5B5%5D" hspace="0"
vspace="0" border="0" alt="USV Standgerät"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1"
class="nav2">
                                <tr>
                                        <td width="5"><a 
href="/onlineshop.php?action=collapsegroup&id=ZUBE"
target="_self"><img
src="/graphics/icon.button.collapse_group.00.13x13.20030430.gif"
alt="Reduzieren" width="13" height="13" hspace="0" vspace="0" border="0"
align="texttop"></a></td>
                                        <td><a 
href="/onlineshop.php?action=showgroup&id=ZUBE"
target="_self"><img src="/exec/hl.php?txt=Zubeh%F6r+Allgemein+%5B9%5D"
hspace="0" vspace="0" border="0" alt="Zubehör Allgemein"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=ZUBEGESO" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Geh%E4use+Sonstiges%2FZubeh%F6r+%5B1%5D"
hspace="0" vspace="0" border="0" alt="Gehäuse
Sonstiges/Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=ZUBEKBUS" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Kabel+USB+%5B1%5D" hspace="0" vspace="0"
border="0" alt="Kabel USB"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=ZUBEMOZU" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Monitor+Zubeh%F6r+%5B1%5D" hspace="0"
vspace="0" border="0" alt="Monitor Zubehör"></a></td>
                                </tr>
                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1">
                                <tr>
                                        <td width="5">&nbsp;</td>
                                        <td class="nav3"><a
href="/onlineshop.php?action=showsubgroup&id=ZUBEZUAL" target="_self"><img
src="/exec/hl.php?style=nav3&txt=Zubeh%F6r+Allgemein+%5B2%5D" hspace="0"
vspace="0" border="0" alt="Zubehör Allgemein"></a></td>
                                </tr>
                        </table>
                        &nbsp;</td>
        </tr>
</table>
</body>
</html>
---

-- 
Edit bug report at http://bugs.php.net/?id=23924&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23924&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23924&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23924&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23924&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23924&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23924&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23924&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23924&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23924&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23924&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23924&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23924&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23924&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23924&r=gnused

Reply via email to