﻿function ChangeProp(objId,theProp,theValue){var obj=null;with(document){if(getElementById)obj=getElementById(objId);}if(obj){if(theValue==true||theValue==false)eval("obj.style."+theProp+"="+theValue);else eval("obj.style."+theProp+"='"+theValue+"'");}}
function Confirm_Delete(){if(confirm("آیا برای حذف اطمینان دارید؟")==true)return true;else return false;}
function Redirect(Url){window.location=Url}
function ItemMOver(ObjId){
    document.getElementById('ctl00_CntPlaceHolderMain_NItem1').style.backgroundImage="";
    document.getElementById('ctl00_CntPlaceHolderMain_NItem2').style.backgroundImage="";
    document.getElementById('ctl00_CntPlaceHolderMain_NItem3').style.backgroundImage="";
    document.getElementById(ObjId).style.backgroundImage="url('Images/NewsBack.gif')";
    if(ObjId=="ctl00_CntPlaceHolderMain_NItem1"){
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText1','display','block');
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText2','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText3','display','none');        
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg1','display','block');
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg2','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg3','display','none');        
    }else
    if(ObjId=="ctl00_CntPlaceHolderMain_NItem2"){
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText1','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText2','display','block');
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText3','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg1','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg2', 'display', 'block');
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg3','display','none');        
    }else
    if(ObjId=="ctl00_CntPlaceHolderMain_NItem3"){
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText1','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText2','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_MainNewsCurText3','display','block');
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg1','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg2','display','none');
        ChangeProp('ctl00_CntPlaceHolderMain_NewsImg3','display','block');
    }
}
function ReloadSecurityCode() { document.getElementById("ImgSecCode").src = "Captcha/Captcha.aspx?rnd=" + new Date().getTime(); }
