// JavaScript Document

function clearText(thefield)
	{
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
	}

function Start(page)
	{
	OpenWin = this.open(page, "CtrlWindow","toolbar=No,menubar=No,location=No,scrollbars=yes,resizable=No,status=No,width=700,height=500,left=50,top=50,");
	}
 
function emailmung(showname,showlink)
	{
	var showtag="@";
	var showhost="ukauctionline.co.uk";
	document.write("<a href="+"mail"+"to:"+showname+showtag+showhost+">"+showlink+"</a>");
	return;
	}

function printPage()
	{
	if (window.print)
		window.print()
	else
		alert("Sorry! Your browser does not support this print feature!");
	}