0) { $r=mysql_fetch_array($query); printheader ("Neon Drive Product | ".$r[name], 1); print_calea ($r[name], 'products|'.$r[name], 'products.html|products/'.url($r[name]).'.html'); ?>

"") echo 'Part No.: '.$r[part_no].'
'; if ($r[type]<>"") echo 'Type: USB '.$r[type].'
'; if ($r[package]<>"") echo 'Package: '.$r[package].'
'; $specs=''; $speclist=explode("\n", $r[specs]); for ($x=0; $x\n"; if ($r[specs]<>"") echo 'Specifications:
'.$specs.'
'; if ($r[style]<>"") { echo 'Styles:
'; $styles="where name='".str_replace(",","' or name='",$r[style])."'"; $query=mysql_query("select * from style $styles order by name"); while ($res=@mysql_fetch_array($query)) { echo ''.$res[name].' ('.$res[size].')'; print_style(); } } if ($r[drivers]<>"") { echo 'Download:
'; $drivers="where name='".str_replace(",","' or name='",$r[drivers])."'"; $query=mysql_query("select * from drivers $drivers order by name"); echo ''; while ($res=@mysql_fetch_array($query)) { echo ''; } echo '
NameSpecifications/Download
'.$res[name].''; print_driver(); echo '

'; } printfooter (); } else { header("Location: ../products.html"); } ?>