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