function popUp(section,dataId,width,height)

{

	window.open(section+"/details.php?SID&id="+dataId,"","status=0,scrollbars=1,resizable=0,width="+width+",height="+height+",left=50,top=50")

}



function addbookmark()

{

bookmarkurl="http://www.nepalhorizons.com"

bookmarktitle="nepalHorizons.Com"

if (document.all)

window.external.AddFavorite(bookmarkurl,bookmarktitle)

}

function deleteConfirm(link)
{
	if(confirm("Are you sure you want to delete this user?"))
	{
		window.location = link
	}
	else
	{
		return false
	}
}
