		<!--
		function mailsome1(){
		who=prompt("Enter recipient's email address: ","Friend's email address");
		what=prompt("Enter the subject: ","See www.mobiledialhrough.com for free international calls");
		if (confirm("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true){
		parent.location.href='mailto:'+who+'?subject='+what+'';
		   }
		}
		// -->

		<!--
		function help() {
			var argv = help.arguments;
			var argc = argv.length;
			var file = "";

			for (var i = 0; i < argc; i++)
			{
				file = argv[i];
				break;
			}

			w = 400;
			h = screen.height - (screen.height / 5);
			wint = 0;
			winl = screen.width - (w);

			winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',resizable=0,scrollbars=yes';
			window.open("../help/" + file, "", winprops);
		}

		function addbookmark() {
			if (document.all) {
				window.external.AddFavorite(location.href, document.title);
			}
			else
			{
			alert("The browser you're using doesn't support automatic bookmarks.\nPress Ctrl+D to bookmark instead.");
			}
		}


		function popWindow(pageLocation,windowName,strW,strH) {
			var w = (screen.width-strW)/2;
			var h = (screen.height-strH)/4;
			eval("WO=window.open('" + pageLocation + "','" + windowName + "','toolbar=no,status=no,directories=no,location=no,scrollbars=yes,width=" + strW + ",height=" + strH + ",resizable=no,top=" + h + ",left=" + w + "')");
		} 
		//-->


		<!-- 
		function mailpage() {
		mail_str = "mailto:?subject=Have a look at  " + document.title;
		mail_str += "&body=I thought you might be interested in this website - " + document.title;
		mail_str += ". You can view it at, " + location.href;
		location.href = mail_str;
		}
		//-->
