function displayLayer(){

 var isNetscape4 =((navigator.appName == "Netscape")&&(parseInt(navigator.appVersion) < 5));



 if (!isNetscape4){

 document.write('<div id="blockstartofscroll" style="position:absolute; left:0px; top:126px; width:152px; height:125px; z-index:200; visibility: visible"><a href="index.html"><img src="images/logo_redline.gif" alt="" width="152" height="125" border="0"></a></div>');



document.write('<div id="blockendofscroll" style="position:absolute; left:797px; top:126px; width:138px; height:126px; z-index:200; visibility: visible;background-color:#F5F1E3" ><img src="images/background_redline.gif" alt="" width="138" height="126" border="0"></div>');



var idArray = new Array('ppi','ppii','ppiii','ppiv','ppv','ppvi','ppvii','ppviii');

var leftArray = new Array('692','557','422','287','152','17','-115','-250');



for ( i= 0; i < 8; i++){

document.write('<div id="'+idArray[i]+'" style="position:absolute; left:'+leftArray[i]+'px; top:129px; width:135px; height:120px; z-index:50; visibility: visible"><a href="products.html"><img src="images/products/move'+(i+1)+'.gif" width="135" height="120" border="0" alt=""></a></div>');

  }

}





}