/*
	Module Name:- About
	File Name  :- about.php
	Create Date:- 07-Mar-2006
	Intially Create By :- 0026
	Update History:
*/

function ShowImage(surl)
{
   window.open(surl ,'','resizable=yes,titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=550,height=500,left=225,top=100');
   return false;
}
function refer_friend(url)
{
   window.open(url ,'','titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=550,height=601,left=225,top=100');
   return false;
}
