function ventSmall(URL) {
	window.open(URL,"_blank","width=420,height=270,location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes");
}
