﻿function showSwedishUserRules()
{
	win = window.open('/upload/xml/asdc/shoppingrulesSV.htm', 'mywindow', 'width=487,height=280,scrollbar=no,toolbar=no,menubar=no,location=no,resize=yes');
}

function showEnglishUserRules()
{
	win = window.open('/upload/xml/asdc/shoppingrulesEN.htm', 'mywindow', 'width=487,height=280,scrollbar=no,toolbar=no,menubar=no,location=no,resize=yes');
}


function showdiv() {
   if (document.getElementById('age').value <= 85 && document.getElementById('age').value != ''){
      document.getElementById('ok20').style.display= 'block';
      document.getElementById('login').style.display= 'none';
      document.getElementById('offers').style.display= 'block';
   }
}


