<script>
if (phpVars == null || typeof(phpVars) != "object")
{
	var phpVars = {
		'ADMIN_THEME_ID': '.default',
		'titlePrefix': 'LendMoney - '};
}

window.onForumImageLoad = function(oImg, w, h, family, oImg1)
{
	if (typeof oImg == "string")
	{
		oImg = document.getElementById(oImg);
	}
	if (oImg == null || typeof oImg != "object")
	{
		return false;
	}
	
	family = (family && family.length > 0 ? family : "");
    var img = {'width' : 0, 'height' : 0};
    
	if (oImg.naturalWidth)
	{
		img['width'] = oImg.naturalWidth;
		img['height'] = oImg.naturalHeight;
	}
	else
	{
		img['width'] = oImg.width;
		img['height'] = oImg.height;
	}
	var k = 1;
	w = parseInt(w);
	w = (w > 0 ? w : 100);
	h = parseInt(h);
	
	
	if (h <= 0 && img['width'] > w)
	{
    	k = w/img['width'];
	}
	else if (h > 0 && (img['width'] > w || h > img['height']))
	{
		if (img['width'] <= 0)
			k = h/img['height'];
		else
			k = Math.min(w/img['width'], h/img['height']);
	}
	
	if (0 < k && k < 1)
	{
        oImg.style.cursor = 'pointer';
        oImg.onclick = new Function("onForumImageClick(this, '" + img['width'] + "', '" + img['height'] + "', '" + family +"')");
        if (h > 0)
        {
	        var width = parseInt(img['width'] * k);
	        var height = parseInt(img['height'] * k);
	        oImg.width = width;
	        oImg.height = height;
        }
	}
}
window.onForumImageClick = function(oImg, w, h, family)
{
	if (oImg == null || typeof oImg != "object")
		return false;

	w = (w <= 0 ? 100 : w);
	h = (h <= 0 ? 100 : h);
	family = (family && family.length > 0 ? family : "");
	var div = null;
	var id = 'div_image' + (family.length > 0 ? family : oImg.id);
	if (family.length > 0)
	{
		div = document.getElementById(id);
		if (div != null && typeof div == "object")
			div.parentNode.removeChild(div);
	}
	div = document.createElement('div');
	div.id = id;
	div.className = 'forum-popup-image';
	div.style.position = 'absolute';
	div.style.width = w + 'px';
	div.style.height = h + 'px';
	div.style.zIndex = 80;
	div.onclick = function(){
		jsFloatDiv.Close(this);
		this.parentNode.removeChild(this);};
	
	var pos = {};
	var res = jsUtils.GetRealPos(oImg);
	var win = jsUtils.GetWindowScrollPos();
	var win_size = jsUtils.GetWindowInnerSize();
	var img = new Image();
	var div1 = document.createElement('div');
	
	pos['top'] = parseInt(res['top'] + oImg.offsetHeight/2 - h/2);
	if ((parseInt(pos['top']) + parseInt(h)) > (win['scrollTop'] + win_size['innerHeight']))
	{
		pos['top'] = (win['scrollTop'] + win_size['innerHeight'] - h - 10);
	}
	if (pos['top'] <= win['scrollTop'])
	{
		pos['top'] = win['scrollTop'] + 10;
	}
	
	pos['left'] = parseInt(res['left'] + oImg.offsetWidth/2 - w/2);
	pos['left'] = (pos['left'] <= 0 ? 10 : pos['left']);
	
	div1.style.left = (w - 14) + "px";
	div1.style.top = "0px";
	
	div1.className = 'empty';
	div1.style.zIndex = 82;
	div1.style.position = 'absolute';
	div1.style
	div.appendChild(div1);
	
	img.width = w;
	img.height = h;
	img.style.cursor = 'pointer';
	img.src = oImg.src;
	
	
	div.appendChild(img);
	document.body.appendChild(div);
	jsFloatDiv.Show(div, pos['left'], pos['top']);
}
</script>
<?xml version="1.0" encoding="windows-1251"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<title type="text">LendMoney.ru [тема: Смена аттестата]</title>
	<subtitle type="text">Новое в теме Смена аттестата форума  на сайте LendMoney.ru [lendmoney.ru]</subtitle>
	<updated>2010-09-08T15:06:19+04:00</updated>
	<id>tag:lendmoney.ru,2010-09-08:15:06</id>
	<link rel="alternate" type="text/html" href="http://lendmoney.ru" />
	<link rel="self" type="application/atom+xml" href="http://lendmoney.ru/forum/rss/atom/topic/575/index.php" />
	<rights>Copyright (c) http://lendmoney.ru</rights>
	<entry>
		<title type="html">Смена аттестата</title>
		<link rel="alternate" type="text/html" title="Смена аттестата" href="http://lendmoney.ru/forum/messages/forum9/topic575/message5146/" />
		<updated>2010-02-12T11:25:20+03:00</updated>
		<id>urn:uuid:ff8424bd-5bb2-e1db-8a2f-42089fcb7a2a</id>
		<content type="html" xml:lang="ru" xml:base="http://lendmoney.ru/forum/messages/forum9/topic575/message5146/">
			<![CDATA[<b><a href="http://lendmoney.ru/forum/messages/forum9/topic575/message5146/">Смена аттестата</a></b> в форуме <a href="http://lendmoney.ru/forum/forum9/">WM аттестация</a>. <br />
			<br />====quote====<br />609859354839 пишет:<br />Наши банки должны сообщать о движениях всех финансовых средств. Если у банка есть доступ к просмотру моего кошелька</td></tr></tbody></table><br />А не проще ли просто закрыть доступ на просмотр, удалив из списка доверенных - WMID Вашего аттестатора. И живите спокойно. В чем проблема? <br />
			<i>12.02.2010 11:25:20, <a href="http://lendmoney.ru/forum/user/66439/">403470218716</a>.</i>]]>
		</content>
		<author>
		  <name>403470218716</name>
		  <uri>http://lendmoney.ru/forum/user/66439/</uri>
		</author>
	</entry>
	<entry>
		<title type="html">Смена аттестата</title>
		<link rel="alternate" type="text/html" title="Смена аттестата" href="http://lendmoney.ru/forum/messages/forum9/topic575/message5145/" />
		<updated>2010-02-12T08:52:34+03:00</updated>
		<id>urn:uuid:907f3704-218c-a7f7-b338-8f43f434f286</id>
		<content type="html" xml:lang="ru" xml:base="http://lendmoney.ru/forum/messages/forum9/topic575/message5145/">
			<![CDATA[<b><a href="http://lendmoney.ru/forum/messages/forum9/topic575/message5145/">Смена аттестата</a></b> в форуме <a href="http://lendmoney.ru/forum/forum9/">WM аттестация</a>. <br />
			Наши банки должны сообщать о движениях всех финансовых средств. Если у банка есть доступ к просмотру моего кошелька - я думаю тоже могут сообщить. Поэтому я хочу переаттестоваться в России, и закрыть доступ к своему кошельку белорусскому надзору. Отсюда вопрос - вы же явно не попадаете под действие этих дурацких законов и я смогу жить спокойно?<br /><br />Если да - то где можно почитать о процедуре переаттестации? <br />
			<i>12.02.2010 08:52:34, <a href="http://lendmoney.ru/forum/user/2912/">609859354839</a>.</i>]]>
		</content>
		<author>
		  <name>609859354839</name>
		  <uri>http://lendmoney.ru/forum/user/2912/</uri>
		</author>
	</entry>
	<entry>
		<title type="html">Смена аттестата</title>
		<link rel="alternate" type="text/html" title="Смена аттестата" href="http://lendmoney.ru/forum/messages/forum9/topic575/message5144/" />
		<updated>2010-02-12T02:59:44+03:00</updated>
		<id>urn:uuid:c0512d76-44db-0334-675b-2fae06755c5c</id>
		<content type="html" xml:lang="ru" xml:base="http://lendmoney.ru/forum/messages/forum9/topic575/message5144/">
			<![CDATA[<b><a href="http://lendmoney.ru/forum/messages/forum9/topic575/message5144/">Смена аттестата</a></b> в форуме <a href="http://lendmoney.ru/forum/forum9/">WM аттестация</a>. <br />
			Кредитная история и параметры кредитной линии прикрепляются к конкретному WMID. Если Вы пройдёте переаттестацию и WMID у Вас останется прежним - Вы сможете продолжить свою кредитную историю в нашем сервисе.<br /><br />На счёт анонимности - уточните, пожалуйста, Ваш вопрос. <br />
			<i>12.02.2010 02:59:44, <a href="http://lendmoney.ru/forum/user/3003/">Захар Боул</a>.</i>]]>
		</content>
		<author>
		  <name>Захар Боул</name>
		  <uri>http://lendmoney.ru/forum/user/3003/</uri>
		</author>
	</entry>
	<entry>
		<title type="html">Смена аттестата</title>
		<link rel="alternate" type="text/html" title="Смена аттестата" href="http://lendmoney.ru/forum/messages/forum9/topic575/message5142/" />
		<updated>2010-02-11T19:37:12+03:00</updated>
		<id>urn:uuid:378c5f25-5f66-28d0-3a17-0753201a3ca5</id>
		<content type="html" xml:lang="ru" xml:base="http://lendmoney.ru/forum/messages/forum9/topic575/message5142/">
			<![CDATA[<b><a href="http://lendmoney.ru/forum/messages/forum9/topic575/message5142/">Смена аттестата</a></b> в форуме <a href="http://lendmoney.ru/forum/forum9/">WM аттестация</a>. <br />
			Сам из Беларуси. Наши власти на днях пошли в очередное наступление на интернет. Несмотря на то, что сейчас имею аттестат продавца с хорошими показателями (BL&gt;100, длительная и положительная кредитная история) думаю поменять аттестат для сохранения большей анонимности перед лицом государства (текущий аттестат сделан через белорусский банк, кошельки открыты на просмотр, и это внушает опасения). Собственно вопрос - если сделать новый аттестат продавца, допустим, через ваш сервис - можно ли как-то перенести параметры кредитной линии на новый аттестат? Как у вас с анонимностью? <br />
			<i>11.02.2010 19:37:12, <a href="http://lendmoney.ru/forum/user/2912/">Александр Олихвер</a>.</i>]]>
		</content>
		<author>
		  <name>Александр Олихвер</name>
		  <uri>http://lendmoney.ru/forum/user/2912/</uri>
		</author>
	</entry>
</feed>
