function gotoPage(varItem)
{
  switch(varItem)
  {
    case 0:
      window.parent.self.status="Choose language";
      break;
    case 1:
      window.parent.self.status="Choose language";
      break;
    case 2:
      window.location="../bg/index.php";
      break;
    case 3:
      window.location="../en/index.php";
      break;
	case 4:
	  window.location="../de/index.php"
	  break;
  }
}
		
