// Email page to a friend
function popmailwin(x, y) {
	window.open(x,y,'status=no,scrollbars=yes,resizable=yes,width=350,height=370');
	}