
var MM_contentVersion = 9;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay == true ) {
	showFlash();
} else{
	shownFlash();
}
function showFlash(){
var where=document.getElementById('flashcontent');
	swfNode = '<embed type="application/x-shockwave-flash" src="company/images/home/banner.swf" width="920" height="410" style="8"';
			swfNode += ' id="flash" name="banner" ';
		 swfNode += 'wmode="transparent"' ; 
			swfNode += '/>';
			 where.innerHTML=swfNode;
			
}
function shownFlash(){
var where=document.getElementById('flashcontent');
var nflash="<div style='width:920px;height:410px;background:url(company/images/index/back.jpg)'><div style='float:right;width:133px;margin-right:63px;margin-top:40px;'><div id='righbutton' ><a class='present' href='company/presentation.html' style='display:block;font-size:14px;font-weight:bold;color:#FFFFFF;width:133px;height:104px;background:url(company/images/buy/videoa.png) no-repeat;padding-top:0px;padding-left:5px;text-decoration: none;'><div id='contHa' style='margin-top:2px;'>Take a tour</div><div id='contHa' >of the key</div><div id='contHa' style='margin-bottom:12px;'>modules</div><div id='contHa' >Online</div><div id='contHa' >Video</div><div id='contHa' >Tour</div><div id='mostclear' style='margin-top:0px;'>Watch Now</div></a></div><a style='width:133px; height:25px; display:block; background-image:url(company/images/index/pricelist.jpg); font-size:16px; text-align:center; padding-top:5px; color:#FFFFFF; text-decoration:none; margin-top: 10px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;' href='MB/FreeTrial.html'>Free Trial</a><a style='width:133px; height:25px; display:block; background-image:url(company/images/index/pricelist.jpg); font-size:16px; text-align:center; padding-top:5px; color:#FFFFFF; text-decoration:none; margin-bottom:12px; margin-top: 10px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;' href='MB/buy.html'>Price List</a></div><div style='float:left; width:710px; margin-left: 2px;'><div style='margin-top:135px; padding-left:255px;'><a href='MB/index.html' style=' font-size: 24px; font-weight: bold;color:#000000;text-decoration:none;'>Comprehensive</a> - <a href='MB/Case8.html'  style=' font-size: 24px; font-weight: bold;color:#000000;text-decoration:none;'>Reliable</a> - <a href='MB/AffordableHRSoftware.html'  style=' font-size: 24px; font-weight: bold;color:#000000;text-decoration:none;'>Affordable</a></div></div><div style='clear:both;padding-left:20px;padding-top:25px;'><div style='padding-left:7px;width:203px;padding-right:4px;height:145px;background-image:url(company/images/index/tab1.png);float:left;margin-right:2px;'><div style='font-size:11px;font-weight:bold;'><a href='MB/index.html' style='color:#FFFFFF;text-decoration:none;'>More</a></div><div style='font-size:16px;font-weight:bold;color:#3FB871;margin-top:5px;'>Find Out More About...</div><div id='nonflash' ><a href='MB/PersonnelManager.html'>Personnel Manager</a><br><a href='MB/Recruitment.html' >Recruitment Manager  </a><br><a href='MB/Training&Development.html'>Training Manager</a><br><a href='MB/ManagerEmployeeAccess.html'>Employee Self Service</a><br><a href='MB/TimeExpenses.html'>Timesheets & Expenses </a><br><a href='MB/TimeAttendance.html'>Time & Attendance </a></div></div><div style='padding-left:7px;width:203px;padding-right:4px;height:145px;background-image:url(company/images/index/tab2.png);float:left;margin-right:2px;'><div style='font-size:11px;font-weight:bold;'><a href='MB/index.html' style='color:#FFFFFF;text-decoration:none;'>More</a></div><div style='font-size:16px;font-weight:bold;color:#2B7260;margin-top:5px;'>I Need To…</div><div id='nonflash' ><a href='company/presentation.html'>See a Quick Tour </a><br><a href='MB/BookaDemo.html' >Arrange a Demonstration </a><br><a href='MB/ContactUs.html'>Contact Sales </a><br><a href='MB/FreeTrial.html'>Download Free Trial </a><br><a href='MB/buy.html'>Find Out Costs </a><br><a href='MB/buyerstoolkit.html'>Download The Buyers Toolkit </a></div></div><div style='padding-left:7px;width:203px;padding-right:4px;height:145px;background-image:url(company/images/index/tab3.png);float:left;margin-right:2px;'><div style='font-size:11px;font-weight:bold;'><a href='MB/index.html' style='color:#FFFFFF;text-decoration:none;'>More</a></div><div style='font-size:16px;font-weight:bold;color:#154288;margin-top:5px;'>My Company is...</div><div id='nonflash' ><div style='font-size:12px;margin-bottom:10px;'>Find the HR software solution<br />that\'s right for you</div><a href='SB/index.html'>>Small Business</a><br><a href='MB/index.html'>>Medium Business</a><br><a href='LB/index.html'>>Large Business</a></div></div></div></div>";

  where.innerHTML=nflash;

}
//-->
