function pop(url, width, height) {
	window.open(url,'','resize=1,toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars=yes,copyhistory=0,width=' + width + ',height=' + height);
	return false;
}