<!-- Hide the script from old browsers --
function popup(url, width, height){	
		var url = "http://www.eupil.co.uk/pages/popups/" + url
		//alert(url + ", " + width + ", " + height)
		var newwin = window.open(url,null,"height=" + height + ",width=" + width + ",status=no,toolbar=no,menubar=no,scrollbars=AUTO,top=50,left=50");
//end hiding from non-JS browsers -->
}
