| 1 |
tdb |
1.1 |
<html xmlns:o="urn:schemas-microsoft-com:office:office" |
| 2 |
|
|
xmlns="http://www.w3.org/TR/REC-html40"> |
| 3 |
|
|
|
| 4 |
|
|
<head> |
| 5 |
|
|
<meta http-equiv=Content-Type content="text/html; charset=windows-1252"> |
| 6 |
|
|
<meta name=ProgId content=PowerPoint.Slide> |
| 7 |
|
|
<meta name=Generator content="Microsoft PowerPoint 9"> |
| 8 |
|
|
|
| 9 |
|
|
<link id=Main-File rel=Main-File |
| 10 |
|
|
href="../i-scream-web.htm"> |
| 11 |
|
|
<link rel=File-List |
| 12 |
|
|
href="filelist.xml"> |
| 13 |
|
|
<link rel=Preview |
| 14 |
|
|
href="preview.wmf"> |
| 15 |
|
|
<title>i-Scream Central Monitoring System</title> |
| 16 |
|
|
<!--[if gte mso 9]><xml> |
| 17 |
|
|
<o:DocumentProperties> |
| 18 |
|
|
<o:Subject>An overview of the initial stages of the project</o:Subject> |
| 19 |
|
|
<o:Author>i-Scream Project Team</o:Author> |
| 20 |
|
|
<o:LastAuthor>AJ Moore</o:LastAuthor> |
| 21 |
|
|
<o:Revision>19</o:Revision> |
| 22 |
|
|
<o:TotalTime>381</o:TotalTime> |
| 23 |
|
|
<o:LastPrinted>2000-10-13T14:06:22Z</o:LastPrinted> |
| 24 |
|
|
<o:Created>2000-10-09T18:14:31Z</o:Created> |
| 25 |
|
|
<o:LastSaved>2000-10-15T18:54:42Z</o:LastSaved> |
| 26 |
|
|
<o:Words>183</o:Words> |
| 27 |
|
|
<o:PresentationFormat>On-screen Show</o:PresentationFormat> |
| 28 |
|
|
<o:Bytes>23321</o:Bytes> |
| 29 |
|
|
<o:Paragraphs>52</o:Paragraphs> |
| 30 |
|
|
<o:Slides>8</o:Slides> |
| 31 |
|
|
<o:Notes>2</o:Notes> |
| 32 |
|
|
<o:Version>9.3821</o:Version> |
| 33 |
|
|
</o:DocumentProperties> |
| 34 |
|
|
</xml><![endif]--> |
| 35 |
|
|
<meta http-equiv=expires content=0> |
| 36 |
|
|
<![if !ppt]><script><!-- |
| 37 |
|
|
|
| 38 |
|
|
var END_SHOW_HREF = "v3_endshow.htm", |
| 39 |
|
|
OUTLINE_EXPAND_HREF = "v3_outline_expanded.htm", |
| 40 |
|
|
OUTLINE_COLLAPSE_HREF = "v3_outline_collapsed.htm"; |
| 41 |
|
|
NAVBAR_HREF = "v3_navigation_bar.htm"; |
| 42 |
|
|
BLANK_NOTES_HREF = "v3_blank_notes.htm"; |
| 43 |
|
|
NUM_VISIBLE_SLIDES = 10; |
| 44 |
|
|
SIMPLE_FRAMESET = 0; |
| 45 |
|
|
SLIDE_FRAME = "PPTSld"; |
| 46 |
|
|
NOTES_FRAME = "PPTNts"; |
| 47 |
|
|
OUTLINE_FRAME = "PPTOtl"; |
| 48 |
|
|
NAVBAR_FRAME = "PPTNav"; |
| 49 |
|
|
|
| 50 |
|
|
var g_currentSlide = 1, g_prevSlide = 1; |
| 51 |
|
|
|
| 52 |
|
|
var appVer = navigator.appVersion; |
| 53 |
|
|
var msie = appVer.indexOf( "MSIE " ); |
| 54 |
|
|
var msieWin31 = (appVer.indexOf( "Windows 3.1" ) > 0); |
| 55 |
|
|
var ver = 0; |
| 56 |
|
|
|
| 57 |
|
|
if ( msie >= 0 ) |
| 58 |
|
|
ver = parseFloat( appVer.substring( msie+5, appVer.indexOf ( ";", msie ) ) ); |
| 59 |
|
|
else |
| 60 |
|
|
ver = parseInt( appVer ); |
| 61 |
|
|
|
| 62 |
|
|
var g_supportsPPTHTML = !msieWin31 && ( ( msie >= 0 && ver >= 3.02 ) || ( msie < 0 && ver >= 3 ) ); |
| 63 |
|
|
|
| 64 |
|
|
function GetCurrentSlideNum() |
| 65 |
|
|
{ |
| 66 |
|
|
obj = GetHrefObj( g_currentSlide ); |
| 67 |
|
|
if ( GetHrefObj( g_currentSlide ).m_origVisibility == 1 ) |
| 68 |
|
|
return obj.m_slideIdx; |
| 69 |
|
|
else |
| 70 |
|
|
return g_currentSlide; |
| 71 |
|
|
} |
| 72 |
|
|
|
| 73 |
|
|
function GetNumSlides() |
| 74 |
|
|
{ |
| 75 |
|
|
if ( GetHrefObj( g_currentSlide ).m_origVisibility == 1 ) |
| 76 |
|
|
return NUM_VISIBLE_SLIDES; |
| 77 |
|
|
else |
| 78 |
|
|
return g_docTable.length; |
| 79 |
|
|
} |
| 80 |
|
|
|
| 81 |
|
|
function GetHrefObj( slideIdx ) |
| 82 |
|
|
{ return g_docTable[slideIdx - 1]; |
| 83 |
|
|
} |
| 84 |
|
|
|
| 85 |
|
|
function GetSlideNum( slideHref ) |
| 86 |
|
|
{ |
| 87 |
|
|
for (ii=0; ii<g_docTable.length; ii++) { |
| 88 |
|
|
if ( g_docTable[ii].m_slideHref == slideHref ) |
| 89 |
|
|
return ii+1; |
| 90 |
|
|
} |
| 91 |
|
|
return 1; |
| 92 |
|
|
} |
| 93 |
|
|
|
| 94 |
|
|
function GoToNextSld() |
| 95 |
|
|
{ |
| 96 |
|
|
targetIdx = g_currentSlide + 1; |
| 97 |
|
|
if ( GetHrefObj( targetIdx-1 ).m_origVisibility == 0 ) { |
| 98 |
|
|
if ( targetIdx<=g_docTable.length ) { |
| 99 |
|
|
obj = GetHrefObj( targetIdx ); |
| 100 |
|
|
obj.m_visibility = 1; |
| 101 |
|
|
GoToSld( obj.m_slideHref ); |
| 102 |
|
|
} |
| 103 |
|
|
} |
| 104 |
|
|
else { |
| 105 |
|
|
obj = GetHrefObj( targetIdx ); |
| 106 |
|
|
while ( obj && ( obj.m_origVisibility == 0 ) && ( targetIdx<=g_docTable.length ) ) |
| 107 |
|
|
obj = GetHrefObj( targetIdx++ ); |
| 108 |
|
|
if( obj && obj.m_origVisibility ) |
| 109 |
|
|
GoToSld( obj.m_slideHref ); |
| 110 |
|
|
} |
| 111 |
|
|
} |
| 112 |
|
|
|
| 113 |
|
|
function GoToPrevSld() |
| 114 |
|
|
{ |
| 115 |
|
|
targetIdx = g_currentSlide - 1; |
| 116 |
|
|
if ( targetIdx > 0 ) { |
| 117 |
|
|
obj = GetHrefObj( targetIdx ); |
| 118 |
|
|
while ( ( obj.m_visibility == 0 ) && ( targetIdx>0 ) ) |
| 119 |
|
|
obj = GetHrefObj( targetIdx-- ); |
| 120 |
|
|
GoToSld( obj.m_slideHref ); |
| 121 |
|
|
} |
| 122 |
|
|
} |
| 123 |
|
|
|
| 124 |
|
|
function GoToLast() |
| 125 |
|
|
{ |
| 126 |
|
|
targetIdx = g_docTable.length; |
| 127 |
|
|
if ( targetIdx != g_currentSlide ) |
| 128 |
|
|
GoToSld( GetHrefObj( targetIdx ).m_slideHref ); |
| 129 |
|
|
} |
| 130 |
|
|
|
| 131 |
|
|
function GoToFirst() |
| 132 |
|
|
{ GoToSld( GetHrefObj(1).m_slideHref ); |
| 133 |
|
|
} |
| 134 |
|
|
|
| 135 |
|
|
function ChangeFrame( frame, href ) |
| 136 |
|
|
{ |
| 137 |
|
|
if( g_supportsPPTHTML ) |
| 138 |
|
|
frames[frame].location.replace( href ); |
| 139 |
|
|
else |
| 140 |
|
|
frames[frame].location.href = href; |
| 141 |
|
|
} |
| 142 |
|
|
|
| 143 |
|
|
function GoToSld( slideHref ) |
| 144 |
|
|
{ |
| 145 |
|
|
if ( slideHref != GetHrefObj( g_currentSlide ).m_slideHref ) { |
| 146 |
|
|
g_prevSlide = g_currentSlide; |
| 147 |
|
|
g_currentSlide = GetSlideNum( slideHref ); |
| 148 |
|
|
obj = GetHrefObj( g_currentSlide ); |
| 149 |
|
|
obj.m_visibility = 1; |
| 150 |
|
|
if( !SIMPLE_FRAMESET ) |
| 151 |
|
|
ChangeFrame( NOTES_FRAME, obj.m_notesHref ); |
| 152 |
|
|
ChangeFrame( NAVBAR_FRAME, NAVBAR_HREF ); |
| 153 |
|
|
frames[SLIDE_FRAME].location.href = slideHref; |
| 154 |
|
|
} |
| 155 |
|
|
} |
| 156 |
|
|
|
| 157 |
|
|
function PrevSldViewed() |
| 158 |
|
|
{ GoToSld( GetHrefObj( g_prevSlide ).m_slideHref ); |
| 159 |
|
|
} |
| 160 |
|
|
|
| 161 |
|
|
function EndShow() |
| 162 |
|
|
{ frames[SLIDE_FRAME].location.href = END_SHOW_HREF; |
| 163 |
|
|
} |
| 164 |
|
|
|
| 165 |
|
|
function NoHref() {} |
| 166 |
|
|
|
| 167 |
|
|
function ExpandOutline( ) |
| 168 |
|
|
{ ChangeFrame( OUTLINE_FRAME, OUTLINE_EXPAND_HREF ); |
| 169 |
|
|
} |
| 170 |
|
|
|
| 171 |
|
|
function CollapseOutline() |
| 172 |
|
|
{ ChangeFrame( OUTLINE_FRAME, OUTLINE_COLLAPSE_HREF ); |
| 173 |
|
|
} |
| 174 |
|
|
|
| 175 |
|
|
function SlideUpdated( id ) |
| 176 |
|
|
{ |
| 177 |
|
|
if ( id != GetHrefObj( g_currentSlide ).m_slideHref ) { |
| 178 |
|
|
g_prevSlide = g_currentSlide; |
| 179 |
|
|
g_currentSlide = GetSlideNum( id ); |
| 180 |
|
|
obj = GetHrefObj( g_currentSlide ); |
| 181 |
|
|
if( !SIMPLE_FRAMESET ) |
| 182 |
|
|
ChangeFrame( NOTES_FRAME, obj.m_notesHref ); |
| 183 |
|
|
ChangeFrame( NAVBAR_FRAME, NAVBAR_HREF ); |
| 184 |
|
|
} |
| 185 |
|
|
} |
| 186 |
|
|
|
| 187 |
|
|
function hrefList( slideHref, notesHref, visible, slideIdx ) |
| 188 |
|
|
{ |
| 189 |
|
|
this.m_slideHref = slideHref; |
| 190 |
|
|
this.m_notesHref = notesHref; |
| 191 |
|
|
this.m_navbarHref = NAVBAR_HREF; |
| 192 |
|
|
this.m_origVisibility = visible; |
| 193 |
|
|
this.m_visibility = visible; |
| 194 |
|
|
this.m_slideIdx = slideIdx; |
| 195 |
|
|
} |
| 196 |
|
|
var g_docTable = new Array( |
| 197 |
|
|
new hrefList("v3_slide0001.htm", BLANK_NOTES_HREF, 1, 1 ), |
| 198 |
|
|
new hrefList("v3_slide0002.htm", BLANK_NOTES_HREF, 1, 2 ), |
| 199 |
|
|
new hrefList("v3_slide0003.htm", BLANK_NOTES_HREF, 1, 3 ), |
| 200 |
|
|
new hrefList("v3_slide0004.htm", BLANK_NOTES_HREF, 1, 4 ), |
| 201 |
|
|
new hrefList("v3_slide0010.htm", BLANK_NOTES_HREF, 1, 5 ), |
| 202 |
|
|
new hrefList("v3_slide0009.htm", BLANK_NOTES_HREF, 1, 6 ), |
| 203 |
|
|
new hrefList("v3_slide0006.htm", BLANK_NOTES_HREF, 1, 7 ), |
| 204 |
|
|
new hrefList("v3_slide0007.htm", BLANK_NOTES_HREF, 1, 8 ), |
| 205 |
|
|
new hrefList("v3_slide0002.htm", BLANK_NOTES_HREF, 1, 9 ), |
| 206 |
|
|
new hrefList("v3_slide0001.htm", BLANK_NOTES_HREF, 1, 10 ) |
| 207 |
|
|
); |
| 208 |
|
|
//--> |
| 209 |
|
|
</script><![endif]> |
| 210 |
|
|
</head> |
| 211 |
|
|
|
| 212 |
|
|
<frameset rows="*,27" framespacing=1 frameborder=1> |
| 213 |
|
|
<noframes> |
| 214 |
|
|
<body> |
| 215 |
|
|
<p>This page uses frames, but your browser doesn't support them.</p> |
| 216 |
|
|
</body> |
| 217 |
|
|
</noframes> |
| 218 |
|
|
<frameset cols="*,495"> |
| 219 |
|
|
<frame |
| 220 |
|
|
src="v3_outline_collapsed.htm" |
| 221 |
|
|
name=PPTOtl noresize> |
| 222 |
|
|
<frameset rows="376,*"> |
| 223 |
|
|
<frame |
| 224 |
|
|
src="v3_slide0001.htm" |
| 225 |
|
|
name=PPTSld marginheight=0 marginwidth=0> |
| 226 |
|
|
<frame |
| 227 |
|
|
src="v3_blank_notes.htm" |
| 228 |
|
|
name=PPTNts marginheight=0 marginwidth=0 noresize> |
| 229 |
|
|
</frameset> |
| 230 |
|
|
</frameset> |
| 231 |
|
|
<frameset cols="*,495"> |
| 232 |
|
|
<frame |
| 233 |
|
|
src="v3_outline_navigation_bar.htm" |
| 234 |
|
|
name=PPTOtlNav marginheight=0 marginwidth=0 scrolling=no noresize> |
| 235 |
|
|
<frame |
| 236 |
|
|
src="v3_navigation_bar.htm" |
| 237 |
|
|
name=PPTNav marginheight=0 marginwidth=0 scrolling=no noresize> |
| 238 |
|
|
</frameset> |
| 239 |
|
|
</frameset> |
| 240 |
|
|
|
| 241 |
|
|
</html> |