function openWin (pid, w, h) {
	w += 300;
	h += 100;
	url = 'http://cmt.huntcal.com/cgi/show/pane?id=' + pid;
	window.open(url,"productWin","width=" + w + ",height=" + h + ",toolbar=0,location=0,directories=0,menuvar=0,resizable=1");
	return (false);
}

