function gotopa(event)
{
   if (event.shiftKey==1)
   {
   document.location='http://www.maxisolar.pl/pa.php';
   }
   return;
}       

