/*
	Module Name:- User
	File Name  :- model_details.js
	Create Date:- 07-JUNE-2006
	Intially Create By :- 0023
	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 true
}