% showitem = request.querystring("id") Select Case showitem Case "qt01" PageBody = "
Step 1: Calibrate the Electrocardiograph
" &_ "To check the calibration of the electrocardiograph:" &_ "
» Step 2: Attach the Electrodes" ItemTitle = "movies/01_calibrate.mov" Case "qt02" PageBody = "
Step 2: Attach the Electrodes
" &_ "To prepare the subject for the electrocardiogram:" &_ "
» Step 3: Attach the Leads" ItemTitle = "movies/02_electrodes.mov" Case "qt03" PageBody = "
Step 3: Attach Leads To the Electrodes
" &_ "After placing the leads on the subject, snap the leads to the electrodes.
" &_ "» Step 4: Secure Leads and Electrodes
" ItemTitle = "movies/03_leads.mov" Case "qt04" PageBody = "Step 4: Secure Leads and Electrodes
" &_ "Demo Not Found
" &_ "The demo resource that you have requested does not exist on our server. Please check the url and try again.
" &_ "
" ItemTitle = "Null" End Select %>
|