function naroc()

{

window.open('/interact/index.html','mywindow','width=750,height=500,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes,screenx=0,screeny=120,left=0,top=20');

}



function ofni(cx)

{

window.open('/interact/ponudba_'+ cx + '.html','cx','width=750,height=500,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes,screenx=0,screeny=20,left=0,top=20');

}





function preveri(which) {

var pass=true;

if (document.images)



 {

	for (i=0;i<which.length;i++)

	 {

	var tempobj=which.elements[i];

	if (tempobj.name.substring(0,2)=="s_")





		 	{

			if (((tempobj.type=="text"||tempobj.type=="textarea")&&

			tempobj.value=='')||(tempobj.type.toString().charAt(0)=="s"&&

			tempobj.selectedIndex==0))

				    {

					pass=false;

					break;

					 }

      	}



   }

}



if (!pass)

	{

	shortFieldName=tempobj.name.substring(2,30).toUpperCase();

	alert("Prosimo, da  v polje "+shortFieldName+" vpišete podatek ! ");

	return false;

}

else

return true;

}
