// JavaScript Document
function validateForm(){var f=document.forms[0];if(!f.terms.checked){alert('You need to read and accept our Terms & Conditions before submitting.');f.terms.focus();return false;}
return true;}
var message="This website and it's contents are owned and licensed by Carpet Cleaner (UK).\nAll contents are copyrighted and are not available for download and/or use on any other site.\n\nAll Rights Reserved. © 2000-2011 Carpet Cleaner (UK).\nLondon Domestic Cleaning Services.";function clickIE4()
{if(event.button==2){alert(message);return false;}}
function clickNS4(e)
{if(document.layers||document.getElementById&&!document.all)
{if(e.which==2||e.which==3)
{alert(message);return false;}}}
if(document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}
else if(document.all&&!document.getElementById)
{document.onmousedown=clickIE4;}
document.oncontextmenu=new Function("alert(message);return false")
function borderit(which,color)
{if(document.all||document.getElementById){which.style.borderColor=color}}

function fbs_click(sLinkType){u=location.href;t=document.title;switch(sLinkType){case"Facebook":window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=800,height=600');break;case"Twitter":window.open('http://twitter.com/home?status='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=800,height=600');break;case"Reddit":window.open('http://reddit.com/submit?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=800,height=600');break;case"Delicious":window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=800,height=600');break;case"Digg":window.open('http://digg.com/submit?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=800,height=600');break;case"Google":window.open('http://www.google.com/bookmarks/mark?op=add&bkmk='+encodeURIComponent(u)+'&title='+encodeURIComponent(t)+'&annotation=','sharer','toolbar=0,status=0,width=800,height=600');break;}
return false;}

<!--
// PRELOADING IMAGES
if (document.images) {
 img_on =new Image();  img_on.src ="http://www.carpet-cleaner.co.uk/templates/TT/images/cleaning-prices-hover.png"; 
 img_off=new Image();  img_off.src="http://www.carpet-cleaner.co.uk/templates/TT/images/cleaning-prices.png";
 img1_on =new Image(); img1_on.src ="http://www.carpet-cleaner.co.uk/templates/TT/images/client-reviews-hover.png";
 img1_off=new Image(); img1_off.src="http://www.carpet-cleaner.co.uk/templates/TT/images/client-reviews.png"; 
}
function handleOver() { 
 if (document.images) document.imgName.src=img_on.src;
}
function handleOut() {
 if (document.images) document.imgName.src=img_off.src;
}
function movr(k) {
if (document.images)
eval('document.img'+k+'.src=img'+k+'_on.src');
}
function mout(k) {
 if (document.images)
eval('document.img'+k+'.src=img'+k+'_off.src');
} 
//-->
