<!--//
if (window.top == window.self) 
{ var S_CurrentLocation = window.location;
var S_NewLocation = "index.htm?=" + S_CurrentLocation;
window.location = S_NewLocation; }
function openBrWindow(theURL,winName,features) 
{ window.open(theURL,winName,features); } //-->
