function popup(link,w,h)
{
	var w = window.open(link,"","height="+h+",width="+w+",scrollbars=yes,resizable=yes");
	return false;
}