function hide_outline(){
if(navigator.appName == 'Microsoft Internet Explorer'){
this.focus();
//parent.window.focus();
}
}


function geneology(){
win1=window.open("tagore_family/geneology.htm","geneology_win",'height=600,width=700,scrollbars=yes')
win1.moveTo(screen.width/2-500,screen.height/2-300);
win1.focus();
}
