function opencontwin()
{
OpenWindow=window.open("", "newwin", "left=350,top=400,height=250,width=450,toolbar=no,scrollbars=no,menubar=no,location=0,status=no,resizeable=no");
OpenWindow.document.write("<TITLE>Lime Technology Contact Details</TITLE>");
OpenWindow.document.write("<HEAD><style type='text/css'> a:link {COLOR: #666666;} a:visited{COLOR: #666666;}");
OpenWindow.document.write("a:hover{COLOR:#31ac6b;} a:active{COLOR: #000000;} a {text-decoration:none}"); 
OpenWindow.document.write("</style></HEAD>");
OpenWindow.document.write("<BODY onLoad=\"setTimeout(");
OpenWindow.document.write("'window.close()',180000);");
OpenWindow.document.write("\" BGCOLOR=#ffffff>");
OpenWindow.document.write("<img src='http://www.limetech.info/images/layup/BGheader.gif'><br /><br />");
OpenWindow.document.write("<font face='Arial, Helvetica, sans-serif' size='4'><font color=#666666>Telephone : </font>");
OpenWindow.document.write("<strong><font color=#31ac6b>0845 603 1143 or 01235 434 300</font></strong></font><br /><br />");
OpenWindow.document.write("<font face='Arial, Helvetica, sans-serif' size='4'><font color=#666666>Fax : </font>");
OpenWindow.document.write("<strong><font color=#31ac6b>0845 634 1560 or 01235 821 997</font></strong></font><br /><br />");
OpenWindow.document.write("<font face='Arial, Helvetica, sans-serif' size='4'><font color=#666666>Email : </font>");
OpenWindow.document.write("<a href='mailto:info@limetechnology.co.uk&subject=Information Request'>");
OpenWindow.document.write("<strong>info@limetechnology.co.uk</strong></font></a><br /><br />");
OpenWindow.document.write("</BODY>");
OpenWindow.document.write("</HTML>");
OpenWindow.document.close();  
self.name="contact";
}