// JavaScript Document

swfobject.registerObject("myId", "9.0.0", "expressInstall.swf");

		var flashvars = { 
		  //SET CUSTOM VALUES BELOW
		  playAuto: 'false',
		  glossy: 'true', // glossy style: boolean
		  errorMsg: "Error Loading Track", // custom error messaging
		  winMode: "fix", // flex, fix
		  winWidth: 213, // (px) optional if winMode is fix
		  bgMode: "standard", // custom, standard
		  customBgPath: "files/pattern2.jpg", // optional is bgMode is custom
		  bgBlend: "overlay", // optional if bgMode is custom
		  xmlPath: "files/tracklist.xml", // path to tracklist xml

		  //SET CUSTOM COLORS BELOW
		  highlightColor: '0xff0000', // accent color
		  inactiveColor: '0x999999', // for inactive buttons
		  playerColor: '0x000000', // for player bg color
		  trackLengthColor: '0x666666', // tracklength text color
		  trackTitleColor: '0xffffff' // track title text color
		};

		var params = {
		  menu: "false"
		};

		swfobject.embedSWF("files/rb_audioplayer.swf", "myId", "213", "30", "9.0.0","expressInstall.swf", flashvars, params);
