//---------------------------------------------------------------------------------------------------
//	Module Name:- About
//	File Name  :- about.php
//	Create Date:- 20-APR-2008
//	Intially Create By :- 
//	Update History:
//---------------------------------------------------------------------------------------------------

function ShowImage(surl)
{
   window.open(surl ,'','resizable=yes,titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=650,height=600,left=225,top=50');
   return false;
}

function refer_friend(url)
{
   window.open(url ,'','titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=550,height=500,left=225,top=50');
   return false;
}

