<!--
	
	if(document.images)
		{
			M_menuImageFile=new Array();
			
			M_menuImageFile[0]="images/rr_home_main_0.jpg";
			M_menuImageFile[1]="images/rr_home_main_1.jpg";
			M_menuImageFile[2]="images/rr_home_main_2.jpg";
			M_menuImageFile[3]="images/rr_home_main_3.jpg";
			M_menuImageFile[4]="images/rr_home_main_4.jpg";
			M_menuImageFile[5]="images/rr_home_main_5.jpg";
			M_menuImageFile[6]="images/rr_home_main_6.jpg";
			M_menuImageFile[7]="images/rr_home_main_7.jpg";
			M_menuImageFile[8]="images/rr_home_main_8.jpg";
			M_menuImageFile[9]="images/rr_home_main_9.jpg";
			
			M_menuImages=new Array();
					
			for (var M_index = 0; M_index<M_menuImageFile.length; M_index++)
				{
					M_menuImages[M_index]=new Image();
					M_menuImages[M_index].src=M_menuImageFile[M_index];
				}
	
		}
	
	
	
	M_menuDescriptions=new Array();
	
	M_menuDescriptions[0]="Let the Rodney Robertson Group create a complete marketing package through our many areas of expertise and service.";
	M_menuDescriptions[1]="Our design services can create imaginative, powerful and practical solutions for anything from brochures to maxi-area trade displays. Having our own designers allows us to coordinate all aspects of your project, so that everything we produce for you has the same corporate and creative style.";
	M_menuDescriptions[2]="With our award-winning quality we have the experience, skills and commitment to meet all your screen printing needs.";
	M_menuDescriptions[3]="Our wide format in-house digital printing enables us to make the most effective use of this innovative and exciting technique to make an impact on your target market.  We have a full sign design, computer graphics, signage fabrication and national installation service.";
	M_menuDescriptions[4]="Our design or yours – we\’ll produce permanent or short-term Point of Sale and promotional material to give your product a highly visible edge in the market place.";
	M_menuDescriptions[5]="We will design, construct, transport, assemble, staff, dismantle and manage your event – across the street or across the world. We can book and organise all facets of your exhibition, trade show or special event.";
	M_menuDescriptions[6]="With our creative style and organisational experience we will make your promotion impressive, effective and memorable. Let us look after logistics, transport, construction, staging, catering and entertainment.";
	M_menuDescriptions[7]="Over 25 years of experience and detailed knowledge touring road shows – we have a proven track record taking brands or products to regional Australia.";
	M_menuDescriptions[8]="Managing your project is the key to making it function smoothly. We have the experience, the staff, the contacts and the know-how to handle your project from booking to having everything installed and functioning – on time and within budget.";
	M_menuDescriptions[9]="We can create any in-store merchandising display to give you a highly visible identity in the market place. Our international sourcing enables us to supply company-branded merchandise to suit any requirement.";
	
	
	


	function showMenuDescription(intArrayIndex,objMenuID)
		{
			var objDescriptionContainer = null;
			var objTitleContainer = null;
			var objMenuElement = null;
			var objMenuImage = null;
			
			var strPageTitle = "";
			var strPageDescription = "";
					
			objDescriptionContainer = findDOM('service_description',0);
			objMenuElement = findDOM(objMenuID,0);
			objMenuImage = findDOM('memu_image',0);	
			objTitleContainer = findDOM('service_title',0);	
			
			strPageTitle=objMenuElement.innerHTML;
			strPageDescription = M_menuDescriptions[intArrayIndex];	
			
			objDescriptionContainer.innerHTML = strPageDescription;			
			objTitleContainer.innerHTML=strPageTitle;
			objMenuImage.src=M_menuImages[intArrayIndex].src;
		}

















//-->	