// JavaScript Document
var desc = new Array();

var innerF1 = '<h4>Missouri Sunshine Law</h4><p>Missouri\'s Sunshine Law is the embodiment of Missouri\'s commitment to openness in government. Research Sunshine Law, file complaints, participate in the AG\'s Sunshine Law blog and much more by clicking here.</p>';
var url1 = '/sunshinelaw/';
var srcF1 = '/img/player/OG/OG_1.jpg';
var alt1 = 'A public hearing on the proposed sale of assets by MoHELA.';
 desc[1] = 'Missouri Sunshine Law';
 



var innerF2 = '<h4>Photo Gallery</h4><p>Browse the AGO photo gallery to get a feel for events involving the Attorney General\'s Office. Pictured above is Kansas City councilman and mayor pro tem Alvin Brooks as he makes a point at the public hearing on the Black Archives.</p>';
var url2 = '/photogallery/';
var srcF2 = '/img/player/OG/OG_3.jpg';
var alt2 = 'Kansas City councilman and mayor pro tem Alvin Brooks makes a point during the public hearing on the Black Archives.';
 desc[2] = 'Photo Gallery';

var innerF3 = '<h4>AGO News</h4><p>Stay informed about what the Attorney General is doing by visiting the AGO news section of the web site. Search news and subscribe to services like E-News and the RSS feed. The AGO Communications division also offers images suitable for print.</p>';
var url3 = '/newsreleases/';
var srcF3 = '/img/player/OG/OG_4.jpg';
var alt3 = 'Attorney General Nixon speaks about his lawsuit to stop the giveaway of the lift bridge at Boonville to reporters and Katy Trail users and supporters along the trail in historic downtown St. Charles.';
 desc[3] = 'AGO News';

var innerF4 = '<h4>Attorney General\'s Office</h4><p>The Missouri Attorney General\'s Office provides its employees with the opportunity to do great work, in a positive working environment, and for a good cause. To learn more about career opportunites available with the Attorney General visit our jobs page. </p>';
var url4 = '/jobs/';
var srcF4 = '/img/player/OG/OG_5.jpg';
var alt4 = 'Attorney General Jay Nixon working with staff in his office in the Supreme Court building.';
 desc[4] = 'Attorney General\'s Office';




var n = 4;


var img1 = new Image();
var img2 = new Image();
var img3 = new Image();
var img4 = new Image();

img1.src = srcF1;
img2.src = srcF2;
img3.src = srcF3;
img4.src = srcF4;



