function feedback(lang)
{
	widthW = 598;
	heightW = 570;

	xW = (screen.width/2)-(widthW/2);
	yW = (screen.height/2)-(heightW/2);
	if(lang=='rus')
	{
		window.open("/feedback/", "_blank", "width="+widthW+",height="+heightW+",menubar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes,top="+yW+",left="+xW);
	} else {
		window.open("/ukr/feedback/", "_blank", "width="+widthW+",height="+heightW+",menubar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes,top="+yW+",left="+xW);		
	}
}

function showFormMail(tPage, tId, lang)
{
	widthW = 598;
	heightW = 598;

	xW = (screen.width/2)-(widthW/2);
	yW = (screen.height/2)-(heightW/2);
	if(lang=='rus')
	{
		window.open("/message/?tPage="+tPage+"&tId="+tId+"&lang="+lang, "_blank", "width="+widthW+",height="+heightW+",menubar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes,top="+yW+",left="+xW);
	} else {
		window.open("/ukr/message/?tPage="+tPage+"&tId="+tId+"&lang="+lang, "_blank", "width="+widthW+",height="+heightW+",menubar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes,top="+yW+",left="+xW);
	}
}

function start(){
var url = "http://www.parta.com.ua";
netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesWrite");
navigator.preference("browser.startup.homepage", url);
}

function add_favorite(a) {
title=document.title;
url=document.location;
try {
// Internet Explorer
window.external.AddFavorite(url, title);
}
catch (e) {
try {
// Mozilla
window.sidebar.addPanel(title, url, "");
}
catch (e) {
// Opera
if (typeof(opera)=="object") {
a.rel="sidebar";
a.title=title;
a.url=url;
return true;
}
else {
// Unknown
alert('Ваш браузер не поддерживает автоматическое добавление закладок. Нажмите Ctrl-D чтобы добавить страницу в закладки.');
}
}
}
return false;
}
