﻿/**

 */
if(navigator.userAgent.indexOf("Mac") != -1) var umac = true;
else var umac = false;


if(Number(swfobject.getFlashPlayerVersion().major) >=10){

	var vars2 = {};
	var params2 = { salign:'lt', menu:'false' };
	var attributes2 = { id:'top', name:'top' }; // give an id to the flash object
	
	swfobject.embedSWF("/swf/top.swf", "flashContent2", "615", "780", "10.0.0", "/swf/expressInstall.swf", vars2, params2, attributes2 );
	if(umac) swfmacmousewheel.registerObject(attributes2.id);

}

