
function clearHelpText(thisField)
{
  if (thisField.value == thisField.defaultValue)
	{
	thisField.value = ''; 
	thisField.focus();
	}
}

var urlAddress = "http://www.Xmas.co.uk"; 
var pageName = "Xmas.co.uk - Happy Christmas"; 

function fav() 
{ 
if (window.external) 
{ 
window.external.AddFavorite(urlAddress,pageName) 
} else 
{ 
alert("Sorry! Your browser doesn't support this function."); 
} 
}

var newwindow;
function contact(){
	newwindow=window.open("contact/contact.asp",'name','height=350,width=450');
	
}
var newwindow2;
function contactA(){
	newwindow=window.open("contact/contact.asp?r=a",'name','height=350,width=450');
	
}

function loadAsyncHTML(temp, temp2){
	return true;
}