function popwin(theURL)
{
 window.open(theURL,"","height=422,width=770,scrollbars=yes,resizable=yes,screenX=25,left=25, screenY=25,top=25");
}

function popFact(theURL)
{
 window.open(theURL,"","height=460,width=766,scrollbars=yes,resizable=yes,screenX=25,left=25, screenY=25,top=25");
}