
function j(t)
{
	document.location = '/' + t + '.htm';
}

function book(s)
{
	document.location = '/book-london-cleaner-2.htm?service=' + s;
	return false;
}


function ws()
{
	document.write("<div class=\"srv\"><table><tr><td><a href=\"/domestic-cleaning-london.html\">Domestic Cleaning<span> in London</span></a> We have many years of experience in huge range of cleaning, hygiene services including carpet cleaning and windows cleaning.</td><td><a href=\"/office-cleaning-london.html\">Office Cleaning<span> in London</span></a> We will take care of your company office with fast, friendly and reliable staff.</td></tr><tr><td><a href=\"/carpet-cleaning-london.html\">Carpet Cleaning<span> in London</span></a> We offer professional carpet cleaning services for your home and office.</td><td><a href=\"/commercial-cleaning-london.html\">Commercial Cleaning<span> in London</span></a> We proudly serve our customers with our fully bonded and insured commercial cleaning business.</td></tr><tr><td><a href=\"/industrial-cleaning-london.html\">Industrial Cleaning<span> in London</span></a> We have a great experience in industrial cleaning and we offer a full range of services.</td><td class=\"e\"></td></tr></table></div>");
}

function wt()
{
	document.write("<p id=\"t3\"><a href=\"/domestic-cleaning-london.html\">Domestic Cleaning<span> in London</span></a>Our objective is to provide you with highest quality <strong>domestic cleaning services</strong> for your house. We have many years of experience in huge range of cleaning, hygiene services including carpet cleaning and windows cleaning.<a href=\"/office-cleaning-london.html\">Office Cleaning<span> in London</span></a>Our <strong>office cleaning</strong> services include general cleaning, carpet care, floor care, public space maintenance, fabric & furniture maintenance and many more cleaning services. We can supply office cleaning so your business provides the professional atmosphere you and your customers deserve.<a href=\"/carpet-cleaning-london.html\">Carpet Cleaning<span> in London</span></a>We offer <strong>professional carpet cleaning</strong> services for your home and office. Our certified staff is specialized in deep cleaning your carpets and rugs, leaving them looking great and germ free.<a href=\"/commercial-cleaning-london.html\">Commercial Cleaning<span> in London</span></a>If you are a business with a cleaning problem then we can solve that problem for you. Our company has been providing <strong>professional commercial cleaning</strong> to the business community. We proudly serve our customers with our fully bonded and insured commercial cleaning business.<a href=\"/industrial-cleaning-london.html\">Industrial Cleaning<span> in London</span></a>We have a great experience in <strong>industrial cleaning</strong> and we offer a full range of services for a wide variety of needs. We offer a broad range of services in contract cleaning on daily, weekly and monthly basis.</p>");
}

function mvht(){
	var c = document.getElementById("k");
	if(!c) return false;
	var p = document.getElementById("kwdi");
	p.appendChild(c);
}

function mvt()
{
	var c = document.getElementById("t");
	if(!c) return false;
	var p = document.getElementById("t2");
	p.appendChild(c);

	var h1 = document.getElementById("h1");
	var ttl = document.getElementById("ttl")
	if(!h1 || !ttl) return false;
	var h1i = h1.innerHTML;
	var ttli = ttl.innerHTML;
	h1.innerHTML = ttli;
	ttl.innerHTML = h1i;
}

function set_titles()
{
	var hrefs = document.getElementsByTagName('a');
	for(var i = 0; i< hrefs.length; i++)
	{
		var a = hrefs[i];
		var t = a.getAttribute('title');
		var c = a.innerText;
		if((!t || t == 'undefined') && c && c!= 'undefined') a.setAttribute('title', c);
		a.onmouseover = function(){var t = this.getAttribute('title'); if(t){parent.status = t;return true;}}
		a.onmouseout = function(){parent.status = '';return true;}
	}
	
	//var pl = document.getElementById('pl');
	//pl.innerHTML = pl.innerHTML.replace(/&nbsp;/g, "<br />");
}

window.onload = set_titles;


