var time = null;
function showTab(idIndex){
	show = "document.getElementById('" + idIndex + "').style.display = 'block'";
	time = setTimeout(show,50);
}
function hideTab(idIndex){
	show = "document.getElementById('" + idIndex + "').style.display = 'none'";
	time = setTimeout(show,50);
}
function stopTimeOut(){
	clearTimeout(time);
}

var scrollWidth;

function position() {
	if(document.body.scrollWidth>780) {
	x_poz=document.body.scrollWidth/2 - 209;
	document.getElementById('tab_family_law').style.left = x_poz+'px';
	document.getElementById('tab_immigration').style.left = x_poz+'px';
	} else {
		x_poz=150;
		document.getElementById('tab_family_law').style.left = x_poz+'px';
		document.getElementById('tab_immigration').style.left = x_poz+'px';
	}
}
function showHide(k)
{
	s = ""+document.getElementById("aq_"+k).innerHTML;
	if (s=="»»»")
	{
		document.getElementById("section_"+k).style.display = "block";
		document.getElementById("aq_"+k).innerHTML = "&laquo;&laquo;&laquo;";
	}else
	{
		document.getElementById("section_"+k).style.display = "none";
		document.getElementById("aq_"+k).innerHTML = "&raquo;&raquo;&raquo;";
	}
	return false;
}

if (document.images)
{
  pic1= new Image; 
  pic1.src="images/menu/menu_1.gif";
  pic2= new Image; 
  pic2.src="images/menu/menu_1_over.gif"; 

  pic3= new Image; 
  pic3.src="images/menu/menu_2.gif";
  pic4= new Image; 
  pic4.src="images/menu/menu_2_over.gif";
  
  pic5= new Image; 
  pic5.src="images/menu/menu_3.gif";
  pic6= new Image; 
  pic6.src="images/menu/menu_3_over.gif";
 
  pic7= new Image; 
  pic7.src="images/menu/menu_4.gif"; 
  pic16= new Image; 
  pic16.src="images/menu/menu_4_over.gif";
  
  pic8= new Image; 
  pic8.src="images/menu/menu_5.gif"; 
  pic9= new Image; 
  pic9.src="images/menu/menu_5_over.gif";
  
  pic10= new Image; 
  pic10.src="images/menu/menu_6.gif"; 
  pic11= new Image; 
  pic11.src="images/menu/menu_6_over.gif";
  
  pic12= new Image; 
  pic12.src="images/menu/menu_7.gif"; 
  pic13= new Image; 
  pic13.src="images/menu/menu_7_over.gif";
  
  pic14= new Image; 
  pic14.src="images/menu/menu_8.gif"; 
  pic15= new Image; 
  pic15.src="images/menu/menu_8_over.gif";
  
  pic17= new Image;
  pic17.src="images/russian.gif"; 
  pic18= new Image; 
  pic18.src="images/russian_over.gif";
  
  pic19= new Image;
  pic19.src="images/menu/spanish.gif"; 
  pic20= new Image; 
  pic20.src="images/menu/spanish_over.gif";
  
  pic21= new Image; 
  pic21.src="images/menu/menu_9.gif"; 
  pic22= new Image; 
  pic22.src="images/menu/menu_9_over.gif";
}