function popUp(URL,mywidth,myheight) {
	window.open(URL, "", "left=190,top=110,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+mywidth+",height="+myheight+"");
}