function getCurPage()
{
	var cur_page = '';
	url = window.location.toString();
	
	if (url.indexOf('index.html') != -1 || url=='http://skandi.ru/' || url=='http://www.skandi.ru/')
	{
		cur_page = '?button=1';	
	}	
	else if (url.indexOf('about.html') != -1)
	{
		cur_page = '?button=2';	
	}	
	else if (url.indexOf('tehnologii.html') != -1)
	{
		cur_page = '?button=3';	
	}	
	else if (url.indexOf('produkcija.html') != -1)
	{
		cur_page = '?button=4';	
	}	
	else if (url.indexOf('sotrudnichestvo.html') != -1)
	{
		cur_page = '?button=5';	
	}	
	else if (url.indexOf('koordinati.html') != -1)
	{
		cur_page = '?button=6';	
	}	
	
	return cur_page;
}
