jQuery(document).ready(function($){

   $("#noInfo").fadeIn('slow');
   
   $("#KcMap").click(function(event){
   	$("div.infoDiv").hide();
   	$("#KcMapInfo").fadeIn('slow');
   	$("#KcMapDiv").html("<iframe width='578' height='490' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=208+West+19+Street,+Kansas+City,+MO+64108&amp;sll=39.090983,-94.586128&amp;sspn=0.010775,0.021629&amp;ie=UTF8&amp;hq=&amp;hnear=208+W+19+St,+Kansas+City,+Jackson,+Missouri+64108&amp;t=h&amp;z=14&amp;iwloc=A&amp;ll=39.100426,-94.5819&amp;output=embed&amp;cid=6685311625625376572&amp;output=embed'></iframe>");
   });
   $("#RmMap").click(function(event){
   	$("div.infoDiv").hide();
   	$("#RmMapInfo").fadeIn('slow');
   	$("#RmMapDiv").html("<iframe width='578' height='490' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=500+Delaware&amp;sll=39.109584,-94.58514&amp;sspn=0.010772,0.021629&amp;ie=UTF8&amp;hq=&amp;hnear=500+Delaware+St,+Kansas+City,+Jackson,+Missouri+64105&amp;ll=39.125932,-94.575634&amp;spn=0.086182,0.173035&amp;t=h&amp;z=13&amp;iwloc=A&amp;output=embed'></iframe>");
   });
   $("#ChiMap").click(function(event){
   	$("div.infoDiv").hide();
   	$("#ChiMapInfo").fadeIn('slow');
   	$("#ChiMapDiv").html("<iframe width='578' height='490' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=officeport&amp;sll=41.883447,-87.627893&amp;sspn=0.010336,0.021629&amp;g=60602&amp;ie=UTF8&amp;hq=officeport&amp;hnear=Chicago,+IL+60602&amp;ll=41.892247,-87.623949&amp;spn=0.041344,0.086517&amp;t=h&amp;z=14&amp;iwloc=A&amp;cid=13240813522382131946&amp;output=embed'></iframe>");
   });
   $("#Kc1Port").click(function(event){
	 $("div.infoDiv").hide();
     $("#Kc1PortInfo").fadeIn('slow');
   });
   $("#Kc2Port").click(function(event){
	 $("div.infoDiv").hide();
     $("#Kc2PortInfo").fadeIn('slow');
   });
   $("#KcMorePort").click(function(event){
	 $("div.infoDiv").hide();
     $("#KcMorePortInfo").fadeIn('slow');
   });
   $("#KcOffice").click(function(event){
	 $("div.infoDiv").hide();
     $("#KcOfficeInfo").fadeIn('slow');
   });
   $("#Rm1Port").click(function(event){
	 $("div.infoDiv").hide();
     $("#Rm1PortInfo").fadeIn('slow');
   });
   $("#Rm2Port").click(function(event){
	 $("div.infoDiv").hide();
     $("#Rm2PortInfo").fadeIn('slow');
   });
   $("#RmMorePort").click(function(event){
	 $("div.infoDiv").hide();
     $("#RmMorePortInfo").fadeIn('slow');
   });
   $("#RmOffice").click(function(event){
	 $("div.infoDiv").hide();
     $("#RmOfficeInfo").fadeIn('slow');
   });
   $("#Chi1Port").click(function(event){
	 $("div.infoDiv").hide();
     $("#Chi1PortInfo").fadeIn('slow');
   });
   $("#Chi2Port").click(function(event){
	 $("div.infoDiv").hide();
     $("#Chi2PortInfo").fadeIn('slow');
   });
   $("#ChiMorePort").click(function(event){
	 $("div.infoDiv").hide();
     $("#ChiMorePortInfo").fadeIn('slow');
   });
   $("#ChiOffice").click(function(event){
	 $("div.infoDiv").hide();
     $("#ChiOfficeInfo").fadeIn('slow');
   });
 });


