/*new window*/
function popitup_note(url) {
	newwindow=window.open(url,'name','status=0,scrollbars=0,height=160,width=220');
	if (window.focus) {newwindow.focus()}
	return false;
}