// JavaScript Document

// below is the code that hides all the layers at once. MM_showHideLayers function is defined in another js file.

// Layers in the SLIDE SHOW

function hideAllLayers()
{
	MM_showHideLayers('slide01','','hide','slide02','','hide','slide03','','hide','slide04','','hide','slide05','','hide','slide06','','hide','slide07','','hide','slide08','','hide','slide09','','hide','slide10','','hide','slide11','','hide','slide12','','hide','slide13','','hide','slide14','','hide');
}


