function razlozi(str)
{
	window.status=str;
	return true;
};

function povecaj(img) 
{ 
	window.open(img);
} ;

function preveri()
{
       if (document.obr.enaslov.value.indexOf('@',0)==-1 || document.obr.enaslov.value.indexOf ('.',0) == -1)
         {alert("Vnesite veljaven naslov e-pošte!");
          document.obr.enaslov.value="";
          document.obr.enaslov.focus();
          return false;};
};

function preverie()
{
       if (document.obr.enaslov.value.indexOf('@',0)==-1 || document.obr.enaslov.value.indexOf ('.',0) == -1)
         {alert("Enter a valid e-mail address!");
          document.obr.enaslov.value="";
          document.obr.enaslov.focus();
          return false;};
};

function obvestilo()
{
window.open('obvestilo.htm','Obvestila','width=500,height=550,resizable=0')
};

function info()
{
window.open('notifications.htm','Notifications','width=500,height=550,resizable=0')
};
