<!--  
 function popup(url)
{
	newwindow=window.open(url,'name','height=700,width=900,scrollbars=Yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->

