if (document.getElementById){
 //DynamicDrive.com change
 document.write('<style type="text/css">\n')
 document.write('.submenu{display: none;}\n')
 document.write('</style>\n')
 }
 
 
 
 function SwitchMenu(obj){
 if(document.getElementById){
 var el = document.getElementById(obj);
 var ar = document.getElementById("masterdiv").getElementsByTagName("span"); 
 if(el.style.display != "block"){ 
     for (var i=0; i<ar.length; i++){
         if (ar[i].className=="submenu") 
         ar[i].style.display = "none";
		         }
			         el.style.display = "block";
		                 }else{
			         el.style.display = "none";
		         }
		     }
		     }
											     
											     



function t1_window(){
  window.open("t1.html", "t1", "width=300, height=450, dependent=no, toolbar=no,menubar=no, scrollbars=no, resizable=no, status=no, location=no")
 }

function t2_window(){
  window.open("t2.html", "t2", "width=300, height=450, dependent=no, toolbar=no,menubar=no, scrollbars=no, resizable=no, status=no, location=no")
 }

function t3_window(){
  window.open("t3.html", "t3", "width=300, height=450, dependent=no, toolbar=no,menubar=no, scrollbars=no, resizable=no, status=no, location=no")
 }

function c_window(c_Url){
  window.open(c_Url, "company", "width=450, height=600, dependent=no, toolbar=no,menubar=no, scrollbars=yes, resizable=no, status=no, location=no")
 }


function clickHandler() 
{ var targetId, srcElement, 
targetElement;  srcElement = window.event.srcElement;  
if (srcElement.className == "Outline") {     
targetId = srcElement.id + "details";     
targetElement = document.all(targetId);     
if (targetElement.style.display == "none") {        
targetElement.style.display = "";     
} else {        
targetElement.style.display = "none";     
}  }} document.onclick = clickHandler; 



	
