/*
	Module Name:- Winner Profile Large Photo View
	File Name  :- winner_profile.js
	Create Date:- 02-Jan-2007
	Intially Create By :-
	Update History:-
*/
function showImage(url)
{
   window.open(url ,'','resizable=yes,titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=550,height=470,left=225,top=100');
   return false;
}
