function showItem(strURL, strParams) {
	var ProgWin = window.open(strURL,'Item',strParams);
}
