function popUp(url, name, width, height){	window.open(url, name, 'height=' + height + ',width=' + width + ',resizable=yes');}