function popUp(url, id, w, h, s_bar, res){
	window.open(url, id, 'width='+w+',height='+h+', scrollbars='+s_bar+', resizable='+res);
}

