// JavaScript Document
function s(no)
{
	no.src=no.src.substr(0,no.src.indexOf(".jpg"))+"Ovr.jpg"
	//var l=((document.body.clientWidth-778)/2+245)+"px"    menu position
}
function c(no)
{
	var fle
	switch(no)
	{
		case 1:
			fle="interior.htm"
			break
		case 2:
			fle="Construction.htm"
			break
		case 3:
			fle="Projects.htm"
			break
		case 4:
			fle="Clients.htm"
			break
		case 5:
			fle="About.htm"
			break
		case 6:
			fle="Contact.htm"
			break
	}
		window.location=fle
}

function c1(no)
{
	var fle
	switch(no)
	{
		case 1:
			fle="../interior.htm"
			break
		case 2:
			fle="../Construction.htm"
			break
		case 3:
			fle="../Projects.htm"
			break
		case 4:
			fle="../Clients.htm"
			break
		case 5:
			fle="../About.htm"
			break
		case 6:
			fle="../Contact.htm"
			break
	}
		window.location=fle
}