function openCompanyProfile() { //v1.0
  var popl = (screen.width - 600) / 2;
  var popt = (screen.height - 336) / 2;
  windowSpec = 'left='+popl+',top='+popt+',width=600,height=336,scrollbars=no'
  window.open('companyProfile.htm','companyProfile',windowSpec);
}

function openImageCollection() { //v1.0
  var popl = (screen.width - 760) / 2;
  var popt = (screen.height - 560) / 2;
  windowSpec = 'left='+popl+',top='+popt+',width=760,height=560,scrollbars=no'
  window.open('imageCollection.htm','imageCollection',windowSpec);
}

function openWhyWereDifferent() { //v1.0
  var popl = (screen.width - 600) / 2;
  var popt = (screen.height - 336) / 2;
  windowSpec = 'left='+popl+',top='+popt+',width=600,height=336,scrollbars=no'
  window.open('whyWereDifferent.htm','whyWereDifferent',windowSpec);
}

function openSouthEastQld() { //v1.0
  var popl = (screen.width - 600) / 2;
  var popt = (screen.height - 336) / 2;
  windowSpec = 'left='+popl+',top='+popt+',width=600,height=336,scrollbars=no'
  window.open('southEastQld.htm','southEastQld',windowSpec);
}

function openStockList() { //v1.0
  var popl = (screen.width - 600) / 2;
  var popt = (screen.height - 486) / 2;
  windowSpec = 'left='+popl+',top='+popt+',width=600,height=486,scrollbars=no'
  window.open('stockList.htm','stockList',windowSpec);
}

function openOurCustomers() { //v1.0
  var popl = (screen.width - 600) / 2;
  var popt = (screen.height - 336) / 2;
  windowSpec = 'left='+popl+',top='+popt+',width=600,height=336,scrollbars=no'
  window.open('ourCustomers.htm','ourCustomers',windowSpec);
}

function openContactInfo() { //v1.0
  var popl = (screen.width - 600) / 2;
  var popt = (screen.height - 336) / 2;
  windowSpec = 'left='+popl+',top='+popt+',width=600,height=336,scrollbars=no'
  window.open('contactInfo.htm','contactInfo',windowSpec);
}