grabArray[0] = "<p><img src='images/column_happy.gif'></p><p>&quot;The photos look fantastic!  What a difference!&quot;</p><p class='name'>Emma Lipshut,<br>Looks First Makeup Service.</p>";
grabArray[1] = "<p><img src='images/column_happy.gif'></p><p>&quot;Perfect! You're a genius!&quot;</p><p class='name'>Raelene James,<br>Study Group Australia.</p>";
grabArray[2] = "<p><img src='images/column_tip.gif'></p><p>If your camera can take photos in Raw format, it's a good idea to do so. Raw files are much higher quality than Jpeg files.</p>";
grabArray[3] = "<p><img src='images/column_service.gif'></p><p>If you're buying a camera for your business, we can offer you some free independent advice.</p>";

//-------------------------------------------------------------------------------------------

var photoArrayR = new Array();
var photoArrayE = new Array();
var capArray = new Array();

photoArrayR[0] = new Image();
photoArrayR[0].src = "images/corporate/warlow1_r.jpg";
photoArrayE[0] = new Image();
photoArrayE[0].src = "images/corporate/warlow1_e.jpg";
capArray[0] = "<p>Warlow Scott Lawyers - warlowscott.com.au</p>";

photoArrayR[1] = new Image();
photoArrayR[1].src = "images/corporate/warlow2_r.jpg";
photoArrayE[1] = new Image();
photoArrayE[1].src = "images/corporate/warlow2_e.jpg";
capArray[1] = "<p>Warlow Scott Lawyers - warlowscott.com.au</p>";

photoArrayR[2] = new Image();
photoArrayR[2].src = "images/corporate/warlow3_r.jpg";
photoArrayE[2] = new Image();
photoArrayE[2].src = "images/corporate/warlow3_e.jpg";
capArray[2] = "<p>Warlow Scott Lawyers - warlowscott.com.au</p>";

photoArrayR[3] = new Image();
photoArrayR[3].src = "images/corporate/sga1_r.jpg";
photoArrayE[3] = new Image();
photoArrayE[3].src = "images/corporate/sga1_e.jpg";
capArray[3] = "<p>Study Group Australia - studygroup.com</p>";

photoArrayR[4] = new Image();
photoArrayR[4].src = "images/corporate/sga2_r.jpg";
photoArrayE[4] = new Image();
photoArrayE[4].src = "images/corporate/sga2_e.jpg";
capArray[4] = "<p>Study Group Australia - studygroup.com</p>";

photoArrayR[5] = new Image();
photoArrayR[5].src = "images/corporate/looksfirst1_r.jpg";
photoArrayE[5] = new Image();
photoArrayE[5].src = "images/corporate/looksfirst1_e.jpg";
capArray[5] = "<p>Looks First Makeup Service - looksfirst.com.au</p>";

photoArrayR[6] = new Image();
photoArrayR[6].src = "images/corporate/looksfirst2_r.jpg";
photoArrayE[6] = new Image();
photoArrayE[6].src = "images/corporate/looksfirst2_e.jpg";
capArray[6] = "<p>Looks First Makeup Service - looksfirst.com.au</p>";