
function openInPopup(aObj,w,h)
{
	window.open(aObj.href,aObj.target,"width="+w+",height="+h+",left=10,top=10,status=yes,directories=no,location=no,menubar=no,resizable=yes,toolbar=no,scrollbars=yes");
	return false;
}
