function openMailWindow()
{
	window.open('/mailfriend.asp', 'mailwindow', 'width=475,height=270,scrollbars=no,toolbar=no');
}
