<!--
function thumbpop(pagetoshowb){
    thumbwin =
	window.open('','thumbwin','width=550,height=500,toolbar=1,location=1,scrollbars=1,resizable=1,screenX=40,screenY=40,top=40,left=40');
    thumbwin.location.href = pagetoshowb ;
    if (thumbwin.opener == null) thumbwin.opener = self; 
    return(0);
}
//-->