function popup(url)
{
	newwindow=window.open(url,'name','height=600,width=600,toolbar=0,location=0,menubar=0,scrollbars=1,resizable=1,statusbar=0');
	if (window.focus) {newwindow.focus()}
}



