function goToHarelHomePage()
{
	window.location ="http://www.harel-ins.co.il/";
}

function goToHomePage()
{
	window.location ="index.jsp";
}

function init(error){
	if (error != 'null')
		window.open('popupError.jsp?messgae=' +error,'','fullscreen=no,width=400,height=400,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=no,resizable=yes',false);
}

