/*
	Module Name:- Model Lisitng Page
	File Name  :- girl_profile.js
	Create Date:- 02-Oct-2006
	Intially Create By :- 0014
	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;
}
