function popup(obj)
	{
	link = obj.href; 
	window.open(link,"newWin", "toolbar=yes, location=yes, scrollbars= yes, resizable=yes");	
	}
	
