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