function openSmallPopup(url){
	popup = window.open(url,"popup","width=400,height=220,scrollbars=yes");
	popup.focus();
	return false;
}