<!--

function newscreen(targetname)
{

popupwin = window.open("",targetname,"width=760,height=560,bgcolor=#ffffff,resizable=yes,border=0,scrollbars=yes,menubar=yes,status=yes,toolbar=yes,location=yes")
popupwin.focus()

}

// -->



