function doLayerSwap(strLayerID){
	$('#youtubevideos').children().css('display','none');
	$('#'+strLayerID).css('display','block');
}
