<?php require('config.php'); require('SRC/macros.php');  
list ($home,$url,$users,$assign,$msg,$host,$sql,$MYCookie,$applet,$os)=courseAll();
$user_nbr=getaUserNbr($$MYCookie);
list ($user_name,$user_home,$user_url,$user_profile)=userid($user_nbr);

myheader("Video Lectures",'..',$myPermit);

?>
A short video-recording is available for each chapter of the syllabus.
You need to <a href=login.php>login</A> to make all the links visible 
and access the recordings beyond the introduction. 
For an efficient study, we recommend that you download the video file to 
your computer and open your <a href="http://www.real.com">Real Player</a> 
on the top of the syllabus; this allows you to stop the lecture and 
execute the numerical experiments directly asx they are discussed.

<ul>
<li>Welcome and how to study, 10 min,  
    <a href="../video/WELC_28K.rm">modem</a> (1.5MB),
    <a href="../video/WELC_28KISDN.rm">ISDN</a> (9MB),
    <a href="../video/WELC_56KLAN.rm">LAN</a> (24MB).
<li>1. Introduction, 53 min,  
    <a href="../video/INTR_28K.rm">modem</a> (8.0MB),
    <a href="../video/INTR_28KISDN.rm">ISDN</a> (50MB),
    <a href="../video/INTR_56KLAN.rm">LAN</a> (131MB).

<?php
if ($user_nbr<=-99) {
echo "
<li>2. Finite Differences, 46 min, modem</a> (6.8MB), ISDN (43MB), LAN (111MB).
<li>3. Finite Elements, 38 min, modem (5.8MB), ISDN (36MB), LAN (95MB).
<li>4. Fourier Methods, 32 min, modem (4.7MB), ISDN (29MB), LAN (77MB).
<li>5. Monte-Carlo Methods, 33 min, modem</a> (5.0MB), ISDN (31MB), LAN (82MB).
<li>6. Lagrangian Schemes, 11 min, modem (1.6MB), ISDN (9.7MB), LAN (26MB).";

} else {

echo "
<li>2. Finite Differences, 46 min,  
    <a href=../video/pde2_28K.rm onMouseover=\"window.status=' # video'; return true\">modem</a> (6.8MB),
    <a href=../video/pde2_28KISDN.rm onMouseover=\"window.status=' # video'; return true\">ISDN</a> (43MB),
    <a href=../video/pde2_56KLAN.rm onMouseover=\"window.status=' # video'; return true\">LAN</a> (111MB).
<li>3. Finite Elements, 38 min,  
    <a href=../video/pde3_28K.rm onMouseover=\"window.status=' # video'; return true\">modem</a> (5.8MB),
    <a href=../video/pde3_28KISDN.rm onMouseover=\"window.status=' # video'; return true\">ISDN</a> (36MB),
    <a href=../video/pde3_56KLAN.rm onMouseover=\"window.status=' # video'; return true\">LAN</a> (95MB).
<li>4. Fourier Methods, 32 min,  
    <a href=../video/pde4_28K.rm onMouseover=\"window.status=' # video'; return true\">modem</a> (4.7MB),
    <a href=../video/pde4_28KISDN.rm onMouseover=\"window.status=' # video'; return true\">ISDN</a> (29MB),
    <a href=../video/pde4_56KLAN.rm onMouseover=\"window.status=' # video'; return true\">LAN</a> (77MB).
<li>5. Monte-Carlo Methods, 33 min,  
    <a href=../video/pde5_28K.rm onMouseover=\"window.status=' # video'; return true\">modem</a> (5.0MB),
    <a href=../video/pde5_28KISDN.rm onMouseover=\"window.status=' # video'; return true\">ISDN</a> (31MB),
    <a href=../video/pde5_56KLAN.rm onMouseover=\"window.status=' # video'; return true\">LAN</a> (82MB).
<li>6. Lagrangian Schemes, 11 min,  
    <a href=../video/pde6_28K.rm onMouseover=\"window.status=' # video'; return true\">modem</a> (1.6MB),
    <a href=../video/pde6_28KISDN.rm onMouseover=\"window.status=' # video'; return true\">ISDN</a> (9.7MB),
    <a href=../video/pde6_56KLAN.rm onMouseover=\"window.status=' # video'; return true\">LAN</a> (26MB).";
}
?>

</ul>
All the video copyrights &copy;&nbsp; 
Andr&eacute; Jaun, Johan Hedin, Thomas Johnsson, Stockholm, 2000-2003
<br>
<p>
<a href="http://www.real.com"><img align=center border=0 src=../images/Real_free.png></a>
Test "Version 8 Basic" with a 45 sec sample,
    <a href=../video/fight2_28K.rm onMouseover="window.status=' # video'; return true">modem</a> (0.12MB),
    <a href=../video/fight2_28KISDN.rm onMouseover="window.status=' # video'; return true">ISDN</a> (0.74MB),
    <a href=../video/fight2_56KLAN.rm onMouseover="window.status=' # video'; return true">LAN</a> (1.9MB).
<br><p>
<?php myfooter($user_nbr,'..',$myPermit); ?>
