function wopen(url, width, height)
{
	var left = (screen.availWidth - width) / 2
	var top = (screen.availHeight - height) / 2
	width+=0; height+=0;
	wId=window.open(url, "wo", 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left='+left+',top='+top+',width='+width+',height='+height);
	wId.focus();
}

function wopentrash(url, width, height)
{
	var left = (screen.availWidth - width) / 2
	var top = (screen.availHeight - height) / 2
	width+=0; height+=0;
	wId=window.open(url, "wo", 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left='+left+',top='+top+',width='+width+',height='+height);
	wId.focus();
}

function wopenvieworders(url, width, height)
{
	var left = (screen.availWidth - width) / 2
	var top = (screen.availHeight - height) / 2
	width+=0; height+=0;
	wId=window.open(url, "wo", 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,left='+left+',top='+top+',width='+width+',height='+height);
	wId.focus();
}

function SetTableForShow (TableId)
{
	if (eval ("tsm_"+TableId).style.display=="none") eval ("tsm_"+TableId).style.display="block";
	else eval ("tsm_"+TableId).style.display="none";
}

function addFav()
{
	window.external.addFavorite('http://www.viplimo.ru/', 'V.I.P. Limousine');
}

function addHP(pr)
{
	pr.style.behavior='url(#default#homepage)';
	pr.setHomePage('http://www.viplimo.ru/');
}
