// JavaScript Document
<!--
function popup(url) {
	newwindow=window.open(url,'name','height=470,width=658,menubar=no,scrollbar=no,toolbar=no,resizable=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->
