/**  ماوس اور عکس **/
 function PopupWindow(url) {
	 alert('ppp');
		/*w = window.open(url, 'ECI', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=746,height=800,directories=no,location=no,left=200,top=100') ;
		w.focus();*/
    }
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; ')
}

function printPage(PrintForm)
{
	
   document.all.PrintForm.printButton.style.visibility = 'hidden';
    if (typeof(window.print) != 'undefined') {window.print();}
    document.all.PrintForm.printButton.style.visibility = '';

 }

