﻿//window.open('popup_ProblemSolvingWorkshop.asp','popup','height=350,width=500,left=100,top=200,resizable=yes'); 
//window.open('popup_JobFair.asp','popup','height=300,width=460,left=100,top=200,resizable=yes'); 

function OpenWindow(url, height, width) {
    window.open(url,'job_details','height=' + height + ',width='+ width + ',left=100,top=100,resizable=no,location=no,scrollbars=yes,status=no');   
}

function fnActivity (ctl) {
   $get('ctl00_mainContent_ucResumeListing1_btnDeleteAccountCancel').disabled = true;
  $get(ctl).style.display = 'inline';
  
  
}
