<!--
var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;
if (checkIt('msie')) {
if (detect.charAt(place + thestring.length) < 7) {
	document.write('<link href="explorer.css" rel="stylesheet" type="text/css">');
}}
function checkIt(string)
{
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}function emailthispage() {
	mail_str = "mailto:?subject=Check out this page at Pocket Dial";
	mail_str += "&body=I thought you might be interested in this page at Pocket Dial.";
	mail_str += ". You can view it at, " + location.href; 
	location.href = mail_str;
}
function printpage() {
	window.print();
}
function addtofav() {
	window.external.AddFavorite("http://www.pocketdialuk.com","Pocket Dial UK");
}
function jumptophone() {
	location = document.form1.select.value;
}
function jumptophone2() {
	location = document.form2.select.value;
}
//-->