function show_message_window(link)
{
	window.open(link.href,"","toolbar=no,height=350,width=280");
	return false;
}
function show_contact_window(link)
{
	window.open(link.href,"","toolbar=no,height=300,width=425");
	return false;
}
