function popup(width,height){
	window.open("", "popUp", "resizable=yes,scrollbars=yes,toolbar=no,width="+width+",height="+height+"");
}
