function showStatus(text)
{
   window.setTimeout("window.status='" + text + "'", 1);
}
function goToaURL( url ) 
{
   window.location.href = url;
}
function GoToQuicklink(field) {
	if (field.options[field.selectedIndex].value != '') location.href = field.options[field.selectedIndex].value;
	return false;
}