﻿// JScript File

function openwin()
    {
      //  alert();
       // alert();
        if (document.getElementById('Header1_DropDownList1').value=="www.imcnet.org")
        {
        var str = document.Form1.DropDownList1.value;
        alert(str);
        window.open("http://" + str);
       }
    }