
function fullsize(url) {
	window.open(url, 'fullsize', 'top=10,left=10,width=590,height=590,scrollbars=auto,resizable=yes');
}