Head Section Reconfigurations
~ Scroll Speed Etc. ~

Place Cursor Here ]

T he below is the developers explanation for the different settings that you can reconfigure within the <HEAD> section part of the code. Just play around with them until you find a combination that works for you. If you place your cursor on the above link, we have this one set as default.

T he below is where you will make the reconfigurations within the <HEAD> section of the code for the above explanations.

window.onerror = null;
var bName = navigator.appName;
var bVer = parseInt(navigator.appVersion);
var NS4 = (bName == "Netscape" && bVer >= 4);
var IE4 = (bName == "Microsoft Internet Explorer"
&& bVer >= 4);
var NS3 = (bName == "Netscape" && bVer < 4);
var IE3 = (bName == "Microsoft Internet Explorer"
&& bVer < 4);
var scroll_length = 150; //The scroll length
var time_length =50; //Scroll speed
var begin_pos = 300; //Start position of scroll hint
var i;
var j;

Copyright © Consigliere Ltd., All Rights Reserved. 2001-