<!--
// this script handels the dynamic load into framesets
var chosen = window.location.pathname;
chosen = chosen + window.location.search;
var my_frame = 0 + (parent.mainFrame ? 1 : 0);
if (!my_frame)
window.location.href = 'index.cfm?framePage=' + chosen;
//-->