function popup(URLLink)
{
	open(URLLink, "popup", "height=500,width=330,resizable=yes,scrollbars=no");
}
