function popup(file, b, h) {
	pop = window.open(file,'popup1','width='+b+',height='+h+',scrollbars=yes,resizable=yes');
	pop.focus();
	return;
}

