function team_window(url)
{
window.open(url,'team','top=15, left=20, menubar=0, toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, width=550, height=450');
}

