/*
	Module Name:- cover model	
	File Name  :- cover_model.js
	Create Date:- 17-Apr-2006
	Intially Create By :- 0026
	Update History:
*/


function show_details(url)
{
	window.open(url,'covermodel','left=50,top=20,scrollbars=yes,width=570,height=520,resizable=yes');
	return false;
}
