function fnSetHomepage()
{
	oHomePage.setHomePage('http://www.mudaut.co.il');
//	event.returnValue = false;
}

function fnSetFavorite()
{
	window.external.AddFavorite('http://www.mudaut.co.il', 'מודעות - מרכז רוחני');
}

var oPopup = window.createPopup();

function fnPopDesc(oDiv)
{
	var iLeft = event.offsetY + 0;
	var iTop = event.offsetX + 15;

	oPopup.document.body.innerHTML = oDiv.innerHTML; 
	oPopup.show(iTop, iLeft, 160, 135, oDiv);
}

function fnPopMove(oDiv)
{
	oPopup.moveTo(event.offsetX + 15, event.offsetY + 0)
	//oPopup.style.top = event.offsetY + 0;
	//oPopup.style.left = event.offsetX + 15;
}

function fnSendUrl(sUrl)
{
	if (!sUrl)
	{
		sUrl = window.location.toString();
	}
	var wnPopup = window.open('/contact/mailurl.asp?Url=' + sUrl, 'wnPopup', 'width=300,height=300,status=no,toolbar=no,menubar=no,scrollbars=no,top=0,left=0');
	wnPopup.focus();
}

function fnPrint(iText_ID, sText_Type)
{
	var wnPopup = window.open('/includes/print.asp?Text_ID=' + iText_ID + '&Text_Type=' + sText_Type, 'wnPopup', 'width=618,height=500,status=no,toolbar=no,menubar=no,scrollbars=yes,top=0,left=0');
	wnPopup.focus();
}


function fnZoom(sImagePath)
{
	window.open(sImagePath)
}

