function KeyPress(e) { goahead = false; if(e) { if(e.which==122) if(e.ctrlKey) goahead=true; } else if (window.event.keyCode == 26) goahead=true; if (goahead) { if (confirm("Entering editing mode, are you sure?")) { document.location = "http://www.i-o-s.net/solstice/remote/login.asp?url=" + document.location; // document.location = "http://pj/iwe/remote/login.asp?url=" + document.location; } } } document.onkeypress = KeyPress; document.write("

Latest Topic:

Sir John Egan and his team have spent a great deal of time developing a paper for an “Agenda for Change” which, in part, advocates the development of Integrated Teams whereby clients are encouraged to develop ongoing relationships with design teams and contractors to the point where each team works together on a regular basis creating a bond, exchanging ideas and skills in order to improve their projects economically and qualitatively together with making overall time savings.

For your projects do you think that this is viable and would you be prepared to encourage it?

");