function openNormalPopup(url, name, width, height, scrolling, resizable) {
	window.open(url, name, "dependent=yes,width="+width+",height="+height+",location=no,menubar=no,status=no,toolbar=no,scrollbars="+scrolling+",resizable="+resizable);
}