<!--
<!--

var drums;
function popup(win_path,wdth,hght,take_it_left,take_it_down,site)
	{
	if(win_path=="המקהב רתאה")
		{
		return;
		}
	else
		if(!drums || drums.closed)
			{
			if(site=="yes")
				{
				drums=window.open(win_path,"drumswin","width="+wdth+",height="+hght+",status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no");
				}
			else	
				{
				drums=window.open(win_path,"drumswin","width="+wdth+",height="+hght+",status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no");
				}
			//drums.moveTo(screen.width/2-take_it_left,screen.height/2-take_it_down);
			}
		else
		drums.focus();
	}

//-->

	