function redirect(URLStr) { location = URLStr; }
<!-- Begin
function popUp(pagnews) {
props=window.open(pagnews, 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=520, height=500, left = 150, top = 50');
}
function img(pagimg,ww,hh) {
props=window.open(pagimg, 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width='+ww+',height='+hh+',left =0, top =0');
}
// End -->