/* Pushed : Thu, 18 Nov 2010 16:17 EST */
document.write("<script type='text/javascript' src='http://static.ziftsolutions.com/widgets/js/zwPanel_10.js'><\/script>");
document.write("<script type='text/javascript' src='http://static.ziftsolutions.com/js/swfobject.js'><\/script>");
document.write("<script type='text/javascript' language='JavaScript' src='http://static.ziftsolutions.com/widgets/js/zwTrack.v9.js'><\/script>");
var zBaseUrl = 'http://widgets.ziftsolutions.com/redhat.ziftsolutions.com/js/8a7c9fef2353adc501235d0c5e5f3635';
var zStepSkipRules; 
function doSkipStep(stepId) { 
var ziftc = 'ziftc8a7c9fef2353adc501235d0c5e5f3635';
if (zStepSkipRules == null) { 
zStepSkipRules = [["8a7c9fef227a2c7d01227ed5f7151750","false;"],["8a7c9fef23117cd00123156b49341e8b","false;"],["8a7c9fef2307414d0123116060b958e2","false;"],["8a7c9fef2307414d0123116169de58e4","false;"],["8a7c9fef227a2c7d012289afc4df6b35","false;"],["8a7c9fef227a2c7d01229873cec67ebb","false;"],["8a7c9fef22a7774d0122a81ff9010853","false;"],["8a7c9fef22a7774d0122a841301f0b23","false;"],["8a7c9fef22a7774d0122aea5a57540ef","false;"],["8a7c9fef22a7774d0122ad2be2d529e1","false;"],["8a7c9fef22a7774d0122ad6befe82f22","false;"],["8a7c9fef22a7774d0122ad73cb5a2f38","false;"],["8a7c9fef227a2c7d01229dbc396e19ce","false;"],["8a7c9fef227a2c7d01229e83b9242ae7","false;"],["8a7c9fef227a2c7d01228599404a5949","false;"],["8a7c9fef22a7774d0122aceb88a923ff","false;"],["8a7c9fef232506a60123288a66f4070b","false;"],["8a7c9fef232506a6012329e682062eff","false;"]]; 
}
for (var i = 0; i < zStepSkipRules.length; i++) {
if (zStepSkipRules[i][0] == stepId)
return eval(zStepSkipRules[i][1]);
}
return true;
}
function zFindNextUnskippedStep(stepId, defaultId) {
var ziftc = 'ziftc8a7c9fef2353adc501235d0c5e5f3635';
if (zStepSkipRules == null) {
zStepSkipRules = [["8a7c9fef227a2c7d01227ed5f7151750","false;"],["8a7c9fef23117cd00123156b49341e8b","false;"],["8a7c9fef2307414d0123116060b958e2","false;"],["8a7c9fef2307414d0123116169de58e4","false;"],["8a7c9fef227a2c7d012289afc4df6b35","false;"],["8a7c9fef227a2c7d01229873cec67ebb","false;"],["8a7c9fef22a7774d0122a81ff9010853","false;"],["8a7c9fef22a7774d0122a841301f0b23","false;"],["8a7c9fef22a7774d0122aea5a57540ef","false;"],["8a7c9fef22a7774d0122ad2be2d529e1","false;"],["8a7c9fef22a7774d0122ad6befe82f22","false;"],["8a7c9fef22a7774d0122ad73cb5a2f38","false;"],["8a7c9fef227a2c7d01229dbc396e19ce","false;"],["8a7c9fef227a2c7d01229e83b9242ae7","false;"],["8a7c9fef227a2c7d01228599404a5949","false;"],["8a7c9fef22a7774d0122aceb88a923ff","false;"],["8a7c9fef232506a60123288a66f4070b","false;"],["8a7c9fef232506a6012329e682062eff","false;"]]; 
}
var foundCurrentStep = false;
for (var i = 0; i < zStepSkipRules.length; i++) {
if (eval(zStepSkipRules[i][1]) == false && foundCurrentStep)
return zStepSkipRules[i][0];
if (zStepSkipRules[i][0] == stepId)
foundCurrentStep = true;
}
return defaultId;
}
var zPanel;
var zPanelLoadCalls = new Array();
var zLoaded = false;
var zLoadInterval;
function zDoPanelLoad() {
zLoadInterval = window.setInterval(zDoPanelLoadInternal, 1000);
}
function zDoPanelLoadInternal() {
if (!zLoaded) {
try {
zPanel = new zwPanel('zPage','zFormId',"zFormValidation(document.getElementById('zFormId'))",'ziftc','zSubmissionRefId','zift.trackback');
zPanel.setEmailKey();
zPanel.loadSerialized();
zPanel.defaultForm();
zPanel.setTrackbacks();
zSetDynamicPanelAttributes();
for (var i = 0; i < zPanelLoadCalls.length; i++) eval(zPanelLoadCalls[i]);
zLoaded = true;
clearInterval(zLoadInterval);
} catch (err) {
zLoaded = false;
}
} else {
clearInterval(zLoadInterval);
}
}
function zAddPanelLoadEvent(func) {
zPanelLoadCalls[zPanelLoadCalls.length] = func;
}
function zQStringValue(param) {
var query=document.location.search.substring(1);
if (query.length > 0){
var params=query.split('&');
for (var i=0 ; i<params.length ; i++){
var pos = params[i].indexOf('=');
var name = params[i].substring(0, pos);
var value = params[i].substring(pos + 1);
if (name == param) {
return value;
break;
}
}
}
return null;
}
var zPage = zQStringValue('zPage');
try { if (typeof(zPageOverride) != 'undefined') zPage = zPageOverride; } catch (err) {} 

