function openWindow(url) {
	var win = window.open(
		url, 
		'cosanostra', 
		'height=1, width=1, resizable, scrollbars, center'
	);
}