function Left(str, n){ if (n <= 0) return ""; else if (n > String(str).length) return str; else return String(str).substring(0,n); } function Right(str, n){ if (n <= 0) return ""; else if (n > String(str).length) return str; else { var iLen = String(str).length; return String(str).substring(iLen, iLen - n); } } function openwin(page) { window.open(page,'popup','location=no,status=no,toolbar=no,menubar=no,scrollbars=no,top=30,left=30,width=1135,height=760'); } var imgMain; var theString; var theURL; // JUST UPDATE TOTAL NUMBER OF IMAGES THAT ARE NAMED ANYTHING BUT MUST END 1.jpg, 2.jpg, 3.jpg... var numOfImages = 3; function updateImage() { imgMain = document.getElementById('theImage'); theString = Right(imgMain.src, 5); theString = Left(theString, 1); theString = parseInt(theString); theURL = imgMain.src; if(theString==parseInt(numOfImages)) { theURL = theURL.replace(theString + '.jpg', '1.jpg'); } else { theURL = theURL.replace(theString + '.jpg', theString + 1 + '.jpg'); } imgMain.src = theURL; setTimeout("updateImage()", 5000); } //setTimeout("updateImage()", 5000); //-->
![]() |
||||||||
| Home About Us Products Careers Projects Services Contact Us Links | ||||||||
Projects |
||||||||
| Project: | Lutyens Court | |||||||
| Location: | Chesterfield | |||||||
| Date: | Sept 2012 | |||||||
| Value: | £30K | |||||||
| System Used: |
Senior Architectural Systems
SCW
Curtain Wall
|
|||||||
| Contractor: | Wildgoose Construction | |||||||
![]()
|
||||||||
These luxury executive homes off Chatsworth Road have been built to Code for Sustainable Homes Level 3. SCW curtain wall spanning two floors which not only compliments the facade but also brings in excellent natural light internally. |
||||||||
|
|
||||||||
|
||||||||