function popup(which,size)
{
	if (!size) var heightVal = '500';
	else var heightVal = size;
	window.open('pop_' + which + '.html','_blank','width=500,height=' + heightVal + ',resizable');
}