// JavaScript Document
var time = null;
function showTab(idIndex){
    show = "document.getElementById('" + idIndex + "').style.display = 'block'";
    time = setTimeout(show,10);
}
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>767) {   
    x_poz=document.body.scrollWidth/2 - 200;
    document.getElementById('attorney').style.left = x_poz+'px'; 
	x_poz=document.body.scrollWidth/2 - 215;
    document.getElementById('links').style.left = x_poz+'px'; 
    } else {        
        x_poz=190;
        document.getElementById('attorney').style.left = x_poz+'px'; 
		x_poz=173;
        document.getElementById('links').style.left = x_poz+'px'; 
        }
}

var head="display:''"
function doit(header){
header=document.getElementById(header);
var head=header.style
if (head.display=="none")
head.display=""
else
head.display="none"
}

if (document.images)
{
  pic1= new Image(); 
  pic1.src="images/menu_ap_over.gif"; 
  
      
}
function popMedia(id){
	var nav = navigator.userAgent.toLowerCase();
	var fileData = "";
	if( nav.indexOf("msie") != -1 ) {
		window.open("player.html?f=0","_popMedia","width=400,height=400");
	} else {
		document.location = document.location.host+'/video/video.wmv';
	}
}
