function popupMyWindow(href)
{
	popupWin = window.open(href, "Activity Sharing", "width=850,height=400,top=200,left=200,resizable=1,scrollbars=1");
	popupWin.focus();
	return false;
}

