function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}
function imgstyler() {
	document.write("<style type='text/css'> img.imgshow { 	cursor: ");
	if (document.getElementById&&!document.all) document.write("pointer;");
	else document.write("hand;");
	document.write("} </style>");
}
