
var govbarGOVgr_nav_div=document.createElement('div') ;
govbarGOVgr_nav_div.id='gov_bar_out';
govbarGOVgr_nav_div.style.height="30px";
govbarGOVgr_nav_div.style.lineHeight="0";
govbarGOVgr_nav_div.style.borderBottom="1px solid #CDCCCC";
govbarGOVgr_nav_div.style.backgroundColor="#fff";

govbarGOVgr_nav_div.innerHTML='<iframe src="http://government.gov.gr/govbar/govbar_html_cachefile.html" scrolling="no" frameborder=0 style="width:100%;height:30px;border:0;"></iframe>' ;

govbarGOVgr_body = document.getElementsByTagName("body")[0] ;
govbarGOVgr_body.insertBefore(govbarGOVgr_nav_div, govbarGOVgr_body.firstChild) ; 


