var newwindow;
function popup(url,name) {
	newwindow=window.open(url,name,'height=450,width=580,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

var nnnewwindow;
function popup2(url,name) {
	nnnewwindow=window.open(url,name,'height=150,width=380,resizable=yes,scrollbars=yes');
	if (window.focus) { nnnewwindow.focus() }
}