function pviiW3Cbg(obj, pviiColor) { //v1.1 by Project VII
	obj.style.backgroundColor=pviiColor
}

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 
var favoriteurl="http://dillistone.headscapedev.com";
var favoritetitle="Dillistone Systems"; 

function addToFavourites() {
  if (window.external) {
    window.external.AddFavorite(favoriteurl,favoritetitle); 
	}
}

function openLinkInParentWindow(url) {
  window.opener.location=url;
  window.close();
  return false;
}