var newwindow;
function popwin(url)
{
	newwindow=window.open(url,'name','height=600,width=498,scrollbars=yes,resizable=no');
	if (window.focus) {newwindow.focus()}
}