function openWindow(obj)
{
	window.open(obj.href, obj.innerHTML, 'width=600,height=600,toolbar=1,resizable=1,scrollbars=1');
	return false;
}