
//down menu LINKS
function dMenu(num) 
{
switch(num)
 {
 case 1: 
        window.open("../../pages/online/online.html","012Net","top=20,left=20,width=450,height=550");
	    break;


 case 2: 
    if (top.Main.innerMenu.text)
	                   {
					   	   top.Main.innerMenu.text.location.href="../../pages/text/forum/forum.html"
					   }
        else   {
				    top.Main.innerMenu.location.href="../middlePage/innerFrame/mainFrame.asp?page=../../text/forum/forum.html"
				  }
				  break;



  case 3: 
        if (top.Main.innerMenu.text)
                   {
				   top.Main.innerMenu.text.location.href="../../pages/press/press.asp"
                   }
          else
		          {
				    top.Main.innerMenu.location.href="../middlePage/innerFrame/mainFrame.asp?page=../../press/press.asp"
				  }
          break


 case 4: 
     
                 if (top.Main.innerMenu.text)
                   {
				   top.Main.innerMenu.text.location.href="../../pages/jobs/jobs.asp"
                   }
          else
		          {
				    top.Main.innerMenu.location.href="../middlePage/innerFrame/mainFrame.asp?page=../../jobs/jobs.asp" 
					 }
          break
  
 
 case 5: 
                 if (top.Main.innerMenu.text)
                   {
				   top.Main.innerMenu.text.location.href="../../pages/text/about012site/about012site.html#3"
                   }
          else
		          {
				  top.Main.innerMenu.location.href="../middlePage/innerFrame/mainFrame.asp?page=../../text/about012site/about012site.html#3" 				  }
          break
  
  
 case 6: 
        if (top.Main.innerMenu.text)
	                   {
					   	   top.Main.innerMenu.text.location.href="../../pages/about/about.html"
					   }
        else   {
				    top.Main.innerMenu.location.href="../middlePage/innerFrame/mainFrame.asp?page=../../about/about.html"
				  }
				  break;
  
 	  	 		   			  	 		   		  	 
 }
}

