function CheckParent()
{
 if(parent.frames.location==frames.location)
 {
  if(confirm('\nTo tylko podstrona Internetowej Galerii Poznania!\n\n         Wyświetlić stronę główną?\n'))
  {
   NewWindow=window.open('http://www.igp.poznan.pl/');
   NewWindow.focus;
  }
 }
}