function PopupWindow(url) {
		w = window.open(url, 'ZahedanNezam', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=600,height=414,directories=no,location=no,left=200,top=100') ;
		w.focus();
    }


function PopupSendWindow(url) {
		w = window.open(url, 'ZahedanNezam', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=500,height=350,directories=no,location=no,left=200,top=100') ;
		w.focus();
    }


function PopupPrintWindow(url) {
		w = window.open(url, 'ZahedanNezam', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=800,height=800,directories=no,location=no,left=100,top=70') ;
		w.focus();
    }


function PrintPage()
   { 
     document.getElementById("CloseButton").style.visibility = 'hidden';
     document.getElementById("PrintButton").style.visibility = 'hidden';
    if (typeof(window.print) != 'undefined') { window.print();  }
	 document.getElementById("PrintButton").style.visibility = '';
	 document.getElementById("CloseButton").style.visibility = '';
 }

/**  ماوس اور عکس **/
function SwapImgOver(ImgId,ImgSrc,ImgName) {
 Image2 = new Image
 Image2.src = ImgSrc + ImgName
 eval('document.getElementById("' + ImgId + '").src = Image2.src') 
}

/** ماوس اوت عکس **/
function SwapImgOut(ImgId,ImgSrc,ImgName) {
 Image1= new Image
 Image1.src = ImgSrc + ImgName
 eval('document.getElementById("' + ImgId + '").src = Image1.src; ')
}
