var URL;
var V;
var L1="<div style='position:absolute; margin:0 0 0 280;width:270px;font-family:Verdana;font-size:12px;color:#037;z-index:1;'>";
var L2="&lt; <a href='Javascript:PrevPage()' style='color:#037'> Prev</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
var L3="<a href='../D795Cat.htm' style='color:#037'>Back to Catalog</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
var L4="<a href='Javascript:NextPage()' style='color:#037'>Next</a> &gt;</div>";
document.write(L1+L2+L3+L4);
var S=document.location.href; 
var R=S.slice(-9,-5);
 V=R.match(/[0-9.]+/);
var URL="7950";

function PrevPage(){
V=parseInt(V)-1;
if (V==1086 || V==1192 || V==1132 || V==1134) V=parseInt(V)-1;
URL=URL+V+".html";
if (V < "1001") URL="part_number_index_2.html";
document.location.href=URL;
}
function NextPage(){
V=parseInt(V)+1; 
if (V==1086 || V==1192 || V==1132 || V==1134) V=parseInt(V)+1;
URL=URL+V+".html";

if (URL=="79501345.html"){
alert("This is the Last Page");
URL="79501345.html";
}
document.location.href=URL;
}