/*
	Module Name:- Phhotoset View
	File Name  :- photoset_view.js
	Create Date:- 14-Mar-2006
	Intially Create By :- 0014
	Update History:
*/
<!--
function show_details(surl)
{
   window.open(surl ,'','resizable=yes,titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=550,height=550,left=225,top=100');
   return false;
}
function confirm_favorite_photoset()
{
	if(confirm("Are you sure you want to add this photoset in your favorite photoset list?"))
	{
		return true;
	}
	return false;

}
//-->
