newWindow = new Object;

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

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