function addZiftLoadEvent(func) { 
var o = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {try { if (o) { o(); } } catch(err) {} func(); }
}
}
function zScriptInclude(page) {
return "<script type='text/javascript' src='" + page + "'><\/script>";
}
function zWriteScriptInclude(page) {
document.write(zScriptInclude(zBaseUrl + '/' + zPage));
}
addZiftLoadEvent(function() {zATV({ host: 'http://redhat.ziftsolutions.com/', id : '8a7c9fef2353adc501235d0c5e5f3635', client : '402881e71dd1ebdc011dd1ec2d510006'} );zTrkO();zAUL(zTrkU);}); zTS = 'http://redhat.ziftsolutions.com/';if (zPage != null && zPage != 'null') {
zWriteScriptInclude(zPage);
} else {
var zContent = {"content":"<span><link href=\"http://dynamic.ziftsolutions.com/clients/redhat/css/government_panel_default.css\" rel=\"stylesheet\" type=\"text/css\"><\/link> <style type=\"text/css\"> .z_nav a:link {\r\n color:#ffffff;\r\n text-decoration:none;\r\n }\r\n.z_nav a:visited {\r\n color:#ffffff;\r\n text-decoration:none;\r\n }\r\n.z_nav a:active {\r\n color:#ffffff;\r\n text-decoration:none;\r\n }\r\n.z_nav a:hover {\r\n color:#daada9;\r\n text-decoration:none;\r\n }\r\n.z_sidebar table, .z_sidebar td{\r\n background-color:#f9cf69;\r\n} <\/style> <style type=\"text/css\"> .z_nav td {\r\n border:1px solid #676767;\r\n background-color:#962124;\r\n text-align:center;\r\n}\r\n\r\n.z_sidebar table {\r\n border:1px solid #676767;\r\n}\r\n.z_main {\r\n border-left: 1px solid #676767;\r\n border-right: 1px solid #676767;\r\n border-bottom: 1px solid #676767;\r\n}\r\n.z_redhat_logo {\r\n border-bottom: 1px solid #676767; \r\n}\r\n.z_top {\r\n border-top:none;\r\n}\r\n.z_nav .z_bottom {\r\n background-color:#ffffff;\r\n} <\/style> <style type=\"text/css\"> .z_main_top {\r\n padding: 5px 20px;\r\n}\r\n.z_sidebar table {\r\n margin-right:20px;\r\n} <\/style> <link href=\"http://dynamic.ziftsolutions.com/clients/redhat/css/emergent_gov.css\" rel=\"stylesheet\" type=\"text/css\"><\/link> <div class=\"z_outer\"> <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100&#037;\" class=\"z_nav\"><tbody><tr><td width=\"40\" style=\"font-size: 1px; border-top: medium none; border-left: medium none;\" class=\"z_bottom\"> <\/td><td style=\"background-color: rgb(255, 255, 255); border-bottom: medium none;\"><span name=\"Partner Short Name\">Emergent360<\/span> &amp; Red Hat<\/td><td><a href=\"?zPage=8a7c9fef227a2c7d012289afc4df6b35\" title=\"News\" zstepid=\"8a7c9fef227a2c7d012289afc4df6b35\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a7c9fef227a2c7d012289afc4df6b35',this, true); return false;\">News &amp; Events<\/a><\/td><td><a href=\"?zPage=8a7c9fef22a7774d0122a81ff9010853\" title=\"Success Stories\" zstepid=\"8a7c9fef22a7774d0122a81ff9010853\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a7c9fef22a7774d0122a81ff9010853',this, true); return false;\">Success Stories<\/a><\/td><td><a href=\"?zPage=8a7c9fef22a7774d0122ad2be2d529e1\" title=\"Certifications\" zstepid=\"8a7c9fef22a7774d0122ad2be2d529e1\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a7c9fef22a7774d0122ad2be2d529e1',this, true); return false;\">Certifications &amp; Accreditations <\/a><\/td><td width=\"40\" style=\"font-size: 1px; border-top: medium none; border-right: medium none;\" class=\"z_bottom\"> <\/td><\/tr><\/tbody><\/table> <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100&#037;\" class=\"z_main\"><tbody><tr><td height=\"15\" align=\"left\" width=\"15\" valign=\"top\" style=\"font-size: 1px;\"> <font size=\"1px\"> <\/font> <\/td><td width=\"25\" style=\"font-size: 1px;\" class=\"z_top\"><font size=\"1px\"> <\/font><\/td><td style=\"font-size: 1px;\"><font size=\"1px\"> <\/font><\/td><td width=\"25\" style=\"font-size: 1px;\" class=\"z_top\"><font size=\"1px\"> <\/font><\/td><td height=\"15\" align=\"right\" width=\"15\" valign=\"top\" style=\"font-size: 1px;\"> <font size=\"1px\"> <\/font> <\/td><\/tr><tr><td align=\"left\" valign=\"bottom\" class=\"z_left\"> <\/td><td> <\/td><td id=\"z_main_content\"> <div class=\"z_submenu\"><b>Open Source in Government<\/b> &#124; <a href=\"?zPage=8a7c9fef2307414d0123116169de58e4\" title=\"Products and Services\" zstepid=\"8a7c9fef2307414d0123116169de58e4\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a7c9fef2307414d0123116169de58e4',this, true); return false;\">Products &amp; Services<\/a><\/div> <div> <div class=\"z_sidebar z_narrow_sidebar\"> <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"font-size: 11px;\"><tbody><tr><td class=\"z_redhat_logo\" colspan=\"3\"><img style=\"padding: 5px;\" src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/redhat_a.jpg\" alt=\"\"/><\/td><\/tr><tr><td height=\"15\" align=\"left\" width=\"15\" valign=\"top\" style=\"font-size: 1px;\"> <font size=\"1\"> <\/font><\/td><td style=\"font-size: 1px;\" class=\"z_top\"> <\/td><td height=\"15\" align=\"right\" width=\"15\" valign=\"top\"> <font size=\"1\"> <\/font><\/td><\/tr><tr><td> <\/td><td><span prefix=\"offer\" name=\"Teaser Offer List\"> <p class=\" cl_even cl_first\"><a href=\"?zPage=8a70ca0f23584b9201235c8db7ae00ce\" title=\"z/VM vs. Distributed Hypervisor Matchup: z/VM Holds the Title\" zstepid=\"8a70ca0f23584b9201235c8db7ae00ce\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a70ca0f23584b9201235c8db7ae00ce',this, true); return false;\"><img border=\"0\" src=\"http://static.ziftsolutions.com/files/8a7c9fef2381af3501238207479b209a\" alt=\"\"/><\/a><\/p> <h3 class=\" cl_odd\"><a href=\"?zPage=8a70ca0f23584b9201235c83216c00c2\" title=\"Meta Matrix Data Services for Government\" zstepid=\"8a70ca0f23584b9201235c83216c00c2\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a70ca0f23584b9201235c83216c00c2',this, true); return false;\"><span name=\"offer.Teaser Title\">Data Services for Better Information Sharing in Government<\/span><\/a><\/h3> <p class=\" cl_even\"><span name=\"offer.Teaser Description\">Download this whitepaper to learn how MetaMatrix Data Services Platform from Red Hat meets the exacting demands of government, improving interoperability and information sharing for agencies.<\/span> <a href=\"?zPage=8a70ca0f23584b9201235c83216c00c2\" title=\"Meta Matrix Data Services for Government\" zstepid=\"8a70ca0f23584b9201235c83216c00c2\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a70ca0f23584b9201235c83216c00c2',this, true); return false;\">Click here.<\/a><\/p> <h3 class=\" cl_odd\"><a href=\"?zPage=8a70ca0f2325080c012335845ffd19c2\" title=\"Brochure: IBM System Z Running Red Hat Enterprise Linux\" zstepid=\"8a70ca0f2325080c012335845ffd19c2\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a70ca0f2325080c012335845ffd19c2',this, true); return false;\"><span name=\"offer.Teaser Title\">IBM System Z Running Red Hat Enterprise Linux<\/span><\/a><\/h3> <p class=\" cl_even\"><span name=\"offer.Teaser Description\">IBM and Red Hat together offer a world-class platform for virtualization that allows you to do more with less, dramatically shift your IT cost structure, and manage the growth and increasing complexity of your business.<\/span> <a href=\"?zPage=8a70ca0f2325080c012335845ffd19c2\" title=\"Brochure: IBM System Z Running Red Hat Enterprise Linux\" zstepid=\"8a70ca0f2325080c012335845ffd19c2\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a70ca0f2325080c012335845ffd19c2',this, true); return false;\">Click here.<\/a><\/p> <h3 class=\" cl_odd\"><a href=\"?zPage=8a7e8d5b2382f18001238535302107f2\" title=\"Hurwitz Understanding the Benefits of SOA Whitepaper\" zstepid=\"8a7e8d5b2382f18001238535302107f2\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a7e8d5b2382f18001238535302107f2',this, true); return false;\"><span name=\"offer.Teaser Title\">Hurwitz Understanding the Benefits of SOA<\/span><\/a><\/h3> <p class=\" cl_even cl_last\"><span name=\"offer.Teaser Description\">Learn the benefits of Service Oriented Architecture.<br/><\/span> <a href=\"?zPage=8a7e8d5b2382f18001238535302107f2\" title=\"Hurwitz Understanding the Benefits of SOA Whitepaper\" zstepid=\"8a7e8d5b2382f18001238535302107f2\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;zPanel.gotoPage('zPage','8a7e8d5b2382f18001238535302107f2',this, true); return false;\">Click here.<\/a><\/p> <\/span><\/td><td> <\/td><\/tr><tr><td height=\"15\" align=\"left\" width=\"15\" valign=\"bottom\" style=\"font-size: 1px;\"> <font size=\"1\"> <\/font><\/td><td> <\/td><td align=\"right\" valign=\"bottom\" style=\"font-size: 1px;\"> <font size=\"1\"> <\/font><\/td><\/tr><\/tbody><\/table> <\/div> <div class=\"z_main_top\"> <h1><span name=\"Home Page Content.Panel Title\">Open Source in Government<\/span><\/h1> <span prefix=\"img\" max=\"1\" name=\"Accent Image\"> <div align=\"left\" class=\" cl_even cl_first cl_last\"><a target=\"_blank\" name=\"Microsite\" href=\"http://sites.ziftsolutions.com/emergent/f4c85723/Government_Security_Microsite\"> <img border=\"0\" style=\"margin: 0px 10px 5px 0px;\" src=\"http://static.ziftsolutions.com/files/8a7c9fef266db15b0126767c999b745c\" alt=\"NULL\"/> <\/a><\/div> <\/span> <span name=\"Home Page\"><\/span> <span name=\"Home Page Content.Panel Text\"><p>Open source is answering the call at government agencies at all levels as they look for opportunities to carve out costs and improve security, transparency, public participation and collaboration. Why? Open source is stable, trustworthy, and secure, and Red Hat solutions are being used across government agencies to create efficiencies, eliminate vendor lock-in, meet mission-critical IT demands and improve service delivery.<\/p> <p>From updates on government directives and open source policy initiatives, to news, government-specific research and case studies, rely on this page as your source for information on open source in government.<br/> <br/> <a target=\"_blank\" href=\"http://www.redhat.com/f/pdf/gbc-study-transparency-and-open-government.pdf\" onclick=\"try &#123;zTrkClick(this, '8a7c9fef2353adc501235d0c5e5f3635','null','402881e71dd1ebdc011dd1ec2d510006');&#125;catch(err)&#123;&#125;\">Don't miss the Government Business Council Insight Report: Toward a More Open Government, The State of Transparency in Federal Agencies.<\/a><br/> <span name=\"Home Page 2\"><\/span> <br/> <strong>Video: Obama Open Source President<\/strong><\/p> <div id=\"f_DuENG\"> <\/div> <\/span><\/div> <\/div> <\/td><td> <\/td><td align=\"right\" valign=\"bottom\" class=\"z_right\"> <\/td><\/tr><tr><td height=\"15\" align=\"left\" width=\"15\" valign=\"bottom\" style=\"font-size: 1px;\"> <font size=\"1px\"> <\/font><\/td><td style=\"font-size: 1px;\" class=\"z_bottom\"> <\/td><td style=\"font-size: 1px;\" class=\"z_bottom\"> <\/td><td style=\"font-size: 1px;\" class=\"z_bottom\"> <\/td><td align=\"right\" valign=\"bottom\" style=\"font-size: 1px;\"> <font size=\"1px\"> <\/font> <\/td><\/tr><\/tbody><\/table> <\/div><\/span>","baseJS":"<script type='text/javascript'><!--//--><![CDATA[//><!--\nfunction zGetNextPageInternal(param, link) { \nvar zNextPage;\nvar ziftc = 'ziftc8a7c9fef2353adc501235d0c5e5f3635';\nif (!doSkipStep('8a7c9fef23117cd00123156b49341e8b'))\nzNextPage = '8a7c9fef23117cd00123156b49341e8b';\n else \nzNextPage = zFindNextUnskippedStep('8a7c9fef227a2c7d01227ed5f7151750','8a7c9fef23117cd00123156b49341e8b');\n\nreturn zNextPage;\n}\nfunction zGotoNextPageInternal(param, link) { \nreturn zNextPage;\nzPanel.setPageCookieForNextPage(zQStringValue('zPage'));\nzPanel.incrementPageCount();\nzPanel.gotoPage(param, zNextPage, link, true);\n}\ntry { addZiftLoadEvent(function(){var BKeKf = new SWFObject('http://www.youtube.com/v/q-4afdMalVA&hl=en&fs=1','f_DuENG_movie','225','144', '7', '#FFFFFF');BKeKf.addParam('allowscriptaccess','always');BKeKf.addParam('allowFullScreen','true');BKeKf.addParam('movie','http://www.youtube.com/v/q-4afdMalVA&hl=en&fs=1');BKeKf.addParam('wmode','opaque');BKeKf.write(document.getElementById('f_DuENG',true));}); } catch (err) {} \nfunction zSetDynamicPanelAttributes() { \nzPanel.setExternalFormUrl('http://redhat.ziftsolutions.com/open/ExternalFormProcessor.html');\n}\n\n//--><!]]><\/script>\n","onloadJS":"<script type='text/javascript'><!--//--><![CDATA[//><!--\nzDoPanelLoad();\n//--><!]]><\/script>\n","scriptIncludes":""};
document.write(zContent.scriptIncludes);
document.write('<div  class="z_panel_base z_p_Government z_ps_Home">');
document.write(zContent.content);
document.write('</div>');
document.write(zContent.baseJS);
document.write(zContent.onloadJS);
}

