function popup(URL,size) {
	h=300;
	w=350;
	
	if(size=="big"){
		h=470;
		w=540;
	}
	
	newWin = window.open(URL,"Reference","height="+h+",width="+w+",scrollbars=no,toolbars=no,resizable=yes")
}