function show_definition()
{
 w = window;
 w.open('','w','width=400,height=400');
 w.document.write("some text");
}