function openWindow(url, width, height, scrolling) {
	window.open(url , "opensmall" , "toolbar=no,resizable=1,scrollbars=" + scrolling + ",width=" + width + ",height=" + height); 
}
