﻿// JavaScript Document

    /* ---------------------------------------------------------------------------- */

    /* ---------------------------------------------------------------------------- */

	
	 function send(FrmObject){
		
	  	 window.document.getElementById('home').innerHTML ='<center><br><img src="Images/light.gif" width="16" height="16"/> در حال بارگذاری</center>';
      	 PostData1(FrmObject, 'index2.php', 'home');
		
      	 return false;
			 
		 
	 }

    /* ---------------------------------------------------------------------------- */

    function PrintResult1(TheData)

    {

       window.document.getElementById('home').innerHTML = TheData;
	}




