| Server IP : 74.208.236.18 / Your IP : 216.73.216.45 Web Server : Apache System : Linux infong654 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u39365822 ( 135825) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/7/d147067425/htdocs/newbackup/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<!-----Created using Articulate Presenter 4.0 - http://www.ArticulateGlobal.com ----->
<!----
Articulate Presenter Version: 4.0
Player file: stealthray.swf
Pack version: 4.a
----->
<TITLE>
HDI Presentation
</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="imagetoolbar" content="false">
<script LANGUAGE="JavaScript">
<!-------- Articulate Presenter Lives Here ---------------------------
// Browser Detectio Monstra
var NS4 = (navigator.appName.indexOf("Netscape")>=0 && parseFloat(navigator.appVersion) >= 4 && parseFloat(navigator.appVersion) < 5)? true : false;
var IE4 = (document.all)? true : false;
var NS6plus = (parseFloat(navigator.appVersion) >= 5 && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? true : false;
var IEmac = ((document.all)&&(isMac)) ? true : false;
var IE4plus = (document.all) ? true : false;
var IE5 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 5.")!=-1)) ? true : false;
var IE6 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 6.")!=-1)) ? true : false;
var Opera7plus = ((document.all)&&(navigator.userAgent.indexOf("Opera 7")!=-1)) ? true : false;
var aw;
var ah;
var currentDisplayMode = "1"; //displaymode
// Reposiit Windozer
function reposition() {
var x = 0; var y = 0;
aw=screen.availWidth;
ah=screen.availHeight;
//aw=800; ah=600; //hardcode this to test 800x600-mode//
if (aw > 820) {
if (aw >= 1024) { //centering the starting x,y for 1024 res.
x = 0; y = 0; ah = 680;
}
if (aw > 1024) { //centering the starting x,y for 1280 res.
x = 100; y = 100; ah = 680;
}
aw = 990;
}
if (aw < 820) { aw = 800; }
if (NS4) { aw = 800; ah = 600; }
window.moveTo(x, y);
window.resizeTo(aw,ah);
window.focus();
}
// Make ourself the correct size. //
reposition();
//-------------------------------------------------------------------------------------
//After load completes, check the document.body.scrollHeight and scrollWidth, to see how the Inner pixel size compares to Window size.
//then, resize again to compensate for the delta (which is browser chrome, in case we are not launched in new window).
// ((Not called by default.. Add to BODY ONLOAD="" to enable.))
//-------------------------------------------------------------------------------------
function reposition2() {
deltax=(aw-document.body.scrollWidth);
deltay=(ah-document.body.scrollHeight);
//do the resize:
if (deltay > 20) { //just a simple sanity check: if it is not much different, don't bother with this secondary resize at all.
window.resizeTo(aw+deltax-6, ah+deltay-12-20); //estimate minimum window border
}
}
//--------->
</script>
<script language="javascript">
///////////////////////////////////////////////////////////////////////////
//Overall Flash Handler, getting and dispatching callback messages,
//received from player Flash object embedded in this page:
///////////////////////////////////////////////////////////////////////////
function player_DoFSCommand(command, args) {
//alert("command="+command+", args="+args);
//------------------------------------------------------//
if (command == "bookmark_presentation") {
if ((!Opera7plus) && (IE4plus)) {
var s = args.substring(0,args.indexOf("|"));
var t = args.substring((args.indexOf("|")+1),args.length);
var _proto = document.location.protocol;
var _host = document.location.host;
var _pathname = document.location.pathname;
x = _pathname.lastIndexOf("/");
if (x<=0) { x = _pathname.lastIndexOf("\\"); }
if (x<_pathname.length) { //if / is not the last char
x++; //grab the trailing "/"
}
newpath = _pathname.substr(0,(x))+"index.html"; //link to the launcher index page always.
var newUrl = _proto+"//"+ _host + newpath + "?slide="+s; //the url
t = t + " - Powered by Articulate ";
window.external.AddFavorite(newUrl,t);
} else {
st = "Your browser does not support automatic bookmarking.\nTo bookmark this presentation, please create a bookmark \non the web page that launched this window.";
alert(st);
}
}
//------------------------------------------------------//
if (command == "bookmark_slide") {
if ((!Opera7plus) && (IE4plus)) {
var s = args.substring(0,args.indexOf("|"));
var t = args.substring((args.indexOf("|")+1),args.length);
var _proto = document.location.protocol;
var _host = document.location.host;
var _pathname = document.location.pathname;
x = _pathname.lastIndexOf("/");
if (x<=0) { x = _pathname.lastIndexOf("\\"); }
if (x<_pathname.length) { //if / is not the last char
x++; //grab the trailing "/"
}
newpath = _pathname.substr(0,(x))+"index.html"; //link to the launcher index page always.
var newUrl = _proto+"//"+ _host + newpath + "?slide="+s; //the url
t = t + " Slide "+s +" - Powered by Articulate ";
window.external.AddFavorite(newUrl,t);
} else {
st = "Your browser does not support automatic bookmarking.\nTo bookmark this presentation, please create a bookmark \non the web page that launched this window.";
alert(st);
}
}
//------------------------------------------------------//
if (command == "hyper_flashobject") {
str = args;
params = str.split("|");
var _containerType = params[0];
var _filename = params[1];
var _theX = params[2];
var _theY = params[3];
var _theW = params[4]; //object width and height (and window)
var _theH = params[5];
var _browserOptions = params[6];
var _title = ""; //popped brow's window title//
// Check for Fullscreen command
var _fullscreenSetting = "no";
var re = /width=0/gi;
ww = _browserOptions.search(re);
re = /height=0/gi;
wh = _browserOptions.search(re);
if ((ww>=0) && (wh>=0)) {
_fullscreenSetting="yes"; //pass it along
}
if ((_theW==0) && (_theH==0)) {
_fullscreenSetting="yes"; //pass it along
}
// Put the width,height settings into opener options here,
_browserOptions += ",width="+(parseInt(_theW)+40) +",height="+(parseInt(_theH)+30);
// Launch the new Window
var flashowin = window.open("", "flashobjectwin", _browserOptions); //about:blank
//flashowin.document.body.innerHTML = "<b>Loading...</b>";
var _page=" ";
_page +=("<HT"+"ML>\n ");
_page +=("<BO"+"DY topmargin=0 leftmargin=0 marginheight=0 marginwidth=0><center>\n");
_page +=("<OB"+"JECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
_page +=("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' ");
_page +=("WIDTH='" +_theW+ "' HEIGHT='" +_theH+ "' ID='flashobjectswf' ALIGN=''> ");
_page +=("<PARAM NAME=movie VALUE='data/swf/" +_filename+ "'> ");
_page +=("<PARAM NAME=quality VALUE='high'> ");
_page +=("<PARAM NAME=scale VALUE='show all'>");
_page +=("<EM"+"BED WIDTH='" +_theW+ "' HEIGHT='" +_theH+ "' SRC='data/swf/" +_filename+ "' NAME='flashobjectswf' quality='high' scale='show all' ALIGN='' ");
_page +=(" TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EM"+"BED>");
_page +=("</OB"+"JECT> \n");
_page +=("</center></BO"+"DY> \n");
_page +=("</HT"+"ML> \n\n");
//alert(_page);
//flashowin.document.open("text/html","replace");
//flashowin.document.open();
flashowin.document.title = "FlashObject";
flashowin.focus();
flashowin.document.write(_page); //display
flashowin.document.close(); //end stream
}
//--------------------------------------------------------------------------//
if (command == "hyper_webobject_newwindow") {
str = args;
params = str.split("|");
var _containerType = params[0]; //inplayer, newwindow
var _objectType = params[1]; //html, flash/swf, video/wmv, etc
var _theX = params[2];
var _theY = params[3];
var _theW = params[4];
var _theH = params[5];
var _browserOptions = params[6];
var _mode = params[7]; //not used in this case
var _url = params[8];
var _title = ""; //popped brow's window title//
//check for Fullscreen command from the ppa
var _fullscreenSetting = "no";
var re = /width=0/gi;
ww = _browserOptions.search(re);
re = /height=0/gi;
wh = _browserOptions.search(re);
if ((ww>=0) && (wh>=0)) {
_fullscreenSetting="yes"; //pass it along
}
if ((_theW==0) && (_theH==0)) {
_fullscreenSetting="yes"; //pass it along
}
//put the width,height settings into opener options here ourselves
_browserOptions += ",width="+_theW+",height="+_theH;
//--Setup the Window.open Target Url to popup and populate:
var fullUrl = _url;
window.open(fullUrl, "mediaobjectwin", _browserOptions);
}
//-------------------------------------------------------------------//
if (command == "hyper_webobject_inplayer") {
str = args;
params = str.split("|");
var _containerType = params[0]; //inplayer, newwindow
var _objectType = params[1]; //html, flash/swf, video/wmv, etc
var _theX = params[2];
var _theY = params[3];
var _theW = params[4];
var _theH = params[5];
var _browserOptions = params[6];
var _mode = params[7]; //(scale modes)
var _url = params[8];
var _title = ""; //popped brow's window title//
//- (iframe) -//
//if (null != eLayer1) {
if (IE5||IE6) {
//layer turn-ons, and size & position:
eIFContent.location.href = _url;
var factorSize = 1.0, factorPosition = 1.0;
var is800 = false;
var is1024plus=true;
if (aw <820) { is800=true; is1024plus=false; }
if ((_mode=="") || (_mode=="scaleall")) {
if (is800) { factorSize = 0.81; factorPosition = 0.81; }
if (is1024plus) { factorSize = 1.0; factorPosition= 1.0; }
}
if (_mode=="scaleposition") {
if (is800) { factorSize = 1.0; factorPosition = 0.81; }
if (is1024plus) { factorSize = 1.0; factorPosition= 1.0; }
}
if (_mode=="scalesize") {
if (is800) { factorSize = 0.81; factorPosition = 1.0; }
if (is1024plus) { factorSize = 1.0; factorPosition= 1.0; }
}
if (_mode=="absolute") {
if (is800) { factorSize = 1.0; factorPosition = 1.0; }
if (is1024plus) { factorSize = 1.0; factorPosition= 1.0; }
}
//alert("DEBUG: _mode="+_mode+", factorSize="+factorSize+" factorPosition="+factorPosition+"\n is800="+is800+" is1024plus="+is1024plus);
//Calc the (x,y,w,h): //updated
// 1024x768 Slide top left == 240, 35
// 800x600 Slide top left == 194,44 -- width=582, height==437 == .8 factor
if (is800) {
iLeft = (194) + (parseInt(_theX) * factorPosition);
iTop = (16+20) + (parseInt(_theY)* factorPosition);
} else {
iLeft = (240+1) + parseInt(_theX);
iTop = (35+1) + parseInt(_theY);
}
iWidth = (parseInt(_theW) * factorSize);
iHeight = (parseInt(_theH) * factorSize);
//Execute the display://
eLayer1.style.left = iLeft;
eLayer1.style.top = iTop;
eLayer1.style.width = iWidth;
eLayer1.style.height = iHeight;
eLayer1.style.visibility = 'visible';
} else {
//alert("Can't find a media layer. Opening in a new window instead.");
window.open(_url, "webobjectwin", "width=700,height=500,"+_browserOptions);
}
}
//------------------------------------------------------//
if (command == "hyper_webobject_inplayer_hide") {
//clear the iframe
if(null != eLayer1) {
eLayer1.style.visibility = 'hidden';
eIFContent.location.href = "blank.html";
}
}
//------------------------------------------------------//
if (command == "ART_displaymode") {
//ART_displaymode( newmodenumber )
//Change display modes, so update our x,y target values for webobjects (deltax: 240-135 = 105)
str = args;
params = str.split("|");
var _newmode = params[0];
var _deltax = 0;
if ((currentDisplayMode=="1") && (_newmode=="2")) { _deltax = -105; }
if ((currentDisplayMode=="1") && (_newmode=="3")) { _deltax = -105; }
if ((currentDisplayMode=="2") && (_newmode=="1")) { _deltax = 105; }
if ((currentDisplayMode=="3") && (_newmode=="1")) { _deltax = 105; }
//Execute the display shift://
var _thex = parseInt(eLayer1.style.left);
//alert("_newmode="+_newmode+" eLayer1.style.left = "+_thex +" _deltax="+_deltax);
eLayer1.style.left = _thex + _deltax;
currentDisplayMode = _newmode; //save state
}
//------------------------------------------------------//
if (command == "hyper_mediaobject") {
//rightclick insert webobject, display in new window//
str = args;
params = str.split("|");
var _url = params[0];
var _options = params[1];
var _finaloption = params[2];
var _title = ""; //get the popped brow window title//
var _fullscreenSetting = "no";
var re = /width=0/gi;
ww = _options.search(re);
re = /height=0/gi;
wh = _options.search(re);
if ((ww>=0) && (wh>=0)) {
_fullscreenSetting="yes"; //pass it along
}
//--Launch a new window with the specifed parameters and content:
window.open(_url, "mediaobjectwin", _options);
}
}
//###End of Flash Handlers###//
/////////////////////////////////////////////////////
// Called from the popup MediaObject or window.Deprecated.
/////////////////////////////////////////////////////
function callPresentationResume() {
window.focus();
}
</script>
<SCRIPT LANGUAGE="VBScript">
<!--
// Catch FS Commands in IE, and pass them to the corresponding JavaScript function.
Sub player_FSCommand(ByVal command, ByVal args)
call player_DoFSCommand(command, args)
end sub
// -->
</SCRIPT>
<script LANGUAGE="JavaScript">
<!--------
//--------------------------
function unloader() {
//Called always by document.unload()//
}
//--------------------------
function thisMovie(movieName) {
// IE and Netscape refer to the movie object differently for our ongoing pleasure.
//usage: thisMovie('player').SetVariable('_root.mcMyNotes.vMySlideNotes', str );
if (navigator.appName.indexOf ("Microsoft") !=-1) { return window[movieName] } else { return document[movieName] }
}
//-------->
</script>
</HEAD>
<BODY BGCOLOR="#6c6c6c" TEXT="#999999" LINK="#000088" VLINK="#000088" ALINK="#ffff00"
marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
onLoad="" onUnload="unloader()">
<script LANGUAGE="JavaScript">
//---- Get the "slide=" value from the querystring URL of this document. ----//
var slidenum=1;
var _search = document.location.search;
x = _search.indexOf("slide=");
y = _search.indexOf("&",x);
if (y<0) { y = _search.length; }
slidenum = _search.substring((x+6),(y-0)); //just get the digits part. (+6 starts right of string "slide=")
//alert("slidenum="+slidenum);
</script>
<!------- Playercode: -------->
<script LANGUAGE="JavaScript">
//Formulate url to give to player for use in Forward, to pass it into flash. (Default is ./ in current url folder.)
var thislink = document.location.href;
thislink = thislink.substring(0,(thislink.lastIndexOf("/")+1));
if (Opera7plus) {
//document.write("Opera: aw="+aw+", ah="+ah);
document.write("<div id='flasher' style='z-index:4;'>");
document.write("<table width='100%' HEIGHT='" +ah+ "' border=1 cellspacing=0 cellpadding=0>");
document.write("<tr><td valign='top' align='left'>");
document.write("<OB"+"JECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' ");
document.write("WIDTH='100%' HEIGHT='100%' ID='player' ALIGN=''> ");
document.write("<PARAM NAME=movie VALUE='stealthray.swf?rqPresentationID=hdipresentationflash&rqStartSlide=" +slidenum+ "&link="+ thislink +"'> ");
document.write("<PARAM NAME=quality VALUE='high'> ");
document.write("<PARAM NAME=scale VALUE='show all'>");
document.write("<PARAM NAME=menu VALUE='false'>");
document.write("<EM"+"BED WIDTH='100%' HEIGHT='100%' src='stealthray.swf?rqPresentationID=hdipresentationflash&rqStartSlide=" +slidenum+ "&link="+ thislink +"' NAME='player' quality='high' scale='show all' ALIGN='' ");
document.write(" TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer' swLiveConnect='true' menu='false'></EM"+"BED>");
document.write("</OB"+"JECT> ");
document.write("</td></tr>");
document.write("</table>");
document.write("</div>");
} else {
if(IE5||IE6){
//document.write("IE: aw="+aw+", ah="+ah);
document.write("<div id='flasher' style='z-index:4;'>");
document.write("<table width='100%' HEIGHT='100%' border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td valign='top' align='left'>");
document.write("<OB"+"JECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' ");
document.write("WIDTH='100%' HEIGHT='100%' ID='player' ALIGN=''> ");
document.write("<PARAM NAME=movie VALUE='stealthray.swf?rqPresentationID=hdipresentationflash&rqStartSlide=" +slidenum+ "&link="+ thislink +"'> ");
document.write("<PARAM NAME=quality VALUE='high'> ");
document.write("<PARAM NAME=scale VALUE='show all'>");
document.write("<PARAM NAME=menu VALUE='false'>");
document.write("<EM"+"BED WIDTH='100%' HEIGHT='100%' src='stealthray.swf?rqPresentationID=hdipresentationflash&rqStartSlide=" +slidenum+ "&link="+ thislink +"' NAME='player' quality='high' scale='show all' ALIGN='' ");
document.write(" TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer' menu='false'></EM"+"BED>");
document.write("</OB"+"JECT> ");
document.write("</td></tr>");
document.write("</table>");
document.write("</div>");
} else {
if(NS6plus){
//document.write("NS6plus: aw="+aw+", ah="+ah);
document.write("<div id='flasher' style='z-index:4;'>");
document.write("<table width='"+(aw-5)+"' HEIGHT='"+(ah-30)+"' border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td valign='top' align='left'>");
document.write("<OB"+"JECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' ");
document.write("WIDTH='100%' HEIGHT='100%' ID='player' ALIGN=''> ");
document.write("<PARAM NAME=movie VALUE='stealthray.swf?rqPresentationID=hdipresentationflash&rqStartSlide=" +slidenum+ "&link="+ thislink +"'> ");
document.write("<PARAM NAME=quality VALUE='high'> ");
document.write("<PARAM NAME=scale VALUE='show all'> ");
document.write("<PARAM NAME=menu VALUE='false'>");
document.write("<EM"+"BED WIDTH='100%' HEIGHT='100%' src='stealthray.swf?rqPresentationID=hdipresentationflash&rqStartSlide=" +slidenum+ "&link="+ thislink +"' NAME='player' quality='high' scale='show all' ALIGN='' ");
document.write(" TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer' swLiveConnect='true' menu='false'></EM"+"BED>");
document.write("</OB"+"JECT> ");
document.write("</td></tr>");
document.write("</table>");
document.write("</div>");
} else {
if(NS4){
//document.write("NS4: aw="+aw+", ah="+ah);
document.write("<div id='flasher' style='z-index:4;'>");
document.write("<table width='"+(aw)+"' HEIGHT='"+(ah-20)+"' border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td valign='top' align='left'>");
document.write("<OB"+"JECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' ");
document.write("WIDTH='100%' HEIGHT='100%' ID='player' ALIGN=''> ");
document.write("<PARAM NAME=movie VALUE='stealthray.swf?rqPresentationID=hdipresentationflash&rqStartSlide=" +slidenum+ "&link="+ thislink +"'> ");
document.write("<PARAM NAME=quality VALUE='high'> ");
document.write("<PARAM NAME=scale VALUE='show all'> ");
document.write("<PARAM NAME=menu VALUE='false'>");
document.write("<EM"+"BED WIDTH='"+(aw)+"' HEIGHT='"+(ah-30)+"' src='stealthray.swf?rqPresentationID=hdipresentationflash&rqStartSlide=" +slidenum+ "&link="+ thislink +"' NAME='player' quality='high' scale='show all' ALIGN='' ");
document.write(" TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer' swLiveConnect='true' menu='false'></EM"+"BED>");
document.write("</OB"+"JECT> ");
document.write("</td></tr>");
document.write("</table>");
document.write("</div>");
}
}
}
}
</script>
<script LANGUAGE="JavaScript">
if(IE5||IE6){
//WebObject layer//
document.write("<div id='eLayer1' style='position:absolute; left:240; top:-600px; width:100; height:100; visibility:hidden; z-index:3;' >");
document.write("<iframe id='eIFContent' style='width:100%; height:100%' src='blank.html' frameborder='10px' allowtransparency='true'></iframe></div>");
}
</script>
</BODY>
</HTML>