function WriteTitlePrintVersion()
{
	var url = document.location.href;
	url = url.split('#')[0];
	if (document.location.search) url += '&';
	else url += '?'; 
	document.write('<a target="_blank" href="' + url + 'print=1"><img src="/ford/_common/img/fprint.gif" width="142" height="30" alt="Версия для печати" title="Версия для печати"/></a>');
}

function fadeIn(obj1)
{
	if(obj1.className != 'active')
		obj1.className="hover";
}
function fadeOut(obj1)
{
	if(obj1.className != 'active')
		obj1.className="";
}

function GotoUrl(url)
{
	document.location.href=url;
	return false;
}

function ImagePreview(num) {
	var objModel = document.getElementById('hdr_00');
	var model = '';
	if (objModel!=null)model = objModel.innerHTML;
	wnd = window.open('/common/imagepreview.html?num='+num+'&model='+model, 'preview', 'scrollbars=auto,status=no,toolbar=no,menubar=no,resizable=yes,width=520,height=650');
}
