function link()
{

	var opt=parseInt(document.getElementById("typId").value);	
	var ktoId=document.getElementById("country_hidden").value;
	var nazwisko=document.getElementById("country").value;
	switch (opt)
	{
		case 1:
			kto='&idS=';
			break;
		case 2:
			kto='&idP=';
			break;
		case 3:
			kto='&idO=';
			break;
	}
	
	var link='index.php?opt='+opt+kto+ktoId+'&n='+nazwisko[0];
	//var x=document.getElementById("myForm");
  	//x.action=link;
  	return link; 
}
