///--------------------------------------------------------------------
/// Module Name:- seller_details
//	File Name  :- seller_details.js
//	Create Date:- 21-Jul-2007
//	Intially Create By :- 
//	Update History:
///--------------------------------------------------------------------
function show_details(sUrl)
{		
	window.open(sUrl,'SamplePhotoGallery','left=250,top=100,scrollbars=yes,resizable=yes,width=670,height=500');
	return false;
}

function confirm_add_favorite()
{
	if(confirm("Are you sure you want to add this Zipset in your Favorite List."))
	{
		if(confirm("Confirm Add: Click 'OK' to Add this Zipset in your Favorite List OR 'Cancel' for Add later on ."))
		{
			return true;
		}
	}
	return false;
}

