$(document).ready(init);
function init(){
	var title = document.title;
	var link = window.location.href;
	img = new Array('url(http://vata.in.ua/templates/vata/images/logo2.jpg)', 'url(http://vata.in.ua/templates/vata/images/logo3.jpg)', 'url(http://vata.in.ua/templates/vata/images/logo4.jpg)', 'url(http://vata.in.ua/templates/vata/images/logo5.jpg)', 'url(http://vata.in.ua/templates/vata/images/logo6.jpg)', 'url(http://vata.in.ua/templates/vata/images/logo1.jpg)');
//	var pos = link.indexOf('contacts');//контакты
	var pos1 = link.indexOf('articles');//статьи
	var news = link.indexOf('news');
	var part = link.indexOf('partners');
//	document.getElementById('content').style.height = "100%";
//	document.getElementById('menu').style.height = "100%";
	
	
	if(link.indexOf('licens') !==-1)
	{
//		document.getElementById('head').style.backgroundImage = img[5];
		//document.getElementById('menu').style.height = "2900px";
		//document.getElementById('menu').style.height = "2900px";
	}
	
	if(link.indexOf('marlevie_otrezi') !==-1)
	{
		document.getElementById('head').style.backgroundImage = img[2];
		//document.getElementById('content').style.height = "1040px";
		//document.getElementById('menu').style.height = "1080px";
	}
	
	if(link.indexOf('products.html') !==-1 || link.indexOf('bint.html') !==-1 || link.indexOf('vata.html') !==-1 || link.indexOf('bint.html') !==-1 || link.indexOf('presentation.html') !==-1)
	{
		document.getElementById('head').style.backgroundImage = img[2];
	}
	
	if(link.indexOf('partners') !==-1)
	{
		document.getElementById('head').style.backgroundImage = img[4];
	}

	if(link.indexOf('contacts') !== -1 || link.indexOf('feedback') !== -1 || link.indexOf('production') !== -1 || link.indexOf('sell') !== -1)
	{
		document.getElementById('head').style.backgroundImage = img[0];
	}
	
//	if(link.indexOf('products') !== -1 || link.indexOf('vata') !== -1 || link.indexOf('bint') !== -1 || link.indexOf('presentation') !== -1)
//	{
//		document.getElementById('head').style.backgroundImage = img[2];
//	}
	
	if(link == "http://vata.in.ua/" || link == "http://vata.in.ua/index.php")
	{
		document.getElementById('head').style.backgroundImage = img[5];
	}
	
//	if(link.indexOf('about') !== -1 || link.indexOf('o_proizvodstve.html') !== -1 || link.indexOf('do=search') !== -1)
//	{
//		document.getElementById('head').style.backgroundImage = img[5];
//	}

	if(news !==-1 || link.indexOf('articles') !== -1)
	{
		document.getElementById('head').style.backgroundImage = img[1];
	}
	
	if(link.indexOf('job') !==-1)
	{
		document.getElementById('head').style.backgroundImage = img[3];
	}
}
