﻿        
 
 function RefreshParent()
{
    window.opener.document.location.reload(true);
    window.close();
}

         function        submitMe(){
         Page_ClientValidate();
            if(Page_IsValid )
{
         document.form1.submit();
         }
}

 function openPopup (url) {
    var myPopup =  window.open(url,'popupWindow','width=680,height=480');
    if (!myPopup.opener)
    myPopup.opener = self
    }
 
 function recommendUs()
 {
    document.getElementById('optionsDiv').getElementsByTagName('input')[0].click();
 
 }

