if (document.images)
	  { 
	    roll = 'true';
	   }
    else
	  {
	    roll = 'false';
	   }
    function over(img,ref) 
	  {
	    if (roll == 'true')
		    {
			  document.images[img].src = ref;
			 } 
	   }
    function out(img,ref)
	  { 
	    if (roll == 'true') 
		    {
			  document.images[img].src = ref;
			 }
	   }
    if (roll == 'true')
     {
	  a1=new Image;a1.src="/common/img/parexgroup_over-ru.gif";
	  a2=new Image;a2.src="/common/img/karta_over-ru.gif";
	  a3=new Image;a3.src="/common/img/parexnet_over.gif";
	  a4=new Image;a4.src="/common/img/parexru_over.gif";
	  a5=new Image;a5.src="/common/img/private-ru-a.gif";
	  a6=new Image;a6.src="/common/img/business-ru-a.gif";
	  a7=new Image;a7.src="/common/img/about-ru-a.gif";
	  a8=new Image;a8.src="/common/img/latviski.gif";
	  a9=new Image;a9.src="/common/img/latviski_act.gif";
	  a10=new Image;a10.src="/common/img/sitemap_over.gif";
	  a11=new Image;a11.src="/common/img/rus_over.gif";  
	  a12=new Image;a12.src="/common/img/international_over.gif";
	  a13=new Image;a13.src="/common/img/russia_cis_over.gif";
	  a14=new Image;a14.src="/common/img/parexlv_over.gif";
}

function themes() 
{
	var selectedIndex = document.menu.theme.selectedIndex;
	if (selectedIndex > 0)
	{	var selection = document.menu.theme.options[selectedIndex].value;
		document.location.href = selection; 
	}
}

function industries()
{
	var selectedIndex = document.menu1.indust.selectedIndex;
	if (selectedIndex > 0)
	{	var selection = document.menu1.indust.options[selectedIndex].value;
		document.location.href = selection; 
	}
}

function products()
{
	var selectedIndex = document.menu2.prod.selectedIndex;
	if (selectedIndex > 0)
	{	var selection = document.menu2.prod.options[selectedIndex].value;
		document.location.href = selection; 
	}
}
