/*
Pop-up Window Centered
*/

<!-- Begin
function ShowWindow(htmlfile,winattrib) {
winpops=window.open(htmlfile,"",winattrib);
winpops.moveTo(screen.width/2-300,screen.height/2-250)
}

// End --> 
