var newwindow;
function popUpConfig(url)
{
newwindow=window.open(url,'name','height=500,width=400,left=100,
    top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
}
