﻿// JScript File
        function ValidateChecked(oSrc, args)
        {
            args.IsValid = document.getElementById('ctl00_ContentPlaceHolder1_chk').checked;        
        }
        function open_win()
        {
            window.open("trls.pdf","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=650, height=500, top=50, left=250");
        }
        function open_industrydaywin(afile)
        {
            window.open(afile,"_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=650, height=500, top=50, left=250");
        }
        function open_tardecwin()
        {
            window.open("http://tardec.army.mil/default.asp","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=650, height=500, top=50, left=250");
        }
        function open_rdecomwin()
        {
            window.open("http://www.army.mil/institution/organization/unitsandcommands/commandstructure/rdecom/","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=650, height=500, top=50, left=250");
        } 
        function open_navy()
        {
            window.open("http://www.onr.navy.mil/","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=650, height=500, top=50, left=250");
        }
        function open_defense()
        {
            window.open("http://www.defenselink.mil/","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=650, height=500, top=50, left=250");
        } 
        function open_alleyautomation()
        {
            window.open("http://www.automationalley.com/autoalley/Automation+Alley/","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=650, height=500, top=50, left=250");
        } 
        function ShowVal()
        {
         //   alert('Hello');
            document.getElementById("ctl00$Main$button1").click();
          // ctl00$Main$button1.click();
        }
        
       
        
         
         
        
            
          
      

