newWindow = new Object;

function popUpTxt(href)
{ 
newWindow = window.open(href, "detail", 'width=600,height=600,resizable=yes,scrollbars=yes');
}

function popUp(href)
{
newWindow = window.open(href, "detail", 'width=600,height=600,resizable=yes,scrollbars=yes');
}