/* author: WebD-Sign */
/* Creation date: 23/01/2003 */
/* last modified date 23/01/03*/
function newwindow(){
win = window.open("",""," height=150, width=450,status=no,resizable=no");
win.document.write("<title>Shire Clocks, Derby - Mechanical Clock Servicing</title><BODY BGCOLOR='#ECF0CE' text='#316300'>"
+ "<Center><bold><h3>We do not undertake site work but recommend our good friends English Clock Makers.<p>"
+ "to visit their site <A Href='http://www.englishclockmakers.co.uk' target='_new' TITLE='Church clock maintenance, large outdoor clock repairs and dial restoration by English Clock Makers.'>click here</a> <p>to close this window "
+ "<A Href='#' title='close this window' onClick='self.close()'> click here</A></bold></bold></center>")
}
//end of function