function popUp(URL,width,height) {
	window.open(URL, 'moviewindow','scrollbars=0,resizable=1,width=' + width + ',height=' + height);
}