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

//open window for email article
function openWin(url,name,props)
{
	window.open(url,name,props);
}