function winopen(pi,w,h)
{
window.open("large.php?id="+pi,"we"+pi,"width="+w+",height="+h+",status=0,location=0");
}
function winopen2(pi)
{
window.open("flash.php?id="+pi+"&lang=<?=$lang?>","we"+pi,"width=620px,height=450px,status=0,location=0");
}
function senderform(asdf,sid)
{
URLs="addotziv.php?id="+sid+"&loca="+asdf;
if(formotziv.nam.value.length>2)
{
URLs+='&name='+formotziv.nam.value;
	for(fff=0;fff<5;fff++)
		{
			if(formotziv.rate[fff].selected)
				{
				URLs+='&rate='+formotziv.rate[fff].value;
				break;
				}
		}
	if(formotziv.content.value.length>10)
	{
		URLs+='&content='+formotziv.content.value;
		window.location.href=URLs;
	}
	else
		{
		alert("Заполните все поля");
		}
}
else
{
alert("Заполните все поля");
}
}