function openwindow(url)
{
	window.open(url,"bridges_popup","status=no,menubar=no,toolbar=no,location=no,scrollbars=yes,width=980,height=500");
}

