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