function popup_more(mylink, windowname)
{
	window.open(mylink, windowname, 'width=500,height=300,scrollbars=yes');
	return false;
}