function popUpWin(path) {
   popWin = window.open("/truck-bed-rails/"+path, "openWin", "width=550,height=420,resizable,scrollbars,screenx=200,screeny=50,left=200,top=50");
   window.popWin.focus();
}