
function garibaldi()
{
	jQuery("#GaribaldiBox").show()
GoogleTrack("GaribaldiVideo.html")
	var maskHeight = jQuery(document).height();
	var maskWidth = jQuery(window).width();
	var containerWidth = jQuery('#GaribaldiContainer').width();	

	
	jQuery('#mask').css({'width':maskWidth,'height':maskHeight,backgroundColor:"#000000",'opacity':0.80});
	jQuery('#GaribaldiContainer').css({'margin-left':maskWidth/2-containerWidth/2-20});
	jQuery("#mask").show()


 }
 
 function stoneleighgaribaldi()
{
	jQuery("#StoneleighGaribaldiBox").show()
	GoogleTrack("StoneleighGaribaldiVideo.html")
	var maskHeight = jQuery(document).height();
	var maskWidth = jQuery(window).width();
	var containerWidth = jQuery('#StoneleighGaribaldiContainer').width();	

	
	jQuery('#mask').css({'width':maskWidth,'height':maskHeight,backgroundColor:"#000000",'opacity':0.80});
	jQuery('#StoneleighGaribaldiContainer').css({'margin-left':maskWidth/2-containerWidth/2-20});
	jQuery("#mask").show()


 }
 
 
 
 function closegaribaldi()
{
	jQuery('#mask').hide();
	jQuery('#GaribaldiBox').hide();
	jQuery('#StoneleighGaribaldiBox').hide();
 }
 
 
 
  function Alder()
{
	jQuery("#AlderBox").show()
	GoogleTrack("AlderVideo.html")
	var maskHeight = jQuery(document).height();
	var maskWidth = jQuery(window).width();
	var containerWidth = jQuery('#AlderContainer').width();	

	
	jQuery('#mask').css({'width':maskWidth,'height':maskHeight,backgroundColor:"#000000",'opacity':0.80});
	jQuery('#AlderContainer').css({'margin-left':maskWidth/2-containerWidth/2-20});
	jQuery("#mask").show()


 }
 
 
 
 function CloseAlder()
{
	jQuery('#mask').hide();
	jQuery('#AlderBox').hide();
 }
 
 
   function Cypress()
{
	jQuery("#CypressBox").show()
	GoogleTrack("CypressVideo.html")
	var maskHeight = jQuery(document).height();
	var maskWidth = jQuery(window).width();
	var containerWidth = jQuery('#CypressContainer').width();	

	
	jQuery('#mask').css({'width':maskWidth,'height':maskHeight,backgroundColor:"#000000",'opacity':0.80});
	jQuery('#CypressContainer').css({'margin-left':maskWidth/2-containerWidth/2-20});
	jQuery("#mask").show()


 }
 
 
 
 function CloseCypress()
{
	jQuery('#mask').hide();
	jQuery('#CypressBox').hide();
 }
 



   function Hemlock()
{
	jQuery("#HemlockBox").show()
	GoogleTrack("HemlockVideo.html")
	var maskHeight = jQuery(document).height();
	var maskWidth = jQuery(window).width();
	var containerWidth = jQuery('#HemlockContainer').width();	

	
	jQuery('#mask').css({'width':maskWidth,'height':maskHeight,backgroundColor:"#000000",'opacity':0.80});
	jQuery('#HemlockContainer').css({'margin-left':maskWidth/2-containerWidth/2-20});
	jQuery("#mask").show()


 }
 
 
 
 function CloseHemlock()
{
	jQuery('#mask').hide();
	jQuery('#HemlockBox').hide();
 }
 


 
function Davidson()
{
	GoogleTrack("DavidsonVideo.html")
	jQuery("#DavidsonBox").show()

	var maskHeight = jQuery(document).height();
	var maskWidth = jQuery(window).width();
	var containerWidth = jQuery('#DavidsonContainer').width();	

	
	jQuery('#mask').css({'width':maskWidth,'height':maskHeight,backgroundColor:"#000000",'opacity':0.80});
	jQuery('#DavidsonContainer').css({'margin-left':maskWidth/2-containerWidth/2-20});
	jQuery("#mask").show()


 }
 
 function closedavidson()
{
	jQuery('#mask').hide();
	jQuery('#DavidsonBox').hide();
 }
 
 
 
 function Shaw()
{
	GoogleTrack("ShawVideo.html")
	jQuery("#ShawBox").show()

	var maskHeight = jQuery(document).height();
	var maskWidth = jQuery(window).width();
	var containerWidth = jQuery('#ShawContainer').width();	

	
	jQuery('#mask').css({'width':maskWidth,'height':maskHeight,backgroundColor:"#000000",'opacity':0.80});
	jQuery('#ShawContainer').css({'margin-left':maskWidth/2-containerWidth/2-20});
	jQuery("#mask").show()


 }
 
 function closeshaw()
{
	jQuery('#mask').hide();
	jQuery('#ShawBox').hide();
 }
 
 
 function GoogleTrack(pagename)
{
	pageTracker._trackPageview(pagename);
}

 