From: <Saved by Windows Internet Explorer 8>
Subject: Optimized Print Service Introductrion Guide Multimedia Web Version
Date: Fri, 28 Aug 2009 10:52:55 -0400
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01CA27CD.B29EF020"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01CA27CD.B29EF020
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://kmbs.konicaminolta.us/main/content/products/multimedia/printer_Multimedia/ops_intro.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML lang=3Den><HEAD><TITLE>Optimized Print Service Introductrion Guide =
Multimedia Web Version</TITLE>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META name=3Drobots content=3D"noindex, follow">
<SCRIPT language=3Djavascript> AC_FL_RunContent =3D 0; </SCRIPT>

<SCRIPT language=3Djavascript=20
src=3D"http://kmbs.konicaminolta.us/main/content/products/multimedia/prin=
ter_Multimedia/scripts/AC_RunActiveContent.js"></SCRIPT>

<SCRIPT language=3DJavaScript type=3Dtext/javascript>
<!--
// =
-------------------------------------------------------------------------=
----
// Globals
// Major version of Flash required
var requiredMajorVersion =3D 8;
// Minor version of Flash required
var requiredMinorVersion =3D 0;
// Revision of Flash required
var requiredRevision =3D 0;
// =
-------------------------------------------------------------------------=
----
// -->
</SCRIPT>

<SCRIPT language=3DVBScript type=3Dtext/vbscript>
<!-- // Visual basic helper required to detect Flash Player ActiveX =
control version information
Function VBGetSwfVer(i)
  on error resume next
  Dim swControl, swVersion
  swVersion =3D 0
  set swControl =3D CreateObject("ShockwaveFlash.ShockwaveFlash." + =
CStr(i))
  if (IsObject(swControl)) then
    swVersion =3D swControl.GetVariable("$version")
  end if
  VBGetSwfVer =3D swVersion
End Function
// -->
</SCRIPT>

<SCRIPT language=3DJavaScript1.1 type=3Dtext/javascript>
<!--
// Detect Client Browser type
var isIE  =3D (navigator.appVersion.indexOf("MSIE") !=3D -1) ? true : =
false;
var isWin =3D (navigator.appVersion.toLowerCase().indexOf("win") !=3D =
-1) ? true : false;
var isOpera =3D (navigator.userAgent.indexOf("Opera") !=3D -1) ? true : =
false;
// JavaScript helper required to detect Flash Player PlugIn version =
information
function JSGetSwfVer(i){
	// NS/Opera version >=3D 3 check for Flash plugin in plugin array
	var flashVer =3D -1;
	if (navigator.plugins !=3D null && navigator.plugins.length > 0) {
		if (navigator.plugins["Shockwave Flash 2.0"] || =
navigator.plugins["Shockwave Flash"]) {
			var swVer2 =3D navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : =
"";
      		var flashDescription =3D navigator.plugins["Shockwave Flash" + =
swVer2].description;
			var descArray =3D flashDescription.split(" ");
			var tempArrayMajor =3D descArray[2].split(".");
			var versionMajor =3D tempArrayMajor[0];
			var versionMinor =3D tempArrayMajor[1];
			if ( descArray[3] !=3D "" ) {
				tempArrayMinor =3D descArray[3].split("r");
			} else {
				tempArrayMinor =3D descArray[4].split("r");
			}
      		var versionRevision =3D tempArrayMinor[1] > 0 ? =
tempArrayMinor[1] : 0;
            var flashVer =3D versionMajor + "." + versionMinor + "." + =
versionRevision;
      	}
	}
	// MSN/WebTV 2.6 supports Flash 4
	else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") !=3D =
-1) flashVer =3D 4;
	// WebTV 2.5 supports Flash 3
	else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") !=3D =
-1) flashVer =3D 3;
	// older WebTV supports Flash 2
	else if (navigator.userAgent.toLowerCase().indexOf("webtv") !=3D -1) =
flashVer =3D 2;
	return flashVer;
}
// When called with reqMajorVer, reqMinorVer, reqRevision returns true =
if that version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
{
 	reqVer =3D parseFloat(reqMajorVer + "." + reqRevision);
   	// loop backwards through the versions until we find the newest =
version
	for (i=3D25;i>0;i--) {
		if (isIE && isWin && !isOpera) {
			versionStr =3D VBGetSwfVer(i);
		} else {
			versionStr =3D JSGetSwfVer(i);
		}
		if (versionStr =3D=3D -1 ) {
			return false;
		} else if (versionStr !=3D 0) {
			if(isIE && isWin && !isOpera) {
				tempArray         =3D versionStr.split(" ");
				tempString        =3D tempArray[1];
				versionArray      =3D tempString .split(",");
			} else {
				versionArray      =3D versionStr.split(".");
			}
			var versionMajor      =3D versionArray[0];
			var versionMinor      =3D versionArray[1];
			var versionRevision   =3D versionArray[2];
			var versionString     =3D versionMajor + "." + versionRevision;   // =
7.0r24 =3D=3D 7.24
			var versionNum        =3D parseFloat(versionString);
        	// is the major.revision >=3D requested major.revision AND the =
minor version >=3D requested minor
			if (versionMajor > reqMajorVer) {
				return true;
			} else if (versionMajor =3D=3D reqMajorVer) {
				if (versionMinor > reqMinorVer)
					return true;
				else if (versionMinor =3D=3D reqMinorVer) {
					if (versionRevision >=3D reqRevision)
						return true;
				}
			}
			return false;
		}
	}
}
// -->
</SCRIPT>

<STYLE type=3Dtext/css>.errorStyle {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #ffffff; =
FONT-SIZE: 14px
}
.style1 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #ffffff; =
FONT-SIZE: 14px
}
</STYLE>

