function graf(tooltip)
{
 window.open(tooltip, "theKeeper", "width=400,height=600,resizable=1,scrollbars=1,top=250,left=280");
 }


