
/* Rotator Setup */
	jQuery(document).ready(function () {
														 
								
							jQuery('table.expandTb tbody tr:first-child td').addClass('dropDownLink');	
						
							jQuery('ul#btmMenu li:last').addClass('lastBtmMenu');
							
							
							title = jQuery("#mainRotator").attr('class');
							
							
							var flashvars = { 
							conType: 'http', //http, https, local (always use small caps)
							proxyPath: '', //required if not using local (has to be a local file)
							//xmlPath: 'http://files.imcu.com.au/rotator/imcu_b3_galleryData.xml', //if it is external simple exclude the http
							xmlPath: 'http://files.www.imb.com.au/rotator/' + title, //if it is external simple exclude the http
							tabMargin: '270',
							positionTabs: 'bottom_right'
				
						};
							var params = {wmode: "transparent",
							allowScriptAccess: "always"};
							var attributes = {};
							swfobject.embedSWF("/templates/common/rotator/IMB_crossfade_C_100526_v3.swf", "mainPic", "980", "310", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
							



						});


			
			
			// JavaScript Document
