function DevonSignenlarge() {

var p_width=400;var p_height=(298+20);
var p_top= (screen.availheight/2)-(p_height/2);var p_left= (screen.availwidth/2)-(p_width/2);
win_pop = window.open('','DevonSignenlarge','top='+p_top+',left='+p_left+',location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,width='+p_width+',height='+p_height);
win_pop.document.write('<HT'+'ML>\n');
win_pop.document.write('<TITLE>Devons first Atlantic Highway sign unveiled, Portmore Roundabout, Barnstaple.</TITLE>\n');
win_pop.document.write('</HE'+'AD>\n');
win_pop.document.write('<META HTTP-EQUIV="REFRESH" CONTENT=300;URL=javascript:close();">\n');
win_pop.document.write('<BODY BGCOLOR=#FFFFFF LINK=#064D73 VLINK=#000080 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>\n');
win_pop.document.write('<DIV ALIGN="center"><img src="Images/Atlantic-Highway-Sign-Devon-Enlarge.jpg" alt="Devons first Atlantic Highway sign unveiled, Portmore Roundabout, Barnstaple." width="400" height="298" border="0"><BR><A HREF="javascript:close();"><FONT SIZE="-1">close window</FONT></A></DIV>');
win_pop.document.write('</BODY>\n');
win_pop.document.write('</HT'+'ML>\n');
win_pop.document.close();


}