function open_providers()
{
window.open('http://www.locateproviders.com/lookup.aspx?member_number=NOMEMBER&group_number=333241',null,
	'left=0,top=0,width=750,height=450,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
return false;
}

function set_decoration(obj)
{
obj.style.textDecoration="overline underline";
obj.style.color = "#b7d2cf";
}

function clear_decoration(obj)
{
obj.style.textDecoration="none";
obj.style.color = "#ffffff";
}
