function popitup(url)
{
	newwindow=window.open(url,'name','height=570,width=600, scrollbars=no');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitup2(url)
{
	newwindow=window.open(url,'name2','height=250,width=400, scrollbars=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popitup3(url)
{
	newwindow=window.open(url,'name3','height=250,width=400, scrollbars=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popitup4(url)
{
	newwindow=window.open(url,'name4','height=400,width=589px, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitupChat(url)
{
	newwindow=window.open(url,'_blank','height=455,width=590, scrollbars=no');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitupBirthday(url)
{
	newwindow=window.open(url,'nameBirthday','height=250,width=400, scrollbars=no');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitupMsgFull(url)
{
	newwindow=window.open(url,'nameMsgFull','height=550,width=480, scrollbars=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

function msgFullPopUp(url)
{
	newwindow=window.open(url,'msgFullPopUp','height=250,width=400, scrollbars=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

function findMe(obj)
{
  if (obj.findMember.value==""){
    alert("יש למלא מספר כרטיס או כינוי לאיתור");
    obj.findMember.focus();
    return false;
  }
}
