INCLUDE ("./wi/defines.class");
$page_name = 'home';
$section_name = 'home';
$def = NEW Defines($section_name);
INCLUDE ($def->path."wi/dbinfo.inc");
INCLUDE ($def->path."wi/misc.php");
INCLUDE ($def->path."wi/site.class");
INCLUDE ($def->path."wi/data_object.class");
INCLUDE ($def->path."wi/page.class");
INCLUDE ($def->path."wi/press_release.class");
$version = browser_version($HTTP_USER_AGENT);
$tree = NEW Site('home');
$tree->getPressReleases();
$tree->makeNavTrail($page_name);
$tree->pages[$page_name]->getZoneInfo();
?>
ALZA: Pharmaceuticals and Drug Delivery Technologies
INCLUDE ($def->path."wi/dhtml.php");
?>
$textheight = 0;
$textwidth = 0;
$nav = $tree->makeNavArray('home');
$nav = ARRAY_FLIP($nav);
WHILE (LIST($key, $val) = EACH($nav)){
IF ($key != 'investor'){
$nav[$key] = $tree->makeNavArray($key);
}
ELSE {
$nav[$key] = ARRAY();
}
}
RESET($nav);
$tree->getPressReleases();
?>
Visit the ALZA Pharmaceuticals section to learn about our Central Nervous System, Oncology and Urology products.
Visit the ALZA Technologies section to learn more about our technologies.
>
$jscript_buffer3 .= makeBars();
#### MAKE NAV
$jscript_buffer .= "nav = new Array;\n";
$jscript_buffer .= "allNav = new Array;\n";
$jscript_buffer2 = "navimgs = new Array;\n";
$z=0;
$x=0;
WHILE (LIST($key, $val) = EACH ($nav)){
$imgoff = makeGenImagePath("nav2_", "_off", $key);
$imgroll = makeGenImagePath("nav2_", "_roll", $key);
ECHO "