/* Pushed : Wed, 1 Sep 2010 15:05 EDT */
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/8a7c9fef23ea18e00123f15115332c70';
var zStepSkipRules; 
function doSkipStep(stepId) { 
var ziftc = 'ziftc8a7c9fef23ea18e00123f15115332c70';
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 = 'ziftc8a7c9fef23ea18e00123f15115332c70';
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 : '8a7c9fef23ea18e00123f15115332c70', 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:#a4adb5;\r\n text-decoration:none;\r\n }\r\n.z_sidebar table, .z_sidebar td{\r\n background-color:#f0eceb;\r\n} <\/style> <style type=\"text/css\"> .z_nav td {\r\n background-color:#af3728;\r\n text-align: center;\r\n padding-bottom:3px;\r\n}\r\n.z_nav_round td {\r\n padding: 0px;\r\n}\r\n.z_top { \r\n padding-top:1px;\r\n} <\/style> <link href=\"http://dynamic.ziftsolutions.com/clients/redhat/css/carahsoft_gov_narrow.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 class=\"z_nav_round\"><td width=\"40\" style=\"font-size: 1px; background-color: rgb(255, 255, 255);\" rowspan=\"2\"> <\/td><td height=\"8\" align=\"right\" width=\"8\" valign=\"bottom\" style=\"background-color: rgb(255, 255, 255);\"><img height=\"8\" width=\"8\" src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_left_small.png\" alt=\"\"/><\/td><td style=\"font-size: 1px; background-color: rgb(255, 255, 255);\" class=\"z_top\"> <\/td><td height=\"8\" align=\"right\" width=\"8\" valign=\"top\" style=\"background-color: rgb(255, 255, 255);\"><img height=\"8\" width=\"8\" src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_right_small.png\" alt=\"\"/><\/td><td height=\"8\" align=\"left\" width=\"8\" valign=\"top\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_left_small.png\" alt=\"\"/><\/td><td style=\"font-size: 1px;\" class=\"z_top\"><font size=\"1px\"> <\/font><\/td><td height=\"8\" align=\"right\" width=\"8\" valign=\"top\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_right_small.png\" alt=\"\"/><\/td><td height=\"8\" align=\"left\" width=\"8\" valign=\"top\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_left_small.png\" alt=\"\"/><\/td><td style=\"font-size: 1px;\" class=\"z_top\"><font size=\"1px\"> <\/font><\/td><td height=\"8\" align=\"right\" width=\"8\" valign=\"top\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_right_small.png\" alt=\"\"/><\/td><td height=\"8\" align=\"left\" width=\"8\" valign=\"top\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_left_small.png\" alt=\"\"/><\/td><td style=\"font-size: 1px;\" class=\"z_top\"> <\/td><td height=\"8\" align=\"right\" width=\"8\" valign=\"top\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_right_small.png\" alt=\"\"/><\/td><td width=\"40\" style=\"font-size: 1px; background-color: rgb(255, 255, 255);\" rowspan=\"2\"> <\/td><\/tr><tr><td style=\"font-size: 1px; background-color: rgb(255, 255, 255);\" class=\"z_left\"> <\/td><td style=\"background-color: rgb(255, 255, 255);\"><span name=\"Partner Short Name\">Carahsoft<\/span> &amp; <span style=\"white-space: nowrap;\">Red Hat<\/span><\/td><td style=\"font-size: 1px; background-color: rgb(255, 255, 255);\" class=\"z_right\"> <\/td><td style=\"font-size: 1px;\" class=\"z_left z_bottom\"> <\/td><td class=\"z_bottom\"><a href=\"?zPage=8a7c9fef227a2c7d012289afc4df6b35\" title=\"News\" zstepid=\"8a7c9fef227a2c7d012289afc4df6b35\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7c9fef227a2c7d012289afc4df6b35&#039;,this, true); return false;\">News &amp; Events<\/a><\/td><td style=\"font-size: 1px;\" class=\"z_right z_bottom\"> <\/td><td style=\"font-size: 1px;\" class=\"z_left z_bottom\"> <\/td><td class=\"z_bottom\"><a href=\"?zPage=8a7c9fef22a7774d0122a81ff9010853\" title=\"Success Stories\" zstepid=\"8a7c9fef22a7774d0122a81ff9010853\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7c9fef22a7774d0122a81ff9010853&#039;,this, true); return false;\">Success Stories<\/a><\/td><td style=\"font-size: 1px;\" class=\"z_right z_bottom\"> <\/td><td style=\"font-size: 1px;\" class=\"z_left z_bottom\"> <\/td><td class=\"z_bottom\"><a href=\"?zPage=8a7c9fef22a7774d0122ad2be2d529e1\" title=\"Certifications\" zstepid=\"8a7c9fef22a7774d0122ad2be2d529e1\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7c9fef22a7774d0122ad2be2d529e1&#039;,this, true); return false;\">Certifications &amp; Accreditations <\/a><\/td><td style=\"font-size: 1px;\" class=\"z_right 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;\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_left.png\" alt=\"\"/> <\/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;\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_right.png\" alt=\"\"/> <\/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, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7c9fef2307414d0123116169de58e4&#039;,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;\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_left.png\" alt=\"\"/> <\/td><td style=\"font-size: 1px;\" class=\"z_top\"> <\/td><td height=\"15\" align=\"right\" width=\"15\" valign=\"top\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/top_right.png\" alt=\"\"/> <\/td><\/tr><tr><td class=\"z_left\"> <\/td><td><span prefix=\"offer\" name=\"Teaser Offer List\"> <h3 class=\" cl_even cl_first\"><a href=\"?zPage=8a70ca0f23584b9201235c83216c00c2\" title=\"Meta Matrix Data Services for Government\" zstepid=\"8a70ca0f23584b9201235c83216c00c2\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a70ca0f23584b9201235c83216c00c2&#039;,this, true); return false;\"><span name=\"offer.Teaser Title\">Data Services for Better Information Sharing in Government<\/span><\/a><\/h3> <p class=\" cl_odd\"><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, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a70ca0f23584b9201235c83216c00c2&#039;,this, true); return false;\">Click here.<\/a><\/p> <h3 class=\" cl_even\"><a href=\"?zPage=8a70ca0f23584b9201235c78e5ec00aa\" title=\"IDC: Improving Decision-Making Through Pervasive Business Intelligence\" zstepid=\"8a70ca0f23584b9201235c78e5ec00aa\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a70ca0f23584b9201235c78e5ec00aa&#039;,this, true); return false;\"><span name=\"offer.Teaser Title\">IDC: Improve Decisions with BI Tools<\/span><\/a><\/h3> <p class=\" cl_odd\"><span name=\"offer.Teaser Description\">Learn why IDC believes BI tools will continue to be the most important investment organizations can make even during a down economy and limited budget availability.<br/><\/span> <a href=\"?zPage=8a70ca0f23584b9201235c78e5ec00aa\" title=\"IDC: Improving Decision-Making Through Pervasive Business Intelligence\" zstepid=\"8a70ca0f23584b9201235c78e5ec00aa\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a70ca0f23584b9201235c78e5ec00aa&#039;,this, true); return false;\">Click here.<\/a><\/p> <h3 class=\" cl_even\"><a href=\"?zPage=8a7c9fef232506a6012335892af009bb\" title=\"Case Study: Salt River Project\" zstepid=\"8a7c9fef232506a6012335892af009bb\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7c9fef232506a6012335892af009bb&#039;,this, true); return false;\"><span name=\"offer.Teaser Title\">Salt River Project Migrates to Red Hat Enterprise Linux on IBM Mainframes<\/span><\/a><\/h3> <p class=\" cl_odd\"><span name=\"offer.Teaser Description\">Download this case study to see how Salt River Project experienced cost savings, boosted performance, stable and reliable management, consolidation, and valuable technical support after migrating to Red Hat Enterprise Linux on IBM System z.<\/span> <a href=\"?zPage=8a7c9fef232506a6012335892af009bb\" title=\"Case Study: Salt River Project\" zstepid=\"8a7c9fef232506a6012335892af009bb\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7c9fef232506a6012335892af009bb&#039;,this, true); return false;\">Click here.<\/a><\/p> <h3 class=\" cl_even\"><a href=\"?zPage=8a70ca0f2325080c012335845ffd19c2\" title=\"Brochure: IBM System Z Running Red Hat Enterprise Linux\" zstepid=\"8a70ca0f2325080c012335845ffd19c2\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a70ca0f2325080c012335845ffd19c2&#039;,this, true); return false;\"><span name=\"offer.Teaser Title\">IBM System Z Running Red Hat Enterprise Linux<\/span><\/a><\/h3> <p class=\" cl_odd\"><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, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a70ca0f2325080c012335845ffd19c2&#039;,this, true); return false;\">Click here.<\/a><\/p> <h3 class=\" cl_even\"><a href=\"?zPage=8a7e8d5b2382f18001238535302107f2\" title=\"Hurwitz Understanding the Benefits of SOA Whitepaper\" zstepid=\"8a7e8d5b2382f18001238535302107f2\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7e8d5b2382f18001238535302107f2&#039;,this, true); return false;\"><span name=\"offer.Teaser Title\">Hurwitz Understanding the Benefits of SOA<\/span><\/a><\/h3> <p class=\" cl_odd\"><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, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7e8d5b2382f18001238535302107f2&#039;,this, true); return false;\">Click here.<\/a><\/p> <h3 class=\" cl_even\"><a href=\"?zPage=8a7e8d5b2382f18001238535304f07f3\" title=\"JBoss Enterprise Middleware Brochure\" zstepid=\"8a7e8d5b2382f18001238535304f07f3\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7e8d5b2382f18001238535304f07f3&#039;,this, true); return false;\"><span name=\"offer.Teaser Title\">JBoss Enterprise Middleware Brochure<\/span><\/a><\/h3> <p class=\" cl_odd cl_last\"><span name=\"offer.Teaser Description\">Learn more about JBoss Enterprise Middleware!<br/><\/span> <a href=\"?zPage=8a7e8d5b2382f18001238535304f07f3\" title=\"JBoss Enterprise Middleware Brochure\" zstepid=\"8a7e8d5b2382f18001238535304f07f3\" onclick=\"try &#123;zTrkClick(this, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;zPanel.gotoPage(&#039;zPage&#039;,&#039;8a7e8d5b2382f18001238535304f07f3&#039;,this, true); return false;\">Click here.<\/a><\/p> <\/span><\/td><td class=\"z_right\"> <\/td><\/tr><tr><td height=\"15\" align=\"left\" width=\"15\" valign=\"bottom\" style=\"font-size: 1px;\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/bottom_left.png\" alt=\"\"/> <\/td><td class=\"z_bottom\"> <\/td><td align=\"right\" valign=\"bottom\" style=\"font-size: 1px;\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/bottom_right.png\" alt=\"\"/> <\/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/carahsoft/05542816/Government_Security_Microsite\"> <img border=\"0\" align=\"left\" style=\"margin: 0px 10px 5px 0px;\" src=\"http://static.ziftsolutions.com/files/8a7c9fef266db15b0126767c999b745c\" alt=\"NULL\"/> <\/a><\/div> <\/span> <span name=\"Home Page\"><br/><\/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, &#039;8a7c9fef23ea18e00123f15115332c70&#039;,&#039;null&#039;,&#039;402881e71dd1ebdc011dd1ec2d510006&#039;);&#125;catch(err)&#123;&#125;\">Don&#039;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\"><br/> <div><a href=\"http://www.carahsoft.com/jbossseminar/index.php?ref=zift\"><img style=\"padding: 20px 0px;\" alt=\"Jboss Government Conference\" src=\"http://static.ziftsolutions.com/webcom/7470/kq7fdsnbeg8nqksi4osvm6hnd71270751607_0\" width=\"200\" border=\"0\" height=\"112\"/><\/a><\/div><\/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;\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/bottom_left.png\" alt=\"\"/> <\/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;\"><img src=\"http://dynamic.ziftsolutions.com/clients/redhat/i/government/bottom_right.png\" alt=\"\"/> <\/td><\/tr><\/tbody><\/table> <\/div><\/span>","baseJS":"<script type='text/javascript'><!--//--><![CDATA[//><!--\nfunction zGetNextPageInternal(param, link) { \nvar zNextPage;\nvar ziftc = 'ziftc8a7c9fef23ea18e00123f15115332c70';\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 onmousedown="zStartTiming()" onmouseup="zStopTiming()" 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);
}
var zMngTimer;function zStartTiming() {  zMngTimer = new Date().getTime(); } function zStopTiming() {  if (zMngTimer && 3 <= ((new Date().getTime() - zMngTimer)) / 1000) zShowMngLink(); zMngTimer = null; } function zShowMngLink() {  var div = document.createElement('div'); div.innerHTML = '<a href="http://webcom.ziftsolutions.com/content.php?type=panels&action=personalize&id=8a7c9fef23ea18e00123f15115332c70&paneltype=panelwidget&distributor=http%3A%2F%2Fredhat.ziftsolutions.com" target="_blank" > Manage Zift Panel </a>'; document.body.appendChild(div); }