﻿function popUpSmall(url) {
	newwindow=window.open(url,'name','height=350,width=300,status=1,scrollbars=1,toolbar=1,resizable=1');
	if (window.focus) {newwindow.focus()}
	return false;
}