// JavaScript Document

//$('html').addClass('js');
$('div.course_descrip_container').hide(); 
jQuery(document).ready(function() {
  $('a[rel*=facebox]').facebox()
  if($('a').hasClass("preowned")) {
	  $('#facebox .body').css({width: "800px"});	  
  }
  $('div.job_description').hide();
  $('div.course_descrip_container').hide(); 
  $('#admin_link').click(function() {
	$('div.job_description').hide();
	$('div#admin').show();						 
	})
  $('#creative_writer_link').click(function() {
	$('div.job_description').hide();
	$('div#creative_writer').show();						 
	})
  $('#public_speaking_link').click(function() {
	$('div.job_description').hide();
	$('div#public_speaking').show();						 
	})
  $('#anchor13 a').click(function() {
	$('div.course_descrip_container').hide();
	$('div#summer_2009').show();						 
	})
  $('#anchor08 a').click(function() {
	$('div.course_descrip_container').hide();
	$('div#spring_2009').show();						 
	})
  $('#anchor09 a').click(function() {
	$('div.course_descrip_container').hide();
	$('div#winter_2009').show();						 
	})
  $('#anchor10 a').click(function() {
	$('div.course_descrip_container').hide();
	$('div#february_2009_camp').show();						 
	})
  $('#anchor11 a').click(function() {
	$('div.course_descrip_container').hide();
	$('div#summer_2009_camp_half').show();						 
	})
  $('#anchor12 a').click(function() {
	$('div.course_descrip_container').hide();
	$('div#april_2009_camp').show();						 
	})
  $('#anchor14 a').click(function() {
	$('div.course_descrip_container').hide();
	$('div#summer_2009_camp_full').show();						 
	})
})

$(document).ready(function() {
  $('a.jTip').cluetip();
  
  $('#houdini').cluetip({
    splitTitle: '|', // use the invoking element's title attribute to populate the clueTip...
                     // ...and split the contents into separate divs where there is a "|"
    showTitle: false // hide the clueTip's heading
  });
});

$(document).ready(function() {
	var src = '<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=+7337+Bollinger+Road+Suite+%23E+,+Cupertino,+Ca&sll=37.0625,-95.677068&sspn=32.80241,79.101563&ie=UTF8&z=14&iwloc=addr&ll=37.321779,-122.029095&output=embed&s=AARTsJoVzyV9m9CjED3H2Cg9JaU84kdgAA"></iframe><br/>';
	$("a:contains('View Larger Map')").before(src);				   
	$("#component-contact .contentheading:contains('Communication Academy')").css("border", "none");					   
});
