function addLoadEvent(func){
	var oldonload = window.onload;
	if (typeof window.onload != 'function'){
		window.onload = func;
	} else {
		window.onload = function() {
			oldonload();
			func();
		}
	}
}

function showInfo() {
    imgclk = document.getElementById("questiongif");
    imgclk.onclick = function() {
    message = "The new generation of local call numbers - the big benefit being that when called from a mobile phone it comes from your included/free minutes rather than 0845 or 0800 numbers which are treated as premium numbers from a mobile.\n\n INTERNATIONAL: If you experience difficulties in calling us from abroad, please dial +44 7801 300640 or email us with your contact details and will call you.";
        alert(message);
    } 
}

function popUpTwo(URL) {
      day = new Date();
      id = day.getTime();
      eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=600,height=350,left = 167,top = 144');");
    }

addLoadEvent(showInfo);

document.write('<!--[if IE 6]><style type="text/css">#ul-nav li {text-align: right;  margin: 5px 0 5px 0;}#ul-nav li a {display: inline;}</style><![endif]-->');
