// JavaScript Document

<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 2 || e.which == 3)) {
alert('This Web site is protected by copyright as a collective work and/or compilation, pursuant to U.S. copyright laws, international conventions and other laws. Unless otherwise indicated, the Content, including, but not limited to, graphic images, buttons, layout, trademarks, logos, text, and other materials contained in this website are the exclusive property of floorsincalifornia.com All rights are reserved by floorsincalifornia.com Content may not be reproduced, downloaded, published, or transferred in any form or by any means, except with the prior written permission of floorsincalifornia.com');
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button==2 || event.button == 3)) {
alert('This Web site is protected by copyright as a collective work and/or compilation, pursuant to U.S. copyright laws, international conventions and other laws. Unless otherwise indicated, the Content, including, but not limited to, graphic images, buttons, layout, trademarks, logos, text, and other materials contained in this website are the exclusive property of floorsincalifornia.com All rights are reserved by floorsincalifornia.com Content may not be reproduced, downloaded, published, or transferred in any form or by any means, except with the prior written permission of floorsincalifornia.com');
return false;
}
else if (navigator.appName == 'Mozila Firefox' && 
(event.button==2 || event.button == 3)) {
alert('This Web site is protected by copyright as a collective work and/or compilation, pursuant to U.S. copyright laws, international conventions and other laws. Unless otherwise indicated, the Content, including, but not limited to, graphic images, buttons, layout, trademarks, logos, text, and other materials contained in this website are the exclusive property of floorsincalifornia.com All rights are reserved by floorsincalifornia.com Content may not be reproduced, downloaded, published, or transferred in any form or by any means, except with the prior written permission of floorsincalifornia.com');
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
// End -->



