function link1()
{
	window.location.href="http://beinsure.ru/";
	return false;
}

function link2()
{
	URL = "http://li.ru/";
	var str = "scrollbars=yes,menubar=1,toolbar=1,location=1,statusbar=1,left=0,top=0,width=" + screen.availWidth + "," + "height=" + screen.availHeight;
	window.open(URL,"",str);
	return false;
}

