<!--

function popup(whaturl,width,height)
{
window.open(whaturl, "BMS", "toolbar=0,location=0,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width="+width+",height="+height+"");
}

//-->

