Altro -
function bookmark_us(url, title){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
else if(document.all)// ie
window.external.AddFavorite(url, title);
}
Untitled Document

020 7609 8321
Chat (Monday - Friday 7am - 5pm / Saturday 8am - 12pm)

var delay = 2000; //set delay between message change (in miliseconds)
var maxsteps=30; // number of steps to take to change from start color to endcolor
var stepdelay=40; // time in miliseconds of a single step
//**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect
var startcolor= new Array(255,255,255); // start color (red, green, blue)
var endcolor=new Array(0,0,0); // end color (red, green, blue)
var fcontent=new Array();
begintag='
fcontent[0]="Ok, enough with these pointless messages. You get the idea behind this script.";
closetag='
';
var fwidth='739px'; //set scroller width
var fheight='25px'; //set scroller height
var fadelinks=1; //should links inside scroller content also fade like text? 0 for no, 1 for yes.
///No need to edit below this line/////////////////
var ie4=document.all&&!document.getElementById;
var DOM2=document.getElementById;
var faderdelay=0;
var index=0;
/*Rafael Raposo edited function*/
//function to change content
function changecontent(){
if (index>=fcontent.length)
index=0
if (DOM2){
document.getElementById("fscroller").style.color="rgb("+startcolor[0]+", "+startcolor[1]+", "+startcolor[2]+")"
document.getElementById("fscroller").innerHTML=begintag+fcontent
+closetag
if (fadelinks)
linkcolorchange(1);
colorfade(1, 15);
}
else if (ie4)
document.all.fscroller.innerHTML=begintag+fcontent
+closetag;
index++
}
// colorfade() partially by Marcio Galli for Netscape Communications. ////////////
// Modified by Dynamicdrive.com
function linkcolorchange(step){
var obj=document.getElementById("fscroller").getElementsByTagName("A");
if (obj.length>0){
for (i=0;i {
newcolor[i] = startcolor[i]-(Math.round((diff/maxsteps))*step);
} else {
newcolor[i] = startcolor[i]+(Math.round((Math.abs(diff)/maxsteps))*step);
}
}
return ("rgb(" + newcolor[0] + ", " + newcolor[1] + ", " + newcolor[2] + ")");
}
if (ie4||DOM2)
document.write('
');
if (window.addEventListener)
window.addEventListener("load", changecontent, false)
else if (window.attachEvent)
window.attachEvent("onload", changecontent)
else if (document.getElementById)
window.onload=changecontent

Home
> Floor Coverings > Altro >
Technical
Data | Maintenance | Coshh Sheet | Request
Sample | Adobe
Services & Sundries Ltd
Sed non urna. Donec et ante. Phasellus eu ligula.
Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet
laoreet, mauris turpis porttitor velit, faucibus interdum tellus
libero ac justo. Vivamus non quam. In suscipit faucibus urna.
** Planners
Services & Sundries cannot guarantee colour reproduction
on your monitor. For an accurate colour reference, request a
sample by clicking on the 'Request
Sample' tab.
Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum
sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet,
mauris turpis porttitor velit, faucibus interdum tellus libero
ac justo. Vivamus non quam. In suscipit faucibus urna.
Nam enim risus, molestie et, porta ac, aliquam ac, risus.
Quisque lobortis. Phasellus pellentesque purus in massa. Aenean
in pede.
© Copyright Planners Services &
Sundries Ltd

function mailpage()
{
mail_str = "mailto:?subject=Planners Services and Sundries / " + document.title;
mail_str += "&body=I hope this is of interest to you " + document.title;
mail_str += ". You can view the following information at " + location.href;
location.href = mail_str;
}
$(function() {
$( "#accordion" ).accordion({
autoHeight: false,
navigation: true
});
});