function chadwick(url)
{
newwindow=window.open(url,'name','height=400,width=618,scrollbars=yes');
if (window.focus) {newwindow.focus()}
return false;
}

function brown(url)
{
newwindow=window.open(url,'name','height=400,width=618,scrollbars=yes');
if (window.focus) {newwindow.focus()}
return false;
}

function leonard(url)
{
newwindow=window.open(url,'name','height=400,width=618,scrollbars=yes');
if (window.focus) {newwindow.focus()}
return false;
}

function rael(url)
{
newwindow=window.open(url,'name','height=450,width=618,scrollbars=yes');
if (window.focus) {newwindow.focus()}
return false;
}


