﻿///*----- Start common -----*/

///* Function to validate User Registration Fields */
/* function to open popup */
function OpenPopUp(filepath) {

    //Settings for popup window
    l = (screen.width - 500) / 2;
    t = (screen.height - 500) / 2;
    var settings = 'height=500px,width=500px,left=' + l + ',top=' + t + ' scrollbars=yes,location=center,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';

    //Open new window

    window.open(filepath, 'File', settings);

    //Set window focus
    //popupwin.focus();

    return;

}

/* function to validate forgot password*/

/* for Resume Page

var arrRange=depRange=[];
       /*----- Start common -----*/
     