<META name=3DGENERATOR content=3D"MSHTML 8.00.6001.18812"></HEAD>
<BODY link=3D#ffffff bgColor=3D#000000 text=3D#ffffff =
vLink=3D#cccccc><!--url's used in the movie--><!--text used in the =
movie--><!--
-->
<TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D800 =
align=3Dcenter>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <SCRIPT language=3DJavaScript type=3Dtext/javascript>
<!--
var hasRightVersion =3D DetectFlashVer(requiredMajorVersion, =
requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
	if (AC_FL_RunContent =3D=3D 0) {
		alert("This page requires AC_RunActiveContent.js. In Flash, run =
\"Apply Active Content Update\" in the Commands menu to copy =
AC_RunActiveContent.js to the HTML output folder.");
	} else {
		// embed the flash movie
		AC_FL_RunContent(
			'codebase', =
'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#vers=
ion=3D8,0,0,0',
			'width', '800',
			'height', '600',
			'src', '/img/products/bi/OPS_Interface',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'OPS',
			'bgcolor', '#FFFFFF',
			'name', 'C353/C253/C203',
			'menu', 'false',
			'allowScriptAccess','sameDomain',
			'movie', '/img/products/bi/OPS_Interface',
			'salign', ''
			); //end AC code
	}
} else {  // flash is too old or we can't detect the plugin
	var alternateContent =3D 'This presentation requires the Adobe Flash =
Player.'
	+ '<a href=3Dhttp://www.adobe.com/go/getflash/>Get Flash</a>';
	document.write(alternateContent);  // insert non-flash content
}
// -->
</SCRIPT>
      <SPAN class=3Dstyle2><NOSCRIPT class=3DerrorStyle><SPAN=20
      class=3DerrorStyle></SPAN><SPAN class=3Dstyle1><FONT =
color=3D#ffffff>This=20
      presentation requires the Adobe Flash Player - Version=20
      8.</FONT></SPAN><SPAN class=3DerrorStyle> <A=20
      href=3D"http://www.adobe.com/go/getflash/">Click here</A></SPAN>=20
      </NOSCRIPT></SPAN></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0000_01CA27CD.B29EF020
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://kmbs.konicaminolta.us/main/content/products/multimedia/printer_Multimedia/scripts/AC_RunActiveContent.js

//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function AC_AddExtension(src, ext)
{
  if (src.indexOf('?') !=3D -1)
    return src.replace(/\?/, ext+'?');=20
  else
    return src + ext;
}

function AC_Generateobj(objAttrs, params, embedAttrs)=20
{=20
  var str =3D '<object ';
  for (var i in objAttrs)
    str +=3D i + '=3D"' + objAttrs[i] + '" ';
  str +=3D '>';
  for (var i in params)
    str +=3D '<param name=3D"' + i + '" value=3D"' + params[i] + '" /> =
';
  str +=3D '<embed ';
  for (var i in embedAttrs)
    str +=3D i + '=3D"' + embedAttrs[i] + '" ';
  str +=3D ' ></embed></object>';

  document.write(str);
}

function AC_FL_RunContent(){
  var ret =3D=20
    AC_GetArgs
    (  arguments, ".swf", "movie", =
"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     , "application/x-shockwave-flash"
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_SW_RunContent(){
  var ret =3D=20
    AC_GetArgs
    (  arguments, ".dcr", "src", =
"clsid:166B1BCA-3F9C-11CF-8075-444553540000"
     , null
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
  var ret =3D new Object();
  ret.embedAttrs =3D new Object();
  ret.params =3D new Object();
  ret.objAttrs =3D new Object();
  for (var i=3D0; i < args.length; i=3Di+2){
    var currArg =3D args[i].toLowerCase();   =20

    switch (currArg){=09
      case "classid":
        break;
      case "pluginspage":
        ret.embedAttrs[args[i]] =3D args[i+1];
        break;
      case "src":
      case "movie":=09
        args[i+1] =3D AC_AddExtension(args[i+1], ext);
        ret.embedAttrs["src"] =3D args[i+1];
        ret.params[srcParamName] =3D args[i+1];
        break;
      case "onafterupdate":
      case "onbeforeupdate":
      case "onblur":
      case "oncellchange":
      case "onclick":
      case "ondblClick":
      case "ondrag":
      case "ondragend":
      case "ondragenter":
      case "ondragleave":
      case "ondragover":
      case "ondrop":
      case "onfinish":
      case "onfocus":
      case "onhelp":
      case "onmousedown":
      case "onmouseup":
      case "onmouseover":
      case "onmousemove":
      case "onmouseout":
      case "onkeypress":
      case "onkeydown":
      case "onkeyup":
      case "onload":
      case "onlosecapture":
      case "onpropertychange":
      case "onreadystatechange":
      case "onrowsdelete":
      case "onrowenter":
      case "onrowexit":
      case "onrowsinserted":
      case "onstart":
      case "onscroll":
      case "onbeforeeditfocus":
      case "onactivate":
      case "onbeforedeactivate":
      case "ondeactivate":
      case "type":
      case "codebase":
        ret.objAttrs[args[i]] =3D args[i+1];
        break;
      case "width":
      case "height":
      case "align":
      case "vspace":=20
      case "hspace":
      case "class":
      case "title":
      case "accesskey":
      case "name":
      case "id":
      case "tabindex":
        ret.embedAttrs[args[i]] =3D ret.objAttrs[args[i]] =3D args[i+1];
        break;
      default:
        ret.embedAttrs[args[i]] =3D ret.params[args[i]] =3D args[i+1];
    }
  }
  ret.objAttrs["classid"] =3D classid;
  if (mimeType) ret.embedAttrs["type"] =3D mimeType;
  return ret;
}

------=_NextPart_000_0000_01CA27CD.B29EF020--

