
function OPwin(url) {
	window.open(url, 'newwin', 'width=616, menubar=no, toolbar=no, scrollbars=yes');
}