/*		2011-04-21 	Metaways - Thomas Voßfeldt		*/
/*
#################################################

		This script requires Prototype!
		
	
#################################################
*/


function hideLayer() {

	$('layer').hide();
}
// ##############################################


