function setCursorToPointer(styleObject)
{
	if(bw.ie5)
		styleObject.style.cursor = "hand";
	else
		styleObject.style.cursor = "pointer";
}