var plugin = 0;

function RunHero()
{

if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
	if (navigator.plugins && navigator.plugins["Shockwave Flash"])
		plugin = 1;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
	&& (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
	document.write('<SCRIPT LANGUAGE=VBScript> \n');
	document.write('on error resume next \n');
	document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3")))\n');
	document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
	document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
	document.write('</SCRI');
	document.write('PT> \n');
}

if ( plugin ) {
	//RandomGraphics();
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
	document.write(' id="ISV5images_443x74" width="443" height="74" align="middle" "wmode="transparent"/>');
	document.write(' <param name="allowScriptAccess" value="sameDomain" />');
	document.write(' <param name="allowFullScreen" value="false" />');	
	document.write(' <param name="movie" value="/isv/spc/graphics/ISV5images_443x74.swf" /> <param name="quality" value="high" />');
	document.write(' <param name=bgcolor value="#ffffff" /> ');
	document.write(' <embed src="/isv/spc/graphics/ISV5images_443x74.swf" quality="high" bgcolor="#ffffff" width="443" height="74" name="ISV5images_443x74" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" wmode="transparent"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write(' </embed>');
	document.write(' </object>');
	} else {
	document.write('<a href="/isv/spc/portinfo.html"><img src="/isv/g/spc/Flash4A.jpg" width="435" height="84" border="0" alt="Team up with our technology experts to innovate now." /></a>');
	}
	}

	