header('Location: http://www.scmmicro.com/support/pcs_downloads.php');
/*
$lang= $_GET['lang'];
$detitle="Treiber";
$entitle="Product Drivers";
$deLink="pcs_product_drivers.html?lang=de";
$enLink="pcs_product_drivers.html?lang=en";
$desection=" » PC Security";
$ensection=" » PC Security";
if ($lang == "de")
{
include ( "../makePage/makePage_Support_deEULA.inc");
}
else
{
include ( "../makePage/makePage_Support_enEULA.inc");
}
*/
?>
/*
if ($lang == "de")
{
echo "$detitle";
}
else
{
echo "$entitle";
}
*/
?>
/*
include ( "../includes/metatag-content.inc");
*/
?>
/*
if ($lang == "de")
{
include ( "includes_de/pcs_product_drivers.inc");
}
else
{
include ( "includes_en/pcs_product_drivers.inc");
}
*/
?>
/*
include ( "../footer.inc");
*/
?>