function popUpWithScrollBars(target,window_name,width,height) {
	window.open(target,window_name,'scrollbars=yes,resizable=yes,toolbar=no,width='+width+',height='+height+',screenX=100,screenY=100,top=100,left=100');
}