function cartAlert()
{
alert("This function has not been enabled yet" + '\n' + "Please call 1-866-987-3336 or email minerspoint@hodancenter.org to place your order.")
}


function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}


function expandDIV(){window.document.getElementById('pageListing').style.height = '500px';window.document.getElementById('pageListingLittle').style.display = 'block';window.document.getElementById('pageListingBig').style.display = 'none';}
function collapseDIV(){window.document.getElementById('pageListing').style.height = '75px';window.document.getElementById('pageListingBig').style.display = 'block';window.document.getElementById('pageListingLittle').style.display = 'none';}
function expandDIVLogs(){window.document.getElementById('pageListingLogs').style.height = '500px';window.document.getElementById('pageListingLittle').style.display = 'block';window.document.getElementById('pageListingBig').style.display = 'none';}
function collapseDIVLogs(){window.document.getElementById('pageListingLogs').style.height = '75px';window.document.getElementById('pageListingBig').style.display = 'block';window.document.getElementById('pageListingLittle').style.display = 'none';}

function hideArea(areaName)
{
window.document.getElementById(areaName).style.display = 'none';
window.document.getElementById(areaName+"_S").style.display = 'block';
window.document.getElementById(areaName+"_H").style.display = 'none';
}
function showArea(areaName)
{
window.document.getElementById(areaName).style.display = 'block';
window.document.getElementById(areaName+"_H").style.display = 'block';
window.document.getElementById(areaName+"_S").style.display = 'none';
}


function updateCart()
{
  document.cartForm.cartAction.value="updateCart";
  document.cartForm.action="/content/cartAction.asp";
  document.cartForm.submit();
}

function clearCart()
{
  document.cartForm.cartAction.value="clearCart";
  document.cartForm.action="/content/cartAction.asp?cartAction=clearCart";
  document.cartForm.submit();
}

function checkOut()
{
  document.cartForm.cartAction.value="checkOut";
  document.cartForm.action="/content/checkOut.asp";
  document.cartForm.submit();
}

function confirmOrder()
{
  document.cartForm.cartAction.value="confirmOrder";
  document.cartForm.action="/content/confirmOrder.asp";
  document.cartForm.submit();
}

function placeOrder()
{
  document.cartForm.action="/content/orderPlaced.asp";
  document.cartForm.submit();
}

