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