function show_popup(link, width, height, scroll) {
	window.open(link, "newwindows", "toolbar=no, scrollbars="+scroll+" ,resizable=yes, width="+width+",height="+height+"");
}

