<!-- Begin
function UpdateTitle(uid,tCol,tStr){
   var newTitleStr="<p align='left' style='height:20px; overflow:hidden; margin: 0px;padding: 2px;font:normal 9pt arial;top:1px;color:#FFFFFF;'>&nbsp;"
   newTitleStr+=tStr;
   newTitleStr+="</p>";
   document.getElementById(uid + '_adpT').innerHTML=newTitleStr;
   document.getElementById(uid + '_adpT').style.backgroundColor=tCol;
}
var html1 = '<div class="pop">With over 600 animals on farm there is always a large variety of alpacas to choose from - both suri and huacaya. Pinjarra receives a constant fresh supply of alpacas for sale, as breeders now recognise Pinjarra as a very effective sales centre.</div>'
var html2 = '<div class="pop">We will happily provide advice before and after your purchase so that impending buyers choose animals to best suit their needs and budget and to maximise their return.</div>'
var html3 = '<div class="pop">Alpacas at Pinjarra are very competitively priced. We are happy to "package" alpacas to provide the best possible deal.</div>'
var html4 = '<div class="pop">We are happy to provide fleece samples, information, photos etc to help with your choice. We welcome visitors to spend time with us at beautiful Pinjarra to see what is available and to "talk alpacas."</div>'
var html5 = '<div class="pop">The sales list on our web page provides an up-to-date list (with photos) of all animals for sale at Pinjarra. Please contact us if you require any further information.</div>'
// End -->
