
/*Function that get's a number and opens a specific picture or text. the list is:
Tuvia
1) Pictures of Tuvia house
2) text of Tuvia
Elisha
3) Omri & paper art
4) volunteers in Kama
5) Scedual in Kama
*/
function open_win(num,Size)
{
	if (num!=99)
	{
	var info="ShowInfo.asp?id="+num
	myWindow = window.open(info, "infoWindow", 'toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=692,height=' + Size + ',top=0,left=100') 
	}
}