topPage="index.htm";

addressNumber="15";
addressSName="Rosedale"; 
addressSTitle="Place";
addressSAddr="15 Rosedale Place";
addressCity="Wyndam Vale";
addressPCode="3024";
addressState="Victoria";
addressAll="15 Rosedale Place, Wyndam Vale, Victoria, 3024";
contactMobile="0419 569 811";
contactPhone="0419 569 811";
contactFax="";

contactEmail="invermay_imports@ozemail.com.au";
contactEmailTitle="Invermay Imports";
contactEmailSubject="Contact Invermay Imports";
webbyEmail="design@synergisticsoftware.com.au";

prop1="Jeff Healey";
prop1title="Manager";

abn="12345678901";

meName="Jeff";
mePhone="0419 569 811";
meModels="ALL Models";
baName="Kevin";
baPhone="0402 616 040";
baModels="ALL Models";
miName="Jamie";
miPhone="0407 394641 or (03) 50229484";
miModels="ALL Models";
//ecName="us";
//ecPhone="(03) 54824047";
//ecModels="ALL Models";

//Functions  -
//	function showIt(iOffice)			- now it pops up the nice little mouseover message
//	function showIt(iOffice)			- pops up a new window, passing the office identity
//  	function popupstuff(whichPic)			- loads the passed pic into a new window

function showIt(iOffice)
{
itext="";
iName="";
iPhone="";

if (iOffice=="Melbourne") { iName=meName; iPhone=mePhone; }
else { if (iOffice=="Ballarat") { iName=baName; iPhone=baPhone; }
else { if (iOffice=="Mildura") { iName=miName; iPhone=miPhone; }
else { if (iOffice=="Echuca") { iName=ecName; iPhone=ecPhone; }
}}}
  
//alert("All " + iOffice + " customers, please contact " + "\n" + "\n" + "\n" + iName + " on " + iPhone + "\n" + "\n");
itext="  Ring " + iName + " on " + iPhone;
ddrivetip(itext, 'beige', 200);

}

function showIt2(iOffice)
{
  window.open("./popup.html", iOffice, "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, left=300, top=200, width=400, height=200");
}

function popupstuff(whichPic)
{
  //alert("here we are : " + whichPic );
  var njpg=document.getElementById(whichPic).src + ".jpg";
  window.open( njpg, "_blank", "scrollbars = yes, channelmode =yes, width=1200, height=1200"); 
}

//alert("invermay.js : ");
