﻿
function MM_swapImgRestore() { //v3.0
    var i, x, a = document.MM_sr; for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src = x.oSrc;
}

function MM_preloadImages() { //v3.0
    var d = document; if (d.images) {
        if (!d.MM_p) d.MM_p = new Array();
        var i, j = d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i < a.length; i++)
            if (a[i].indexOf("#") != 0) { d.MM_p[j] = new Image; d.MM_p[j++].src = a[i]; }
    }
}

function MM_findObj(n, d) { //v4.01
    var p, i, x; if (!d) d = document; if ((p = n.indexOf("?")) > 0 && parent.frames.length) {
        d = parent.frames[n.substring(p + 1)].document; n = n.substring(0, p);
    }
    if (!(x = d[n]) && d.all) x = d.all[n]; for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n];
    for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document);
    if (!x && d.getElementById) x = d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
    var i, j = 0, x, a = MM_swapImage.arguments; document.MM_sr = new Array; for (i = 0; i < (a.length - 2); i += 3)
        if ((x = MM_findObj(a[i])) != null) { document.MM_sr[j++] = x; if (!x.oSrc) x.oSrc = x.src; x.src = a[i + 2]; }
    }

    function Close()  //Validation Advanced Login Popup close button
    {
        if (document.getElementById("ctl00_MainContentPlaceHolder_hdnForgotpwdpopup").value == 1) {
            document.getElementById("ctl00_MainContentPlaceHolder_hdnForgotpwdpopup").value = 0;
        }
    }
    
    function Loginform() //Login Form Validation 
    {
        var _popup;
        var minLength = 6;
        var maxLength = 15;
        var email = document.getElementById("txtUserName").value;
        
        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        if (document.getElementById("txtUserName").value == "") 
        {
            alert("Please enter your email");
            document.getElementById("txtUserName").focus();
            return false;
        }
        if (document.getElementById("txtUserName").value.length > 0) 
        {
            document.getElementById("txtUserName").value = document.getElementById("txtUserName").value.replace(/(^\s*)|(\s*$)/g, '');
            var emialvalue = document.getElementById("txtUserName").value;
            if (document.getElementById("txtUserName").value == "") {
                alert("Please enter your email");
                document.getElementById("txtUserName").focus();
                return false;
            }
            else
             {
                 if (!emialvalue.match(emailRegex)) 
                {
                    alert("Please enter a valid email.");
                    document.getElementById("txtUserName").focus();
                    return false;
                }
            }
        }
        if (document.getElementById("txtPassword").value == "") 
        {
            alert("Please enter your correct Password");
            document.getElementById("txtPassword").focus();
            return false;
        }
        return true;
    }

    function Forgotform() //Login Form Validation 
    {
        var _popup;
        var minLength = 6;
        var maxLength = 15;
        var email = document.getElementById("ctl00_txtforgotName").value;

        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        if (document.getElementById("ctl00_txtforgotName").value == "") {
            alert("Please enter your email");
            document.getElementById("ctl00_txtforgotName").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtforgotName").value.length > 0) {
            document.getElementById("ctl00_txtforgotName").value = document.getElementById("ctl00_txtforgotName").value.replace(/(^\s*)|(\s*$)/g, '');
            var emialvalue = document.getElementById("ctl00_txtforgotName").value;
            if (document.getElementById("ctl00_txtforgotName").value == "") {
                alert("Please enter your email");
                document.getElementById("ctl00_txtforgotName").focus();
                return false;
            }
            else {
                if (!emialvalue.match(emailRegex)) {
                    alert("Please enter a valid email.");
                    document.getElementById("ctl00_txtforgotName").focus();
                    return false;
                }
            }
        }
        return true;
    }
   
    function Mp_Checkform() // Email Validation for Login Form
    {
        var minLength = 6;
        var maxLength = 15;
        var email = document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").value;
        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").value == "") {
            alert("Please enter your email");
            document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").focus();
            return false;
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").value.length > 0) {
            document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").value = document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").value.replace(/(^\s*)|(\s*$)/g, '');
            var emialvalue = document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").value;
            if (document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").value == "") {
                alert("Please enter your email");
                document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").focus();
                return false;
            }
            else {
                if (!emialvalue.match(emailRegex)) {
                    alert("Please enter a valid email");
                    document.getElementById("ctl00_MainContentPlaceHolder_txtAEmail").focus();
                    return false;
                }
            }
        }
        return true;
    }

    function Contact_Loginform() // Email Validation for Login Form
    {
        var minLength = 6;
        var maxLength = 15;
        var email = document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value;
        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtName").value == "") {
            alert("Please enter your Name");
            document.getElementById("ctl00_MainContentPlaceHolder_txtName").focus();
            return false;
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value == "") {
            alert("Please enter your email");
            document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").focus();
            return false;
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value.length > 0) {
            document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value = document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value.replace(/(^\s*)|(\s*$)/g, '');
            var emialvalue = document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value;
            if (document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value == "") {
                alert("Please enter your email");
                document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").focus();
                return false;
            }
            else {
                if (!emialvalue.match(emailRegex)) {
                    alert("Please enter a valid email");
                    document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").focus();
                    return false;
                }
            }
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtSubject").value == "") {
            alert("Please enter your Subject");
            document.getElementById("ctl00_MainContentPlaceHolder_txtSubject").focus();
            return false;
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtMessage").value == "") {
            alert("Please enter your Message");
            document.getElementById("ctl00_MainContentPlaceHolder_txtMessage").focus();
            return false;
        }
        return true;
    }

    function checkIt(evt) {
        evt = (evt) ? evt : window.event;
        var charCode = (evt.which) ? evt.which : evt.keyCode;
        if (charCode > 31 && (charCode < 48 || charCode > 57)) {
            alert('This field accepts numbers only');
            return false;
        }
    }

    function Validate_CreateAccount() {
        var minLength = 6;
        var maxLength = 15;
        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        var name = document.getElementById("ctl00_txtregName").value;
        var email = document.getElementById("ctl00_txtregEmail").value;
        var conemail = document.getElementById("ctl00_txtregconEmail").value;
        var pwd = document.getElementById("ctl00_txtregPassword").value;
        var conpwd = document.getElementById("ctl00_txtregconPassword").value;

        if (name == "") {
            alert("Please enter your name");
            document.getElementById("ctl00_txtregName").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtregEmail").value.length > 0) {
            ClearWhiteSpaces("ctl00_txtregEmail");
            if (document.getElementById("ctl00_txtregEmail").value == "") {
                alert("Please enter your email");
                document.getElementById("ctl00_txtregEmail").focus();
                return false;
            }
        }
        if (!email.match(emailRegex)) {
            alert("You have entered an invalid email");
            document.getElementById("ctl00_txtregEmail").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtregconEmail").value == "") {
            alert("Please enter confirm email");
            document.getElementById("ctl00_txtregconEmail").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtregconEmail").value.length > 0) {
            ClearWhiteSpaces("ctl00_txtregconEmail");
            if (document.getElementById("ctl00_txtregconEmail").value == "") {
                alert("Please enter confirm email");
                document.getElementById("ctl00_txtregconEmail").focus();
                return false;
            }
        }
        if (!conemail.match(emailRegex)) {
            alert("Please enter an valid email");
            document.getElementById("ctl00_txtregconEmail").focus();
            return false;
        }
        if (email != conemail) {
            alert("Both emails don't match");
            document.getElementById("ctl00_txtregconEmail").focus();
            return false;
        }

        if (document.getElementById("ctl00_txtregPassword").value == "") {
            alert("Please enter your Password");
            document.getElementById("ctl00_txtregPassword").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtregPassword").value.length < minLength) {
            alert("Password should contain " + minLength + "-" + maxLength + " characters long. Try again");
            document.getElementById("ctl00_txtregPassword").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtregPassword").value.length > maxLength) {
            alert("Password must be " + maxLength + " characters long. Try again");
            document.getElementById("ctl00_txtregPassword").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtregconPassword").value == "") {
            alert("Please enter confirm Password");
            document.getElementById("ctl00_txtregconPassword").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtregconPassword").value.length < minLength) {
            alert("Password should contain " + minLength + "-" + maxLength + " characters long. Try again");
            document.getElementById("ctl00_txtregconPassword").focus();
            return false;
        }
        if (pwd != conpwd) {
            alert("Passwords don't match");
            document.getElementById("ctl00_txtregconPassword").focus();
            return false;
         }
        return true;
    }

    function ClearWhiteSpaces(elemId) {
        document.getElementById(elemId).value = document.getElementById(elemId).value.replace(/(^\s*)|(\s*$)/g, '');
    }

    var whoids = new Array('whouses1', 'whouses2', 'whouses2', 'whouses3', 'whouses4', 'whouses5', 'whouses6');

    function switchwhosid(id) {
        hideallwhoids();
        showwhosdiv(id);
    }

    function hideallwhoids() {
        //loop through the array and hide each element by id
        for (var i = 0; i < whoids.length; i++) {
            hidewhosdiv(whoids[i]);
        }
    }

    function hidewhosdiv(id) {
        //safe function to hide an element with a specified id
        if (document.getElementById) { // DOM3 = IE5, NS6
            document.getElementById(id).style.display = 'none';
        }
        else {
            if (document.layers) { // Netscape 4
                document.id.display = 'none';
            }
            else { // IE 4
                document.all.id.style.display = 'none';
            }
        }
    }

    function showwhosdiv(id12) {
        //safe function to show an element with a specified id

        if (document.getElementById) { // DOM3 = IE5, NS6
            document.getElementById(id12).style.display = 'block';
        }
        else {
            if (document.layers) { // Netscape 4
                document.id.display = 'block';
            }
            else { // IE 4
                document.all.id.style.display = 'block';
            }
        }
    }
    function swapWhousesImages(whosImgId) {
        setWhosCookie(whosImgId, document.getElementById('imgwhosIcon' + whosImgId).getAttribute("src"), 1);
        for (id = 1; id <= 6; id++) {
            if (id == whosImgId) {
                document.getElementById('imgwhosIcon' + id).setAttribute("src", "images/whousesicon" + id + "_hover.png");
            }
            else {
                document.getElementById('imgwhosIcon' + id).setAttribute("src", "images/whousesicon" + id + ".png");
            }
        }
    }
    function swapWhousesHoverImages(whosImgId) {
        setWhosCookie(whosImgId, document.getElementById('imgwhosIcon' + whosImgId).getAttribute("src"), 1);
        document.getElementById('imgwhosIcon' + whosImgId).setAttribute("src", "images/whousesicon" + whosImgId + "_hover.png");
    }
    function swapWhousesHoutImages(whosImgId) {
        var imgSource = getWhosCookie(whosImgId);
        document.getElementById('imgwhosIcon' + whosImgId).setAttribute("src", imgSource);
    }
    function setWhosCookie(c_name, value, exdays) {
        var exdate = new Date();
        c_name = "whosiconsource" + c_name;
        exdate.setDate(exdate.getDate() + exdays);
        var c_value = escape(value) + ((exdays == null) ? "" : "; expires=" + exdate.toUTCString());
        document.cookie = c_name + "=" + c_value;
    }
    function getWhosCookie(c_name) {
        c_name = "whosiconsource" + c_name;
        var i, x, y, ARRcookies = document.cookie.split(";");
        for (i = 0; i < ARRcookies.length; i++) {
            x = ARRcookies[i].substr(0, ARRcookies[i].indexOf("="));
            y = ARRcookies[i].substr(ARRcookies[i].indexOf("=") + 1);
            x = x.replace(/^\s+|\s+$/g, "");
            if (x == c_name) {
                return unescape(y);
            }
        }
    }
    var ids = new Array('introImapp', 'productdiv1', 'productdiv2', 'productdiv3', 'productdiv4', 'productdiv5', 'productdiv6', 'productdiv7', 'productdiv8', 'productdiv9');

    function switchid(id) {
        hideallids();
        showdiv(id);
    }

    function hideallids() {
        //loop through the array and hide each element by id
        for (var i = 0; i < ids.length; i++) {
            hidediv(ids[i]);
        }
    }

    function hidediv(id) {
        //safe function to hide an element with a specified id
        if (document.getElementById) { // DOM3 = IE5, NS6
            document.getElementById(id).style.display = 'none';
        }
        else {
            if (document.layers) { // Netscape 4
                document.id.display = 'none';
            }
            else { // IE 4
                document.all.id.style.display = 'none';
            }
        }
    }

    function showdiv(id) {
        //safe function to show an element with a specified id

        if (document.getElementById) { // DOM3 = IE5, NS6
            document.getElementById(id).style.display = 'block';
        }
        else {
            if (document.layers) { // Netscape 4
                document.id.display = 'block';
            }
            else { // IE 4
                document.all.id.style.display = 'block';
            }
        }
    }
    function swapIconImages(imgid) {
        setCookie(imgid, document.getElementById('imgIcon' + imgid).getAttribute("src"), 1);
        for (id = 1; id <= 9; id++) {
            if (id == imgid) {
                document.getElementById('imgIcon' + id).setAttribute("src", "images/icon" + id + "_hover.jpg");
            }
            else {
                document.getElementById('imgIcon' + id).setAttribute("src", "images/icon" + id + ".jpg");
            }
        }
    }
    function swapIconHoverImages(imgid) {
        setCookie(imgid, document.getElementById('imgIcon' + imgid).getAttribute("src"), 1);
        document.getElementById('imgIcon' + imgid).setAttribute("src", "images/icon" + imgid + "_hover.jpg");
    }
    function swapIconHoutImages(imgid) {
        var imgSource = getCookie(imgid);
        document.getElementById('imgIcon' + imgid).setAttribute("src", imgSource);
    }
    function setCookie(c_name, value, exdays) {
        var exdate = new Date();
        c_name = "iconsource" + c_name;
        exdate.setDate(exdate.getDate() + exdays);
        var c_value = escape(value) + ((exdays == null) ? "" : "; expires=" + exdate.toUTCString());
        document.cookie = c_name + "=" + c_value;
    }
    function getCookie(c_name) {
        c_name = "iconsource" + c_name;
        var i, x, y, ARRcookies = document.cookie.split(";");
        for (i = 0; i < ARRcookies.length; i++) {
            x = ARRcookies[i].substr(0, ARRcookies[i].indexOf("="));
            y = ARRcookies[i].substr(ARRcookies[i].indexOf("=") + 1);
            x = x.replace(/^\s+|\s+$/g, "");
            if (x == c_name) {
                return unescape(y);
            }
        }
    }

    function Trail_Product() // Email Validation for Login Form
    {
        var minLength = 6;
        var maxLength = 15;
        var email = document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value;
        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value == "") {
            alert("Please enter your email");
            document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").focus();
            return false;
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value.length > 0) {
            document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value = document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value.replace(/(^\s*)|(\s*$)/g, '');
            var emialvalue = document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value;
            if (document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").value == "") {
                alert("Please enter your email");
                document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").focus();
                return false;
            }
            else {
                if (!emialvalue.match(emailRegex)) {
                    alert("Please enter a valid email");
                    document.getElementById("ctl00_MainContentPlaceHolder_txtEmail").focus();
                    return false;
                }
            }
        }
        return true;
    }
    function fixPNG() {
        var arVersion = navigator.appVersion.split("MSIE")
        var version = parseFloat(arVersion[1])

        if ((version >= 5.5))// && (document.body.filters))
        {
            for (var i = 0; i < document.images.length; i++) {
                var img = document.images[i]
                var imgName = img.src.toUpperCase()
                if (imgName.substring(imgName.length - 3, imgName.length) == "PNG") {
                    var imgID = (img.id) ? "id='" + img.id + "' " : ""
                    var imgClass = (img.className) ? "class='" + img.className + "' " : ""
                    var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
                    var imgStyle = "display:inline-block;" + img.style.cssText
                    if (img.align == "left") imgStyle = "float:left;" + imgStyle
                    if (img.align == "right") imgStyle = "float:right;" + imgStyle
                    if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
                    var strNewHTML = "<span " + imgID + imgClass + imgTitle
         + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
         + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
         + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>"
                    img.outerHTML = strNewHTML
                    i = i - 1
                }
            }
        }
    }

    function popup_master_login() {
       
        var _popup;
        var minLength = 6;
        var maxLength = 15;

        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        if (document.getElementById("ctl00_txtUserName").value == "") {
            alert("Please enter your email");
            document.getElementById("ctl00_txtUserName").focus();
            return false;
        }
        if (document.getElementById("ctl00_txtUserName").value.length > 0) {
            document.getElementById("ctl00_txtUserName").value = document.getElementById("ctl00_txtUserName").value.replace(/(^\s*)|(\s*$)/g, '');
            var emialvalue = document.getElementById("ctl00_txtUserName").value;
            if (document.getElementById("ctl00_txtUserName").value == "") {
                alert("Please enter your email");
                document.getElementById("ctl00_txtUserName").focus();
                return false;
            }
            else {
                if (!emialvalue.match(emailRegex)) {
                    alert("Please enter a valid email.");
                    document.getElementById("ctl00_txtUserName").focus();
                    return false;
                }
            }
        }
        if (document.getElementById("ctl00_txtPassword").value == "") {
            alert("Please enter your correct Password");
            document.getElementById("ctl00_txtPassword").focus();
            return false;
        }
        return true;

    }

    function popup_buy_login() {

        var _popup;
        var minLength = 6;
        var maxLength = 15;

        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value == "") {
            alert("Please enter your email");
            document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").focus();
            return false;
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value.length > 0) {
            document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value = document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value.replace(/(^\s*)|(\s*$)/g, '');
            var emialvalue = document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value;
            if (document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value == "") {
                alert("Please enter your email");
                document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").focus();
                return false;
            }
            else {
                if (!emialvalue.match(emailRegex)) {
                    alert("Please enter a valid email.");
                    document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").focus();
                    return false;
                }
            }
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtPassword").value == "") {
            alert("Please enter your correct Password");
            document.getElementById("ctl00_MainContentPlaceHolder_txtPassword").focus();
            return false;
        }
        return true;

    }

    function popup_download_login() {

        var _popup;
        var minLength = 6;
        var maxLength = 15;

        var emailRegex = /^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value == "") {
            alert("Please enter your email");
            document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").focus();
            return false;
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value.length > 0) {
            document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value = document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value.replace(/(^\s*)|(\s*$)/g, '');
            var emialvalue = document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value;
            if (document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").value == "") {
                alert("Please enter your email");
                document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").focus();
                return false;
            }
            else {
                if (!emialvalue.match(emailRegex)) {
                    alert("Please enter a valid email.");
                    document.getElementById("ctl00_MainContentPlaceHolder_txtUserName").focus();
                    return false;
                }
            }
        }
        if (document.getElementById("ctl00_MainContentPlaceHolder_txtPassword").value == "") {
            alert("Please enter your correct Password");
            document.getElementById("ctl00_MainContentPlaceHolder_txtPassword").focus();
            return false;
        }
        return true;

    }


   
